| Summary Item | Total | Failed |
|---|---|---|
| Requests | 77 | 0 |
| Prerequest Scripts | 20 | 0 |
| Test Scripts | 51 | 0 |
| Assertions | 1449 | 49 |
| Skipped Tests | 0 | - |
expected 550 to be below 200
expected 500 to equal 401
expected 'Internal Server Error' to equal 'Unauthorized'
expected 500 to equal 400
expected 'Internal Server Error' to equal 'Bad Request'
expected 'Invalid request' to equal 'Bad Request'
expected 267 to be below 150
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
expected response to have status code 403 but got 200
expected response to have status reason 'Forbidden' but got 'OK'
expected response to have status code 403 but got 500
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
expected 286 to be at most 150
expected response to have status code 403 but got 500
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
expected response to have status code 403 but got 200
expected response to have status reason 'Forbidden' but got 'OK'
expected 282 to be at most 200
expected response to have status code 403 but got 500
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
expected response to have status code 403 but got 200
expected response to have status reason 'Forbidden' but got 'OK'
expected 318 to be below 200
expected response to have status code 403 but got 500
expected 317 to be below 200
expected response to have status code 400 but got 500
expected response to have status code 400 but got 500
expected response to have status code 400 but got 500
expected response to have status code 400 but got 500
expected response to have status code 400 but got 200
expected 981 to be below 350
expected response to have status code 403 but got 500
expected response to have status code 403 but got 200
expected response to have status code 403 but got 200
expected { message: 'Success', data: [] } to not have property 'message'
expected 289 to be below 200
expected response to have status code 403 but got 500
expected response to have status code 403 but got 500
expected response to have status code 400 but got 500
expected 282 to be below 200
expected response to have status code 403 but got 500
expected response to have status code 403 but got 200
expected 'Success' to deeply equal 'No record found'
expected response to have status code 400 but got 200
expected 'Success' to deeply equal 'Invalid job number format'
expected response to have status code 405 but got 404
expected 266 to be below 200
expected response to have status code 401 but got 500
expected response to have status code 400 but got 500
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamfd","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | dd19d28c-6c38-4173-90b3-1a94b4fad774 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 58 |
{
"username": "iamfd",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-XW5kr0ydx8BHUb+M5fuLHhmWfYw" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:09 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxNjl9.ceMqG1tdGhfBjOgZ2RA8g1Z9-RDmcojB4_d2ZR2HUcQ"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 200 | 1 | 0 | 0 |
| Verify status code is 'OK' | 1 | 0 | 0 |
| Verify message is 'Success' | 1 | 0 | 0 |
| Verify token is present in the response | 1 | 0 | 0 |
| Verify token is valid | 1 | 0 | 0 |
| Verify response body matches expected schema | 1 | 0 | 0 |
| Verify response time is less than 200ms | 0 | 1 | 0 |
| Total | 6 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify response time is less than 200ms | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamfd","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | db42b403-22b3-43d5-9bad-15fe8a135b32 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 77 |
{
"username": "Kenneth_Strosin54",
"password": "4Gwwz05pRNjAMBo"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 111 |
| ETag | W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:09 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Invalid credentials should return 401 | 0 | 1 | 0 |
| Invalid credentials should return 'Unauthorized' | 0 | 1 | 0 |
| Invalid credentials should return the correct error message | 1 | 0 | 0 |
| Response body should match the schema | 1 | 0 | 0 |
| Total | 2 | 2 | 0 |
| Test Name | Assertion Error |
|---|---|
| Invalid credentials should return 401 | |
| Invalid credentials should return 'Unauthorized' | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamfd","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ee910e24-6a41-4f15-a212-34752916ae54 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 98 |
| ETag | W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:09 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Blank Username and Password should return status code 400 | 0 | 1 | 0 |
| Blank Username and Password should return status message 'Bad Request' | 0 | 1 | 0 |
| Proper error message should be shown for blank credentials | 0 | 1 | 0 |
| Response body should match the schema | 1 | 0 | 0 |
| Total | 1 | 3 | 0 |
| Test Name | Assertion Error |
|---|---|
| Blank Username and Password should return status code 400 | |
| Blank Username and Password should return status message 'Bad Request' | |
| Proper error message should be shown for blank credentials | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxNjl9.ceMqG1tdGhfBjOgZ2RA8g1Z9-RDmcojB4_d2ZR2HUcQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | effbcd08-7ea6-4341-a34b-8f4311fc4e78 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:10 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Status is 'OK' | 1 | 0 | 0 |
| Check response time is less than 150ms | 0 | 1 | 0 |
| Validate JSON Schema | 1 | 0 | 0 |
| User details should be present in the response | 1 | 0 | 0 |
| Role name should be 'FrontDesk' | 1 | 0 | 0 |
| Service location should be 'Service Center A' | 1 | 0 | 0 |
| Total | 6 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Check response time is less than 150ms | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxNjl9.ceMqG1tdGhfBjOgZ2RA8g1Z9-RDmcojB4_d2ZR2HUcQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ad7a2b32-7d7c-483b-8afc-72090cf6baa4 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:10 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Response mustn't include sensitive information | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Response mustn't include sensitive information | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 15929b21-328d-4d6a-81ff-ef9f6dde60e8 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:10 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 401 | 1 | 0 | 0 |
| Status message is 'Unauthorized' | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 47021d00-8a54-4d53-ac78-dc385a6e2b24 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:10 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 403 | 0 | 1 | 0 |
| Status message is 'Forbidden' | 0 | 1 | 0 |
| Total | 0 | 2 | 0 |
| Test Name | Assertion Error |
|---|---|
| Status code is 403 | |
| Status message is 'Forbidden' | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9. |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 3373055d-2641-43bd-bc5e-1699c69a8c31 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 79 |
| ETag | W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:11 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 403 | 0 | 1 | 0 |
| Status message is 'Forbidden' | 0 | 1 | 0 |
| Total | 0 | 2 | 0 |
| Test Name | Assertion Error |
|---|---|
| Status code is 403 | |
| Status message is 'Forbidden' | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"f3-p3Y6ENriZicax/dm+Qi/S6wemy8"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxNjl9.ceMqG1tdGhfBjOgZ2RA8g1Z9-RDmcojB4_d2ZR2HUcQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6a86779d-7cfd-4840-b36f-c10dbc524f50 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-KT2ZYM+phH9Zs/MBDu6hEq4SDCk" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:11 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":620},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Status message is 'OK' | 1 | 0 | 0 |
| Verify json schema | 1 | 0 | 0 |
| Verify message key contains 'Success' | 1 | 0 | 0 |
| Verify response time < 150ms | 0 | 1 | 0 |
| Data array length is 3 | 1 | 0 | 0 |
| Verify keys | 1 | 0 | 0 |
| Verify the type of the data stored in the count under Pending for delivery is of number type | 1 | 0 | 0 |
| Verify the type of the data stored in the count under Created today is of number type | 1 | 0 | 0 |
| Verify the type of the data stored in the count under Pending for FST assignment is of number type | 1 | 0 | 0 |
| Total | 9 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify response time < 150ms | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"f3-p3Y6ENriZicax/dm+Qi/S6wemy8"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | df444842-794d-4c0a-a5c3-95919354680a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:11 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Missing token returns status code 401 | 1 | 0 | 0 |
| Verify Missing token returns status message 'Unauthorized' | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"f3-p3Y6ENriZicax/dm+Qi/S6wemy8"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | _a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cV |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ef968096-da22-487e-b1e6-aab040a57d76 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 67 |
| ETag | W/"43-fNb/yQ25ZD+D6U573+3aCF3IDQU" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:12 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"jwt malformed","name":"JsonWebTokenError"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Invalid token returns status code 403 | 0 | 1 | 0 |
| Verify Invalid token returns status message 'Forbidden' | 0 | 1 | 0 |
| Total | 0 | 2 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Invalid token returns status code 403 | |
| Verify Invalid token returns status message 'Forbidden' | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"f3-p3Y6ENriZicax/dm+Qi/S6wemy8"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b79f12e4-4a15-467e-ad92-51321f3ecbcd |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-KT2ZYM+phH9Zs/MBDu6hEq4SDCk" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:12 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":620},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Expired token returns status code 403 | 0 | 1 | 0 |
| Verify Expired token returns status message 'Forbidden' | 0 | 1 | 0 |
| Total | 0 | 2 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Expired token returns status code 403 | |
| Verify Expired token returns status message 'Forbidden' | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxNjl9.ceMqG1tdGhfBjOgZ2RA8g1Z9-RDmcojB4_d2ZR2HUcQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 9808cb74-5241-4032-a593-8948930ebfdd |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 13:56:12 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Status Code is 200 | 1 | 0 | 0 |
| Verify Status message is 'OK' | 1 | 0 | 0 |
| Verify Response time under 200 ms | 0 | 1 | 0 |
| Verify message key contains 'success' | 1 | 0 | 0 |
| Verify response schema matches expected schema | 1 | 0 | 0 |
| Verify json response contains key: mst_oem | 1 | 0 | 0 |
| Verify json response contains key: mst_model | 1 | 0 | 0 |
| Verify json response contains key: mst_action_status | 1 | 0 | 0 |
| Verify json response contains key: mst_warrenty_status | 1 | 0 | 0 |
| Verify json response contains key: mst_platform | 1 | 0 | 0 |
| Verify json response contains key: mst_product | 1 | 0 | 0 |
| Verify json response contains key: mst_role | 1 | 0 | 0 |
| Verify json response contains key: mst_service_location | 1 | 0 | 0 |
| Verify json response contains key: mst_problem | 1 | 0 | 0 |
| Verify json response contains key: map_fst_pincode | 1 | 0 | 0 |
| Verify key- mst_oem , returns a non-empty array | 1 | 0 | 0 |
| Verify key- mst_model , returns a non-empty array | 1 | 0 | 0 |
| Verify key- mst_action_status , returns a non-empty array | 1 | 0 | 0 |
| Verify key- mst_warrenty_status , returns a non-empty array | 1 | 0 | 0 |
| Verify key- mst_platform , returns a non-empty array | 1 | 0 | 0 |
| Verify key- mst_product , returns a non-empty array | 1 | 0 | 0 |
| Verify key- mst_role , returns a non-empty array | 1 | 0 | 0 |
| Verify key- mst_service_location , returns a non-empty array | 1 | 0 | 0 |
| Verify key- mst_problem , returns a non-empty array | 1 | 0 | 0 |
| Verify key- map_fst_pincode , returns a non-empty array | 1 | 0 | 0 |
| Total | 24 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Response time under 200 ms | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 9aefc20b-26a4-4809-afd4-fd7b423455cf |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:12 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Status code is 401 | 1 | 0 | 0 |
| Verify Status code is 'Unauthorized' | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9. |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d8cb89f8-cdbd-4cc4-8680-f182386a61ca |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 79 |
| ETag | W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:13 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Status code is 403 | 0 | 1 | 0 |
| Verify Status code is 'Forbidden' | 0 | 1 | 0 |
| Total | 0 | 2 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Status code is 403 | |
| Verify Status code is 'Forbidden' | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 3b4e90e2-ab15-4d35-abc1-2ed377618cd7 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 13:56:13 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Status code is 403 | 0 | 1 | 0 |
| Verify Status code is 'Forbidden' | 0 | 1 | 0 |
| Total | 0 | 2 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Status code is 403 | |
| Verify Status code is 'Forbidden' | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxNjl9.ceMqG1tdGhfBjOgZ2RA8g1Z9-RDmcojB4_d2ZR2HUcQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 708f176f-c578-4a74-93f3-c81034c82109 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1140 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer": {
"first_name": "Roger",
"last_name": "O'Conner",
"mobile_number": "289-915-0980",
"mobile_number_alt": "289-915-0980",
"email_id": "Tierra.Lueilwitz@hotmail.com",
"email_id_alt": "Tierra.Lueilwitz@hotmail.com"
},
"customer_address": {
"flat_number": "AW/71",
"apartment_name": "Adarsh Palm Retreat",
"street_name": "Bellandur",
"landmark": "Doddenakundi",
"area": "Bellandur",
"pincode": "560023",
"country": "India",
"state": "Karnataka"
},
"customer_product": {
"dop": "2025-05-30T18:30:00.000Z",
"serial_number": "12711395177165",
"imei1": "12711395177165",
"imei2": "12711395177165",
"popurl": "2025-05-30T18:30:00.000Z",
"product_id": 1,
"mst_model_id": 2
},
"problems": [
{
"id": 4,
"remark": "Aplications are outof sync"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 233 |
| ETag | W/"e9-OUZUv3BMfGktUlvaVKqrIG78Q9I" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:13 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Job created successfully. ","data":{"id":179105,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":179123,"tr_customer_product_id":179113,"job_number":"JOB_179105"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Status code is 200 | 1 | 0 | 0 |
| Verify Status code is 'OK' | 1 | 0 | 0 |
| Verify message is 'Job created successfully. ' | 1 | 0 | 0 |
| Verify jsonschema | 1 | 0 | 0 |
| Verify response time is less than 200ms | 0 | 1 | 0 |
| Verify response contains key: id | 1 | 0 | 0 |
| Verify response contains key: mst_service_location_id | 1 | 0 | 0 |
| Verify response contains key: mst_platform_id | 1 | 0 | 0 |
| Verify response contains key: mst_warrenty_status_id | 1 | 0 | 0 |
| Verify response contains key: mst_oem_id | 1 | 0 | 0 |
| Verify response contains key: tr_customer_id | 1 | 0 | 0 |
| Verify response contains key: tr_customer_product_id | 1 | 0 | 0 |
| Verify response contains key: job_number | 1 | 0 | 0 |
| Verify job number starts with 'JOB_' | 1 | 0 | 0 |
| Total | 13 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify response time is less than 200ms | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxNjl9.ceMqG1tdGhfBjOgZ2RA8g1Z9-RDmcojB4_d2ZR2HUcQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a75c1a9c-4c16-4950-bfa0-e2dd63c6ac0d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1132 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer": {
"first_name": "Henry",
"last_name": "Raynor",
"mobile_number": "731-736-8475",
"mobile_number_alt": "363-893-4326",
"email_id": "Waino.Brown@gmail.com",
"email_id_alt": "Sarai_Stoltenberg60@yahoo.com"
},
"customer_address": {
"flat_number": "AW/71",
"apartment_name": "Adarsh Palm Retreat",
"street_name": "Bellandur",
"landmark": "Doddenakundi",
"area": "Bellandur",
"pincode": "560023",
"country": "India",
"state": "Karnataka"
},
"customer_product": {
"dop": "2025-05-30T18:30:00.000Z",
"serial_number": "12711395177165",
"imei1": "12711395177165",
"imei2": "12711395177165",
"popurl": "2025-05-30T18:30:00.000Z",
"product_id": 1,
"mst_model_id": 2
},
"problems": [
{
"id": 4,
"remark": "Aplications are outof sync"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:14 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify missing authorization token return 401 Unauthorized | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._0 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | aa23ddd8-d996-4785-a650-067f21f16698 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1127 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer": {
"first_name": "Forest",
"last_name": "Koepp",
"mobile_number": "403-457-2922",
"mobile_number_alt": "568-970-3263",
"email_id": "Pascale15@yahoo.com",
"email_id_alt": "Edgardo.Beatty@hotmail.com"
},
"customer_address": {
"flat_number": "AW/71",
"apartment_name": "Adarsh Palm Retreat",
"street_name": "Bellandur",
"landmark": "Doddenakundi",
"area": "Bellandur",
"pincode": "560023",
"country": "India",
"state": "Karnataka"
},
"customer_product": {
"dop": "2025-05-30T18:30:00.000Z",
"serial_number": "12711395177165",
"imei1": "12711395177165",
"imei2": "12711395177165",
"popurl": "2025-05-30T18:30:00.000Z",
"product_id": 1,
"mst_model_id": 2
},
"problems": [
{
"id": 4,
"remark": "Aplications are outof sync"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 71 |
| ETag | W/"47-3fyFQKYzbJTwnROVExMoVXviIKc" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:14 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"invalid signature","name":"JsonWebTokenError"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify missing authorization token return 403 Forbidden | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify missing authorization token return 403 Forbidden | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 9722898f-c806-4bc4-9a2b-c8cdac762636 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1125 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer": {
"first_name": "Santiago",
"last_name": "Murazik",
"mobile_number": "414-759-5477",
"mobile_number_alt": "256-727-4262",
"email_id": "Shana14@gmail.com",
"email_id_alt": "Velva.Harvey@yahoo.com"
},
"customer_address": {
"flat_number": "AW/71",
"apartment_name": "Adarsh Palm Retreat",
"street_name": "Bellandur",
"landmark": "Doddenakundi",
"area": "Bellandur",
"pincode": "560023",
"country": "India",
"state": "Karnataka"
},
"customer_product": {
"dop": "2025-05-30T18:30:00.000Z",
"serial_number": "10513171811345",
"imei1": "10513171811345",
"imei2": "10513171811345",
"popurl": "2025-05-30T18:30:00.000Z",
"product_id": 1,
"mst_model_id": 2
},
"problems": [
{
"id": 4,
"remark": "Aplications are outof sync"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 233 |
| ETag | W/"e9-PurvoebTDSxeWfX6exR13A9a7cc" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:14 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Job created successfully. ","data":{"id":179106,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":179124,"tr_customer_product_id":179114,"job_number":"JOB_179106"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Status code is 200 | 1 | 0 | 0 |
| Verify Status code is 'OK' | 1 | 0 | 0 |
| Verify message is 'Job created successfully. ' | 1 | 0 | 0 |
| Verify jsonschema | 1 | 0 | 0 |
| Verify response time is less than 200ms | 0 | 1 | 0 |
| Verify response contains key: id | 1 | 0 | 0 |
| Verify response contains key: mst_service_location_id | 1 | 0 | 0 |
| Verify response contains key: mst_platform_id | 1 | 0 | 0 |
| Verify response contains key: mst_warrenty_status_id | 1 | 0 | 0 |
| Verify response contains key: mst_oem_id | 1 | 0 | 0 |
| Verify response contains key: tr_customer_id | 1 | 0 | 0 |
| Verify response contains key: tr_customer_product_id | 1 | 0 | 0 |
| Verify response contains key: job_number | 1 | 0 | 0 |
| Verify job number starts with 'JOB_' | 1 | 0 | 0 |
| Total | 13 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify response time is less than 200ms | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxNjl9.ceMqG1tdGhfBjOgZ2RA8g1Z9-RDmcojB4_d2ZR2HUcQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 698ee3cd-42fc-4c34-bee5-e5e587745a5a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1052 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer": {
"first_name": "Jordon",
"last_name": "Satterfield",
"mobile_number": "741-296-4552",
"mobile_number_alt": "608-643-4797",
"email_id": "Julius_Herman23@gmail.com",
"email_id_alt": "Marian_Renner96@gmail.com"
},
"customer_address": {
"flat_number": "AW/71",
"apartment_name": "Adarsh Palm Retreat",
"street_name": "Bellandur",
"landmark": "Doddenakundi",
"area": "Bellandur",
"pincode": "560023",
"country": "India",
"state": "Karnataka"
},
"customer_product": {
"dop": "2025-05-30T18:30:00.000Z",
"serial_number": "12711395177165",
"imei1": "12711395177165",
"imei2": "12711395177165",
"popurl": "2025-05-30T18:30:00.000Z",
"product_id": 1,
"mst_model_id": 2
},
"problems": [
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 132 |
| ETag | W/"84-mCZHtUk0ZkwUr6gxgJA2gMxVbaw" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:15 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"\"problems\" does not contain 1 required value(s)","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify missing authorization token return 400 Bad Request | 0 | 1 | 0 |
| Verify message is '"problems" does not contain 1 required value(s)' | 1 | 0 | 0 |
| Total | 1 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify missing authorization token return 400 Bad Request | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxNjl9.ceMqG1tdGhfBjOgZ2RA8g1Z9-RDmcojB4_d2ZR2HUcQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 52ebe524-2df7-445f-b3ba-6e43f68f08f9 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 851 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer_address": {
"flat_number": "AW/71",
"apartment_name": "Adarsh Palm Retreat",
"street_name": "Bellandur",
"landmark": "Doddenakundi",
"area": "Bellandur",
"pincode": "560023",
"country": "India",
"state": "Karnataka"
},
"customer_product": {
"dop": "2025-05-30T18:30:00.000Z",
"serial_number": "12711395177165",
"imei1": "12711395177165",
"imei2": "12711395177165",
"popurl": "2025-05-30T18:30:00.000Z",
"product_id": 1,
"mst_model_id": 2
},
"problems": [
{
"id": 4,
"remark": "Aplications are outof sync"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 107 |
| ETag | W/"6b-kQDRJ6W7HggkRpZCxcjxWaVIyzQ" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:15 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"\"customer\" is required","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify missing customerdetails should return 400 Bad Request | 0 | 1 | 0 |
| Verify message is '"customer" is required' | 1 | 0 | 0 |
| Total | 1 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify missing customerdetails should return 400 Bad Request | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxNjl9.ceMqG1tdGhfBjOgZ2RA8g1Z9-RDmcojB4_d2ZR2HUcQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f2dfa0bd-b364-42f1-b810-9c49d4fe30e2 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 833 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer": {
"first_name": "Reinhold",
"last_name": "Schmidt",
"mobile_number": "603-370-4812",
"mobile_number_alt": "721-383-6405",
"email_id": "Edyth_Kunze38@hotmail.com",
"email_id_alt": "Ray39@hotmail.com"
},
"customer_address": {
"flat_number": "AW/71",
"apartment_name": "Adarsh Palm Retreat",
"street_name": "Bellandur",
"landmark": "Doddenakundi",
"area": "Bellandur",
"pincode": "560023",
"country": "India",
"state": "Karnataka"
},
"problems": [
{
"id": 4,
"remark": "Aplications are outof sync"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 115 |
| ETag | W/"73-CHiztoQ3jyrfM7EgEEqfDYsvzXM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:15 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"\"customer_product\" is required","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify missing product details should return 400 Bad Request | 0 | 1 | 0 |
| Verify message is '"customer_product" is required | 1 | 0 | 0 |
| Total | 1 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify missing product details should return 400 Bad Request | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxNjl9.ceMqG1tdGhfBjOgZ2RA8g1Z9-RDmcojB4_d2ZR2HUcQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 4324bfb0-ccf5-4ce6-9401-da9a12c119f5 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1105 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer": {
"first_name": "Vesta",
"last_name": "Goldner",
"mobile_number": "500-679-1587",
"mobile_number_alt": "915-580-3965",
"email_id": "Onie33@hotmail.com",
"email_id_alt": "Dina18@yahoo.com"
},
"customer_address": {
"flat_number": "AW/71",
"apartment_name": "Adarsh Palm Retreat",
"street_name": "Bellandur",
"landmark": "Doddenakundi",
"area": "Bellandur",
"pincode": "560023",
"country": "India",
"state": "Karnataka"
},
"customer_product": {
"dop": "2025-05-30T18:30:00.000Z",
"serial_number": "1083211115",
"imei1": "1083211115",
"imei2": "1083211115",
"popurl": "2025-05-30T18:30:00.000Z",
"product_id": 1,
"mst_model_id": 2
},
"problems": [
{
"id": 4,
"remark": "Aplications are outof sync"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 143 |
| ETag | W/"8f-asfwh61GY//05D/sXjFd8ssjiig" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:15 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify invalid Imei number returns 400 Bad Request | 0 | 1 | 0 |
| Verify message contains 'serial_number' length must be at least 14 characters long' | 1 | 0 | 0 |
| Total | 1 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify invalid Imei number returns 400 Bad Request | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxNjl9.ceMqG1tdGhfBjOgZ2RA8g1Z9-RDmcojB4_d2ZR2HUcQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 581beadf-b12b-47c0-aa6f-eb9efa5b2b47 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1134 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer": {
"first_name": "Lillie",
"last_name": "Borer",
"mobile_number": "817-303-6910",
"mobile_number_alt": "771-889-1192",
"email_id": "Ernest_Bailey@yahoo.com",
"email_id_alt": "Retha.OReilly@gmail.com"
},
"customer_address": {
"flat_number": "AW/71",
"apartment_name": "Adarsh Palm Retreat",
"street_name": "Bellandur",
"landmark": "Doddenakundi",
"area": "Bellandur",
"pincode": "560023",
"country": "India",
"state": "Karnataka"
},
"customer_product": {
"dop": "2025-05-30T18:30:00.000Z",
"serial_number": "1795845544788867",
"imei1": "1795845544788867",
"imei2": "1795845544788867",
"popurl": "2025-05-30T18:30:00.000Z",
"product_id": 1,
"mst_model_id": 2
},
"problems": [
{
"id": 4,
"remark": "Aplications are outof sync"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 233 |
| ETag | W/"e9-50JOk2ZodI9EGsRvZX6NafAfP0Y" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:16 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Job created successfully. ","data":{"id":179107,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":179125,"tr_customer_product_id":179115,"job_number":"JOB_179107"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify invalid Imei number returns 400 Bad Request | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify invalid Imei number returns 400 Bad Request | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxNjl9.ceMqG1tdGhfBjOgZ2RA8g1Z9-RDmcojB4_d2ZR2HUcQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 041d92b6-2133-4ee7-a4b7-cde2e76e9dc1 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-uNaxTbdtPo/HwTrVCBow3AZyH/Y" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:16 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":623},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify the count of the created job is incremented | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxNjl9.ceMqG1tdGhfBjOgZ2RA8g1Z9-RDmcojB4_d2ZR2HUcQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f8457003-b837-4a99-8c27-b236fb72ef49 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 40 |
{
"details_key": "created_today"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"970b2-CxHpu8NWUvMM9b/SjvKxtVuEyu4" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 13:56:16 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":179001,"job_number":"JOB_179001","tr_customer_id":179019,"tr_customer_product_id":179009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:01:19.000Z","modified_at":"2026-02-06T08:01:32.000Z","name":"Carolyn Rutherford","mobile_number":"425-706-5437","email_id":"Jovanny.Waters@hotmail.com","dop":"2025-11-04","serial_number":"36398638229612","imei1":"36398638229612","imei2":"36398638229612","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:01:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178998,"job_number":"JOB_178998","tr_customer_id":179016,"tr_customer_product_id":179006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:00:44.000Z","modified_at":"2026-02-06T08:01:15.000Z","name":"Vinnie Klocko","mobile_number":"822-270-9339","email_id":"Loma.Turcotte@hotmail.com","dop":"2025-11-04","serial_number":"67476002834504","imei1":"67476002834504","imei2":"67476002834504","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:01:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178995,"job_number":"JOB_178995","tr_customer_id":179013,"tr_customer_product_id":179003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:51:13.000Z","modified_at":"2026-02-06T07:51:13.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Guido15@yahoo.com","dop":"2025-07-02","serial_number":"10638541719694","imei1":"10638541719694","imei2":"10638541719694","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:51:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178994,"job_number":"JOB_178994","tr_customer_id":179012,"tr_customer_product_id":179002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:50:56.000Z","modified_at":"2026-02-06T07:50:56.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Erik70@yahoo.com","dop":"2025-07-02","serial_number":"18622580252897","imei1":"18622580252897","imei2":"18622580252897","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:50:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178993,"job_number":"JOB_178993","tr_customer_id":179011,"tr_customer_product_id":179001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:50:38.000Z","modified_at":"2026-02-06T07:50:38.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Cooper42@hotmail.com","dop":"2025-07-02","serial_number":"13507259441029","imei1":"13507259441029","imei2":"13507259441029","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178992,"job_number":"JOB_178992","tr_customer_id":179010,"tr_customer_product_id":179000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:47:10.000Z","modified_at":"2026-02-06T07:47:21.000Z","name":"Jaycee Nader","mobile_number":"696-713-0231","email_id":"Henderson.Dickens82@yahoo.com","dop":"2025-11-04","serial_number":"60338784339911","imei1":"60338784339911","imei2":"60338784339911","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:47:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178991,"job_number":"JOB_178991","tr_customer_id":179009,"tr_customer_product_id":178999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:46:53.000Z","modified_at":"2026-02-06T07:47:05.000Z","name":"Clinton Bechtelar","mobile_number":"437-934-0072","email_id":"Madonna.Nikolaus93@hotmail.com","dop":"2025-11-04","serial_number":"43668592380047","imei1":"43668592380047","imei2":"43668592380047","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:47:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178990,"job_number":"JOB_178990","tr_customer_id":179008,"tr_customer_product_id":178998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:46:37.000Z","modified_at":"2026-02-06T07:46:49.000Z","name":"Dominique Larson","mobile_number":"224-855-6196","email_id":"Candida52@gmail.com","dop":"2025-11-04","serial_number":"26779274391965","imei1":"26779274391965","imei2":"26779274391965","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178856,"job_number":"JOB_178856","tr_customer_id":178874,"tr_customer_product_id":178864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:24.000Z","modified_at":"2026-02-06T06:49:24.000Z","name":"Clay Schumm","mobile_number":"873-392-3412","email_id":"Sibyl.Grant@gmail.com","dop":"2025-12-14","serial_number":"166351643720815","imei1":"166351643720815","imei2":"166351643720815","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178855,"job_number":"JOB_178855","tr_customer_id":178873,"tr_customer_product_id":178863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:21.000Z","modified_at":"2026-02-06T06:49:21.000Z","name":"Sydni Schulist","mobile_number":"620-493-7065","email_id":"Kenton20@yahoo.com","dop":"2025-12-14","serial_number":"138250144343264","imei1":"138250144343264","imei2":"138250144343264","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178854,"job_number":"JOB_178854","tr_customer_id":178872,"tr_customer_product_id":178862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:13.000Z","modified_at":"2026-02-06T06:49:25.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"23227800082185","imei1":"23227800082185","imei2":"23227800082185","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178853,"job_number":"JOB_178853","tr_customer_id":178871,"tr_customer_product_id":178861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:57.000Z","modified_at":"2026-02-06T06:49:09.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"56237502113076","imei1":"56237502113076","imei2":"56237502113076","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178850,"job_number":"JOB_178850","tr_customer_id":178868,"tr_customer_product_id":178858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:40.000Z","modified_at":"2026-02-06T06:48:52.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"23566786629105","imei1":"23566786629105","imei2":"23566786629105","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178849,"job_number":"JOB_178849","tr_customer_id":178867,"tr_customer_product_id":178857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:37.000Z","modified_at":"2026-02-06T06:48:37.000Z","name":"Aurelie Nitzsche","mobile_number":"316-828-6290","email_id":"Jude_Grimes36@gmail.com","dop":"2025-12-14","serial_number":"196281297429908","imei1":"196281297429908","imei2":"196281297429908","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178805,"job_number":"JOB_178805","tr_customer_id":178823,"tr_customer_product_id":178813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:31.000Z","modified_at":"2026-02-06T06:41:57.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"18378251709405","imei1":"18378251709405","imei2":"18378251709405","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178804,"job_number":"JOB_178804","tr_customer_id":178822,"tr_customer_product_id":178812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:14.000Z","modified_at":"2026-02-06T06:41:24.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"53120930975158","imei1":"53120930975158","imei2":"53120930975158","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178801,"job_number":"JOB_178801","tr_customer_id":178819,"tr_customer_product_id":178809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:46.000Z","modified_at":"2026-02-06T06:40:46.000Z","name":"Caleb Senger","mobile_number":"920-666-1510","email_id":"Trevion.Kerluke15@yahoo.com","dop":"2025-12-14","serial_number":"109124031217858","imei1":"109124031217858","imei2":"109124031217858","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178796,"job_number":"JOB_178796","tr_customer_id":178814,"tr_customer_product_id":178804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:39:58.000Z","name":"Audrey Smitham","mobile_number":"787-320-9682","email_id":"Brice_Cole@gmail.com","dop":"2025-06-09","serial_number":"101637620043776","imei1":"101637620043776","imei2":"101637620043776","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178795,"job_number":"JOB_178795","tr_customer_id":178813,"tr_customer_product_id":178803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:40:09.000Z","name":"Mallie Mertz","mobile_number":"928-794-0209","email_id":"Mitchel_Herzog91@gmail.com","dop":"2025-06-09","serial_number":"100205938634094","imei1":"100205938634094","imei2":"100205938634094","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:40:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178794,"job_number":"JOB_178794","tr_customer_id":178812,"tr_customer_product_id":178802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:39:58.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101771991003600","imei1":"101771991003600","imei2":"101771991003600","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178793,"job_number":"JOB_178793","tr_customer_id":178811,"tr_customer_product_id":178801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:43.000Z","modified_at":"2026-02-06T06:39:43.000Z","name":"Camren Harris","mobile_number":"469-399-2518","email_id":"Casey45@yahoo.com","dop":"2025-06-09","serial_number":"100283362635400","imei1":"100283362635400","imei2":"100283362635400","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178792,"job_number":"JOB_178792","tr_customer_id":178810,"tr_customer_product_id":178800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:43.000Z","modified_at":"2026-02-06T06:39:54.000Z","name":"Caleigh Kautzer","mobile_number":"847-315-0855","email_id":"Mittie.McLaughlin30@hotmail.com","dop":"2025-06-09","serial_number":"105846200455308","imei1":"105846200455308","imei2":"105846200455308","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:39:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178791,"job_number":"JOB_178791","tr_customer_id":178809,"tr_customer_product_id":178799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:42.000Z","modified_at":"2026-02-06T06:39:42.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100472593790307","imei1":"100472593790307","imei2":"100472593790307","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178790,"job_number":"JOB_178790","tr_customer_id":178808,"tr_customer_product_id":178798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:27.000Z","modified_at":"2026-02-06T06:39:27.000Z","name":"Keely Kilback","mobile_number":"696-528-7600","email_id":"Rosetta_Senger6@hotmail.com","dop":"2025-06-09","serial_number":"106517763984059","imei1":"106517763984059","imei2":"106517763984059","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178789,"job_number":"JOB_178789","tr_customer_id":178807,"tr_customer_product_id":178797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:27.000Z","modified_at":"2026-02-06T06:39:38.000Z","name":"Quinten Runte","mobile_number":"289-692-2261","email_id":"Douglas35@hotmail.com","dop":"2025-06-09","serial_number":"103409113686397","imei1":"103409113686397","imei2":"103409113686397","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:39:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178788,"job_number":"JOB_178788","tr_customer_id":178806,"tr_customer_product_id":178796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:26.000Z","modified_at":"2026-02-06T06:39:26.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108556022189392","imei1":"108556022189392","imei2":"108556022189392","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178786,"job_number":"JOB_178786","tr_customer_id":178804,"tr_customer_product_id":178794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:45.000Z","modified_at":"2026-02-06T06:38:09.000Z","name":"Letitia Hermann","mobile_number":"730-939-1195","email_id":"Easton.Kovacek96@gmail.com","dop":"2025-10-01","serial_number":"11401739279151","imei1":"11401739279151","imei2":"11401739279151","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178785,"job_number":"JOB_178785","tr_customer_id":178803,"tr_customer_product_id":178793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:43.000Z","modified_at":"2026-02-06T06:37:43.000Z","name":"Mercedes Weissnat","mobile_number":"428-327-7455","email_id":"Aida.Swaniawski@hotmail.com","dop":"2025-12-14","serial_number":"153449244120925","imei1":"153449244120925","imei2":"153449244120925","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178784,"job_number":"JOB_178784","tr_customer_id":178802,"tr_customer_product_id":178792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:25.000Z","modified_at":"2026-02-06T06:37:36.000Z","name":"Keara Wunsch","mobile_number":"659-381-6378","email_id":"Hailie_Gorczany@yahoo.com","dop":"2025-11-04","serial_number":"50344514038511","imei1":"50344514038511","imei2":"50344514038511","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:37:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178783,"job_number":"JOB_178783","tr_customer_id":178801,"tr_customer_product_id":178791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:10.000Z","modified_at":"2026-02-06T06:37:21.000Z","name":"Glenna Sawayn","mobile_number":"814-284-6586","email_id":"Allie_Schultz@yahoo.com","dop":"2025-11-04","serial_number":"52148337948783","imei1":"52148337948783","imei2":"52148337948783","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178782,"job_number":"JOB_178782","tr_customer_id":178800,"tr_customer_product_id":178790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:36:54.000Z","modified_at":"2026-02-06T06:37:05.000Z","name":"Javier Hoeger","mobile_number":"406-625-2600","email_id":"Estell44@yahoo.com","dop":"2025-11-04","serial_number":"92501352173513","imei1":"92501352173513","imei2":"92501352173513","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:37:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178781,"job_number":"JOB_178781","tr_customer_id":178799,"tr_customer_product_id":178789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:29:15.000Z","modified_at":"2026-02-06T06:29:15.000Z","name":"Cade Zboncak","mobile_number":"818-323-6019","email_id":"Antoinette81@gmail.com","dop":"2025-12-14","serial_number":"102880754374249","imei1":"102880754374249","imei2":"102880754374249","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178780,"job_number":"JOB_178780","tr_customer_id":178798,"tr_customer_product_id":178788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:26:46.000Z","modified_at":"2026-02-06T06:26:46.000Z","name":"Willis Muller","mobile_number":"431-897-7861","email_id":"Mariela.Dicki18@gmail.com","dop":"2025-12-14","serial_number":"105878818951360","imei1":"105878818951360","imei2":"105878818951360","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178779,"job_number":"JOB_178779","tr_customer_id":178797,"tr_customer_product_id":178787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:24:42.000Z","modified_at":"2026-02-06T06:24:42.000Z","name":"Leopold Mitchell","mobile_number":"211-847-7767","email_id":"Daryl71@hotmail.com","dop":"2025-12-14","serial_number":"600677702400388","imei1":"600677702400388","imei2":"600677702400388","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178778,"job_number":"JOB_178778","tr_customer_id":178796,"tr_customer_product_id":178786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:21:32.000Z","modified_at":"2026-02-06T06:21:32.000Z","name":"Tillman Block","mobile_number":"630-448-5007","email_id":"Dax_Wuckert@yahoo.com","dop":"2025-12-14","serial_number":"101831986109296","imei1":"101831986109296","imei2":"101831986109296","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178777,"job_number":"JOB_178777","tr_customer_id":178795,"tr_customer_product_id":178785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:03:17.000Z","modified_at":"2026-02-06T06:03:17.000Z","name":"Samanta Lehner","mobile_number":"671-793-6172","email_id":"Lester_Cole61@gmail.com","dop":"2025-12-14","serial_number":"179435281281086","imei1":"179435281281086","imei2":"179435281281086","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178772,"job_number":"JOB_178772","tr_customer_id":178790,"tr_customer_product_id":178780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:30:11.000Z","modified_at":"2026-02-06T05:30:11.000Z","name":"Deon Braun","mobile_number":"573-732-4408","email_id":"Vella14@yahoo.com","dop":"2025-12-14","serial_number":"171727690727191","imei1":"171727690727191","imei2":"171727690727191","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178771,"job_number":"JOB_178771","tr_customer_id":178789,"tr_customer_product_id":178779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:29:22.000Z","modified_at":"2026-02-06T05:29:22.000Z","name":"Hilton Dietrich","mobile_number":"889-971-7203","email_id":"Jaren73@hotmail.com","dop":"2025-12-14","serial_number":"161988092607777","imei1":"161988092607777","imei2":"161988092607777","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:29:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178770,"job_number":"JOB_178770","tr_customer_id":178788,"tr_customer_product_id":178778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:38.000Z","modified_at":"2026-02-06T05:18:38.000Z","name":"Buster Walker","mobile_number":"423-233-3499","email_id":"Kaylie46@yahoo.com","dop":"2025-12-14","serial_number":"101950838940352","imei1":"101950838940352","imei2":"101950838940352","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178769,"job_number":"JOB_178769","tr_customer_id":178787,"tr_customer_product_id":178777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:26.000Z","modified_at":"2026-02-06T05:18:26.000Z","name":"Karolann Graham","mobile_number":"224-852-7201","email_id":"Armani.OReilly35@hotmail.com","dop":"2025-12-14","serial_number":"180517299207067","imei1":"180517299207067","imei2":"180517299207067","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178764,"job_number":"JOB_178764","tr_customer_id":178782,"tr_customer_product_id":178772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:48.000Z","modified_at":"2026-02-06T05:13:48.000Z","name":"August McCullough","mobile_number":"754-244-3044","email_id":"Ova.Ziemann96@yahoo.com","dop":"2025-12-14","serial_number":"163713486557286","imei1":"163713486557286","imei2":"163713486557286","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178761,"job_number":"JOB_178761","tr_customer_id":178779,"tr_customer_product_id":178769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:29.000Z","modified_at":"2026-02-06T05:13:29.000Z","name":"Walter Zulauf","mobile_number":"750-320-1433","email_id":"Kaylee.Satterfield56@hotmail.com","dop":"2025-12-14","serial_number":"136779732025097","imei1":"136779732025097","imei2":"136779732025097","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178760,"job_number":"JOB_178760","tr_customer_id":178778,"tr_customer_product_id":178768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:11:04.000Z","modified_at":"2026-02-06T05:11:04.000Z","name":"Sheila Rodriguez","mobile_number":"548-208-4521","email_id":"Jayda_Balistreri@hotmail.com","dop":"2025-12-14","serial_number":"194213600439643","imei1":"194213600439643","imei2":"194213600439643","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:11:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178759,"job_number":"JOB_178759","tr_customer_id":178777,"tr_customer_product_id":178767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:10:50.000Z","modified_at":"2026-02-06T05:10:50.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15883147821539","imei1":"15883147821539","imei2":"15883147821539","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:10:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178758,"job_number":"JOB_178758","tr_customer_id":178776,"tr_customer_product_id":178766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:10:50.000Z","modified_at":"2026-02-06T05:11:00.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16365194181806","imei1":"16365194181806","imei2":"16365194181806","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:11:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178757,"job_number":"JOB_178757","tr_customer_id":178775,"tr_customer_product_id":178765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:02:45.000Z","modified_at":"2026-02-06T05:02:45.000Z","name":"Lavinia Berge","mobile_number":"243-759-9064","email_id":"Otha.Fahey@hotmail.com","dop":"2025-12-14","serial_number":"188721239273191","imei1":"188721239273191","imei2":"188721239273191","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:02:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178756,"job_number":"JOB_178756","tr_customer_id":178774,"tr_customer_product_id":178764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:00:50.000Z","modified_at":"2026-02-06T05:00:50.000Z","name":"Simone Schmidt","mobile_number":"442-448-0446","email_id":"Annabel.Hauck73@yahoo.com","dop":"2025-12-14","serial_number":"166842876416848","imei1":"166842876416848","imei2":"166842876416848","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178755,"job_number":"JOB_178755","tr_customer_id":178773,"tr_customer_product_id":178763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:00:14.000Z","modified_at":"2026-02-06T05:00:14.000Z","name":"Fred Williamson","mobile_number":"250-291-2966","email_id":"Micheal3@yahoo.com","dop":"2025-12-14","serial_number":"105406047416620","imei1":"105406047416620","imei2":"105406047416620","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178754,"job_number":"JOB_178754","tr_customer_id":178772,"tr_customer_product_id":178762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:58:51.000Z","modified_at":"2026-02-06T04:58:51.000Z","name":"Reese Fritsch","mobile_number":"424-447-4109","email_id":"Wendy90@gmail.com","dop":"2025-12-14","serial_number":"100832630440911","imei1":"100832630440911","imei2":"100832630440911","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178753,"job_number":"JOB_178753","tr_customer_id":178771,"tr_customer_product_id":178761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:57:48.000Z","modified_at":"2026-02-06T04:57:48.000Z","name":"Juliet Emard","mobile_number":"651-846-5251","email_id":"Otha_Kuhic@yahoo.com","dop":"2025-12-14","serial_number":"191539244490491","imei1":"191539244490491","imei2":"191539244490491","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178752,"job_number":"JOB_178752","tr_customer_id":178770,"tr_customer_product_id":178760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:56:58.000Z","modified_at":"2026-02-06T04:56:58.000Z","name":"Misael Robel","mobile_number":"483-262-9650","email_id":"Armando.Bartoletti72@gmail.com","dop":"2025-12-14","serial_number":"131200562032546","imei1":"131200562032546","imei2":"131200562032546","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178677,"job_number":"JOB_178677","tr_customer_id":178695,"tr_customer_product_id":178685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:45.000Z","modified_at":"2026-02-06T04:27:54.000Z","name":"Gabriel Cruickshank","mobile_number":"910-588-0990","email_id":"Fredy.Mann77@yahoo.com","dop":"2025-12-31","serial_number":"10539992516211","imei1":"10539992516211","imei2":"10539992516211","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178667,"job_number":"JOB_178667","tr_customer_id":178685,"tr_customer_product_id":178675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:27:35.000Z","name":"Gerry Brakus","mobile_number":"311-228-3146","email_id":"Esther.Bednar@yahoo.com","dop":"2025-06-09","serial_number":"102741266285242","imei1":"102741266285242","imei2":"102741266285242","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178666,"job_number":"JOB_178666","tr_customer_id":178684,"tr_customer_product_id":178674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:34.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Clinton Emard","mobile_number":"352-305-8377","email_id":"Titus30@hotmail.com","dop":"2025-06-09","serial_number":"103515650134919","imei1":"103515650134919","imei2":"103515650134919","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178665,"job_number":"JOB_178665","tr_customer_id":178683,"tr_customer_product_id":178673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:34.000Z","modified_at":"2026-02-06T04:27:34.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105360654266309","imei1":"105360654266309","imei2":"105360654266309","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178663,"job_number":"JOB_178663","tr_customer_id":178681,"tr_customer_product_id":178671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:33.000Z","modified_at":"2026-02-06T04:27:42.000Z","name":"Tiana Nitzsche","mobile_number":"820-269-7822","email_id":"Jaylen.Howe20@gmail.com","dop":"2025-12-31","serial_number":"10058762208530","imei1":"10058762208530","imei2":"10058762208530","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178657,"job_number":"JOB_178657","tr_customer_id":178675,"tr_customer_product_id":178665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:20.000Z","modified_at":"2026-02-06T04:27:29.000Z","name":"Christina DuBuque","mobile_number":"444-639-0881","email_id":"Melisa85@gmail.com","dop":"2025-12-31","serial_number":"10670005866137","imei1":"10670005866137","imei2":"10670005866137","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178656,"job_number":"JOB_178656","tr_customer_id":178674,"tr_customer_product_id":178664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:19.000Z","name":"Pearline Grimes","mobile_number":"202-958-9021","email_id":"Lily_Dickens@hotmail.com","dop":"2025-06-09","serial_number":"104624737359212","imei1":"104624737359212","imei2":"104624737359212","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178654,"job_number":"JOB_178654","tr_customer_id":178672,"tr_customer_product_id":178662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:30.000Z","name":"Yadira Botsford","mobile_number":"418-785-7616","email_id":"Jordan.Olson4@yahoo.com","dop":"2025-06-09","serial_number":"103083955708215","imei1":"103083955708215","imei2":"103083955708215","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178653,"job_number":"JOB_178653","tr_customer_id":178671,"tr_customer_product_id":178661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:18.000Z","modified_at":"2026-02-06T04:27:18.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107943434643272","imei1":"107943434643272","imei2":"107943434643272","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178631,"job_number":"JOB_178631","tr_customer_id":178649,"tr_customer_product_id":178639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11695279405753","imei1":"11695279405753","imei2":"11695279405753","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178630,"job_number":"JOB_178630","tr_customer_id":178648,"tr_customer_product_id":178638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:06.000Z","modified_at":"2026-02-06T04:27:16.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16543836757730","imei1":"16543836757730","imei2":"16543836757730","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178624,"job_number":"JOB_178624","tr_customer_id":178642,"tr_customer_product_id":178632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Beaulah Feeney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101770323978005","imei1":"101770323978005","imei2":"101770323978005","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178620,"job_number":"JOB_178620","tr_customer_id":178638,"tr_customer_product_id":178628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Alvena Purdy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"152646468626071","imei1":"152646468626071","imei2":"152646468626071","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178619,"job_number":"JOB_178619","tr_customer_id":178637,"tr_customer_product_id":178627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Gilbert Ferry","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"124398116714505","imei1":"124398116714505","imei2":"124398116714505","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178618,"job_number":"JOB_178618","tr_customer_id":178636,"tr_customer_product_id":178626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"157888565992630","imei1":"157888565992630","imei2":"157888565992630","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178616,"job_number":"JOB_178616","tr_customer_id":178634,"tr_customer_product_id":178624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Virginie Ebert","mobile_number":"916-219-9688","email_id":"Margarete.Simonis@gmail.com","dop":"2025-06-09","serial_number":"106396555171152","imei1":"106396555171152","imei2":"106396555171152","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178614,"job_number":"JOB_178614","tr_customer_id":178632,"tr_customer_product_id":178622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:14.000Z","name":"Omari Lindgren","mobile_number":"945-707-7395","email_id":"Loma15@gmail.com","dop":"2025-06-09","serial_number":"109981249556518","imei1":"109981249556518","imei2":"109981249556518","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178613,"job_number":"JOB_178613","tr_customer_id":178631,"tr_customer_product_id":178621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:02.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109396836959461","imei1":"109396836959461","imei2":"109396836959461","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178605,"job_number":"JOB_178605","tr_customer_id":178623,"tr_customer_product_id":178613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:57.000Z","modified_at":"2026-02-06T04:27:20.000Z","name":"Emory Kuvalis","mobile_number":"731-394-6076","email_id":"Abel.Boyer91@yahoo.com","dop":"2025-10-01","serial_number":"16159687240792","imei1":"16159687240792","imei2":"16159687240792","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178596,"job_number":"JOB_178596","tr_customer_id":178614,"tr_customer_product_id":178604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:53.000Z","modified_at":"2026-02-06T04:26:53.000Z","name":"Silas Hodkiewicz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"183751967698186","imei1":"183751967698186","imei2":"183751967698186","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178595,"job_number":"JOB_178595","tr_customer_id":178613,"tr_customer_product_id":178603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"Ryann Russel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"151859945223550","imei1":"151859945223550","imei2":"151859945223550","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178594,"job_number":"JOB_178594","tr_customer_id":178612,"tr_customer_product_id":178602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"Vernie Rath","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"172958352920846","imei1":"172958352920846","imei2":"172958352920846","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178593,"job_number":"JOB_178593","tr_customer_id":178611,"tr_customer_product_id":178601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"169899382190369","imei1":"169899382190369","imei2":"169899382190369","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178566,"job_number":"JOB_178566","tr_customer_id":178584,"tr_customer_product_id":178574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:26:22.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Laury_Kiehn70@yahoo.com","dop":"2025-07-02","serial_number":"16696115985981","imei1":"16696115985981","imei2":"16696115985981","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178549,"job_number":"JOB_178549","tr_customer_id":178567,"tr_customer_product_id":178557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:05.000Z","modified_at":"2026-02-06T04:26:05.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Billie.Renner32@hotmail.com","dop":"2025-07-02","serial_number":"13518732063710","imei1":"13518732063710","imei2":"13518732063710","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178542,"job_number":"JOB_178542","tr_customer_id":178560,"tr_customer_product_id":178550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:55.000Z","modified_at":"2026-02-06T04:26:05.000Z","name":"giyu tomiaka","mobile_number":"940-807-9270","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"809793346492813","imei1":"809793346492813","imei2":"809793346492813","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178538,"job_number":"JOB_178538","tr_customer_id":178556,"tr_customer_product_id":178546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:48.000Z","modified_at":"2026-02-06T04:25:48.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Adolph.Abernathy@yahoo.com","dop":"2025-07-02","serial_number":"17680310089306","imei1":"17680310089306","imei2":"17680310089306","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178533,"job_number":"JOB_178533","tr_customer_id":178551,"tr_customer_product_id":178541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:44.000Z","modified_at":"2026-02-06T04:25:53.000Z","name":"tanjiro kamado","mobile_number":"943-881-3299","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"328388142858642","imei1":"328388142858642","imei2":"328388142858642","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179107,"job_number":"JOB_179107","tr_customer_id":179125,"tr_customer_product_id":179115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:56:16.000Z","modified_at":"2026-02-06T13:56:16.000Z","name":"Lillie Borer","mobile_number":"817-303-6910","email_id":"Ernest_Bailey@yahoo.com","dop":"2025-05-30","serial_number":"1795845544788867","imei1":"1795845544788867","imei2":"1795845544788867","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179106,"job_number":"JOB_179106","tr_customer_id":179124,"tr_customer_product_id":179114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:56:14.000Z","modified_at":"2026-02-06T13:56:14.000Z","name":"Santiago Murazik","mobile_number":"414-759-5477","email_id":"Shana14@gmail.com","dop":"2025-05-30","serial_number":"10513171811345","imei1":"10513171811345","imei2":"10513171811345","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179105,"job_number":"JOB_179105","tr_customer_id":179123,"tr_customer_product_id":179113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:56:13.000Z","modified_at":"2026-02-06T13:56:13.000Z","name":"Roger O'Conner","mobile_number":"289-915-0980","email_id":"Tierra.Lueilwitz@hotmail.com","dop":"2025-05-30","serial_number":"12711395177165","imei1":"12711395177165","imei2":"12711395177165","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179104,"job_number":"JOB_179104","tr_customer_id":179122,"tr_customer_product_id":179112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:55:33.000Z","modified_at":"2026-02-06T13:55:33.000Z","name":"Ram Kumar","mobile_number":"9916150593","email_id":"ramkumar123@gmail.com","dop":"2025-05-05","serial_number":"17891877009567","imei1":"17891877009567","imei2":"17891877009567","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179103,"job_number":"JOB_179103","tr_customer_id":179121,"tr_customer_product_id":179111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:40:06.000Z","modified_at":"2026-02-06T13:40:06.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2026-01-27","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2026-01-27T13:40:05.683925492Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:40:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179102,"job_number":"JOB_179102","tr_customer_id":179120,"tr_customer_product_id":179110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:21:43.000Z","modified_at":"2026-02-06T13:21:43.000Z","name":"Ram Kumar","mobile_number":"9916150593","email_id":"ramkumar123@gmail.com","dop":"2025-05-05","serial_number":"55512309900000","imei1":"55512309900000","imei2":"55512309900000","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:21:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179101,"job_number":"JOB_179101","tr_customer_id":179119,"tr_customer_product_id":179109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:21:33.000Z","modified_at":"2026-02-06T13:21:33.000Z","name":"Jace Rohan","mobile_number":"730-700-4196","email_id":"Ashlynn.Turcotte45@yahoo.com","dop":"2026-01-23","serial_number":"149720977360065","imei1":"149720977360065","imei2":"149720977360065","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179100,"job_number":"JOB_179100","tr_customer_id":179118,"tr_customer_product_id":179108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:21:31.000Z","modified_at":"2026-02-06T13:22:12.000Z","name":"Jaquan Mitchell","mobile_number":"224-319-5342","email_id":"Karl.Lang@hotmail.com","dop":"2026-01-23","serial_number":"16002027260214","imei1":"16002027260214","imei2":"16002027260214","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T13:22:12.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179099,"job_number":"JOB_179099","tr_customer_id":179117,"tr_customer_product_id":179107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:21:31.000Z","modified_at":"2026-02-06T13:21:31.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"11449388145103","imei1":"11449388145103","imei2":"11449388145103","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179098,"job_number":"JOB_179098","tr_customer_id":179116,"tr_customer_product_id":179106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:20:35.000Z","modified_at":"2026-02-06T13:20:35.000Z","name":"Isaac Johns","mobile_number":"463-719-0730","email_id":"Junior71@gmail.com","dop":"2026-01-23","serial_number":"163847358671713","imei1":"163847358671713","imei2":"163847358671713","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179097,"job_number":"JOB_179097","tr_customer_id":179115,"tr_customer_product_id":179105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:20:34.000Z","modified_at":"2026-02-06T13:20:58.000Z","name":"Bobby Bernhard","mobile_number":"582-472-6710","email_id":"Leola.DuBuque81@hotmail.com","dop":"2026-01-23","serial_number":"16542838421294","imei1":"16542838421294","imei2":"16542838421294","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T13:20:58.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179096,"job_number":"JOB_179096","tr_customer_id":179114,"tr_customer_product_id":179104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:20:34.000Z","modified_at":"2026-02-06T13:20:34.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"16400044804804","imei1":"16400044804804","imei2":"16400044804804","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179095,"job_number":"JOB_179095","tr_customer_id":179113,"tr_customer_product_id":179103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:19:25.000Z","modified_at":"2026-02-06T13:19:25.000Z","name":"Janessa Littel","mobile_number":"521-505-0665","email_id":"Yesenia48@gmail.com","dop":"2026-01-23","serial_number":"141510053202217","imei1":"141510053202217","imei2":"141510053202217","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179094,"job_number":"JOB_179094","tr_customer_id":179112,"tr_customer_product_id":179102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:19:24.000Z","modified_at":"2026-02-06T13:20:05.000Z","name":"Payton Will","mobile_number":"386-459-8729","email_id":"Emmett83@hotmail.com","dop":"2026-01-23","serial_number":"18047206044578","imei1":"18047206044578","imei2":"18047206044578","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T13:20:05.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179093,"job_number":"JOB_179093","tr_customer_id":179111,"tr_customer_product_id":179101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:19:23.000Z","modified_at":"2026-02-06T13:19:23.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"14924276554614","imei1":"14924276554614","imei2":"14924276554614","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179092,"job_number":"JOB_179092","tr_customer_id":179110,"tr_customer_product_id":179100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:01:27.000Z","modified_at":"2026-02-06T13:01:27.000Z","name":"Jade Stracke","mobile_number":"418-213-3980","email_id":"Camren_Gislason65@hotmail.com","dop":"2026-01-23","serial_number":"137044030135650","imei1":"137044030135650","imei2":"137044030135650","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:01:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179091,"job_number":"JOB_179091","tr_customer_id":179109,"tr_customer_product_id":179099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:01:25.000Z","modified_at":"2026-02-06T13:01:49.000Z","name":"Leslie Steuber","mobile_number":"516-887-7057","email_id":"Leora86@yahoo.com","dop":"2026-01-23","serial_number":"16752070047734","imei1":"16752070047734","imei2":"16752070047734","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T13:01:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179090,"job_number":"JOB_179090","tr_customer_id":179108,"tr_customer_product_id":179098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:01:25.000Z","modified_at":"2026-02-06T13:01:25.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"16029380054846","imei1":"16029380054846","imei2":"16029380054846","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179089,"job_number":"JOB_179089","tr_customer_id":179107,"tr_customer_product_id":179097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:00:35.000Z","modified_at":"2026-02-06T13:00:35.000Z","name":"Bridie Lehner","mobile_number":"809-209-7699","email_id":"Rebeka.McDermott@yahoo.com","dop":"2026-01-23","serial_number":"178607092605092","imei1":"178607092605092","imei2":"178607092605092","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179088,"job_number":"JOB_179088","tr_customer_id":179106,"tr_customer_product_id":179096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:00:34.000Z","modified_at":"2026-02-06T13:00:58.000Z","name":"Terrance Veum","mobile_number":"408-923-0832","email_id":"Stanton.Rempel1@gmail.com","dop":"2026-01-23","serial_number":"17882104733237","imei1":"17882104733237","imei2":"17882104733237","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T13:00:58.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179087,"job_number":"JOB_179087","tr_customer_id":179105,"tr_customer_product_id":179095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:00:34.000Z","modified_at":"2026-02-06T13:00:34.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"18513384727471","imei1":"18513384727471","imei2":"18513384727471","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179086,"job_number":"JOB_179086","tr_customer_id":179104,"tr_customer_product_id":179094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T12:59:43.000Z","modified_at":"2026-02-06T12:59:43.000Z","name":"Nicholas Boehm","mobile_number":"426-469-3257","email_id":"Elissa.Bogan@yahoo.com","dop":"2026-01-23","serial_number":"111118237591943","imei1":"111118237591943","imei2":"111118237591943","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T12:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179085,"job_number":"JOB_179085","tr_customer_id":179103,"tr_customer_product_id":179093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T12:59:41.000Z","modified_at":"2026-02-06T13:00:05.000Z","name":"Izabella Lindgren","mobile_number":"475-882-1894","email_id":"Adriana_Reichel@hotmail.com","dop":"2026-01-23","serial_number":"15108278166291","imei1":"15108278166291","imei2":"15108278166291","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T13:00:05.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179084,"job_number":"JOB_179084","tr_customer_id":179102,"tr_customer_product_id":179092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T12:59:41.000Z","modified_at":"2026-02-06T12:59:41.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"12430889879504","imei1":"12430889879504","imei2":"12430889879504","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T12:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179083,"job_number":"JOB_179083","tr_customer_id":179101,"tr_customer_product_id":179091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T12:57:48.000Z","modified_at":"2026-02-06T12:57:48.000Z","name":"Uriel Wiegand","mobile_number":"620-579-5704","email_id":"Damaris9@yahoo.com","dop":"2026-01-23","serial_number":"197615831180377","imei1":"197615831180377","imei2":"197615831180377","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T12:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179082,"job_number":"JOB_179082","tr_customer_id":179100,"tr_customer_product_id":179090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T12:57:46.000Z","modified_at":"2026-02-06T12:58:15.000Z","name":"Kameron Hansen","mobile_number":"415-699-6002","email_id":"Olen.Kilback@gmail.com","dop":"2026-01-23","serial_number":"18418866819798","imei1":"18418866819798","imei2":"18418866819798","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T12:58:15.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179081,"job_number":"JOB_179081","tr_customer_id":179099,"tr_customer_product_id":179089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:53:13.000Z","modified_at":"2026-02-06T11:53:13.000Z","name":"Jatin Sharma","mobile_number":"7293847564","email_id":"jatin@gmail.com","dop":"2026-01-27","serial_number":"19700432156456","imei1":"19700432156456","imei2":"19700432156456","popurl":"2026-01-27T11:53:13.489783811Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:53:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179080,"job_number":"JOB_179080","tr_customer_id":179098,"tr_customer_product_id":179088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:34:28.000Z","modified_at":"2026-02-06T11:34:28.000Z","name":"Tushar Shelar","mobile_number":"854-299-5160","email_id":"Florine_Schmidt@yahoo.com","dop":"2025-09-30","serial_number":"11912835031892","imei1":"11912835031892","imei2":"11912835031892","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179079,"job_number":"JOB_179079","tr_customer_id":179097,"tr_customer_product_id":179087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:30:24.000Z","modified_at":"2026-02-06T11:30:24.000Z","name":"Jasper Reinger","mobile_number":"647-981-2292","email_id":"Ezequiel.Von95@gmail.com","dop":"2026-01-23","serial_number":"193411184592777","imei1":"193411184592777","imei2":"193411184592777","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:30:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179078,"job_number":"JOB_179078","tr_customer_id":179096,"tr_customer_product_id":179086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:30:22.000Z","modified_at":"2026-02-06T11:30:46.000Z","name":"Linnie Beer","mobile_number":"202-466-1984","email_id":"Roosevelt.Medhurst@hotmail.com","dop":"2026-01-23","serial_number":"11089589154148","imei1":"11089589154148","imei2":"11089589154148","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T11:30:46.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179077,"job_number":"JOB_179077","tr_customer_id":179095,"tr_customer_product_id":179085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:30:22.000Z","modified_at":"2026-02-06T11:30:22.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"13182180976802","imei1":"13182180976802","imei2":"13182180976802","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:30:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179076,"job_number":"JOB_179076","tr_customer_id":179094,"tr_customer_product_id":179084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:29:31.000Z","modified_at":"2026-02-06T11:29:31.000Z","name":"Bonita Wuckert","mobile_number":"425-395-7791","email_id":"Rhett_Schultz@yahoo.com","dop":"2026-01-23","serial_number":"109241207752182","imei1":"109241207752182","imei2":"109241207752182","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179075,"job_number":"JOB_179075","tr_customer_id":179093,"tr_customer_product_id":179083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:29:30.000Z","modified_at":"2026-02-06T11:29:54.000Z","name":"Juliet Wisoky","mobile_number":"294-793-5183","email_id":"Heaven.Ritchie@yahoo.com","dop":"2026-01-23","serial_number":"19413597212120","imei1":"19413597212120","imei2":"19413597212120","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T11:29:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179074,"job_number":"JOB_179074","tr_customer_id":179092,"tr_customer_product_id":179082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:29:29.000Z","modified_at":"2026-02-06T11:29:29.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"14631103797574","imei1":"14631103797574","imei2":"14631103797574","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179073,"job_number":"JOB_179073","tr_customer_id":179091,"tr_customer_product_id":179081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:28:41.000Z","modified_at":"2026-02-06T11:28:41.000Z","name":"Vern Pfannerstill","mobile_number":"948-276-9115","email_id":"Vivienne_Cassin@yahoo.com","dop":"2026-01-23","serial_number":"198236531692556","imei1":"198236531692556","imei2":"198236531692556","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179072,"job_number":"JOB_179072","tr_customer_id":179090,"tr_customer_product_id":179080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:28:39.000Z","modified_at":"2026-02-06T11:29:03.000Z","name":"Garret Gibson","mobile_number":"239-935-6615","email_id":"Zelma63@hotmail.com","dop":"2026-01-23","serial_number":"12048412830163","imei1":"12048412830163","imei2":"12048412830163","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T11:29:03.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179071,"job_number":"JOB_179071","tr_customer_id":179089,"tr_customer_product_id":179079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:28:39.000Z","modified_at":"2026-02-06T11:28:39.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"11012242114214","imei1":"11012242114214","imei2":"11012242114214","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179070,"job_number":"JOB_179070","tr_customer_id":179088,"tr_customer_product_id":179078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:07:00.000Z","modified_at":"2026-02-06T11:07:12.000Z","name":"Neal Zieme","mobile_number":"365-428-5934","email_id":"Darrin39@hotmail.com","dop":"2025-09-30","serial_number":"18122914854385","imei1":"18122914854385","imei2":"18122914854385","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T11:07:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179069,"job_number":"JOB_179069","tr_customer_id":179087,"tr_customer_product_id":179077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:07:00.000Z","modified_at":"2026-02-06T11:07:00.000Z","name":"Satish ABCD","mobile_number":"8765737373","email_id":"test12.tech@gmail.com","dop":"2025-09-30","serial_number":"18319337752263","imei1":"18319337752263","imei2":"18319337752263","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179068,"job_number":"JOB_179068","tr_customer_id":179086,"tr_customer_product_id":179076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:06:43.000Z","modified_at":"2026-02-06T11:06:55.000Z","name":"Hollis Hamill","mobile_number":"272-821-1220","email_id":"Clement_Ondricka@yahoo.com","dop":"2025-09-30","serial_number":"13642991769574","imei1":"13642991769574","imei2":"13642991769574","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T11:06:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179067,"job_number":"JOB_179067","tr_customer_id":179085,"tr_customer_product_id":179075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:06:43.000Z","modified_at":"2026-02-06T11:06:43.000Z","name":"Jatin Tech","mobile_number":"8844737373","email_id":"test.tech@gmail.com","dop":"2025-09-30","serial_number":"10564545419250","imei1":"10564545419250","imei2":"10564545419250","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:06:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179066,"job_number":"JOB_179066","tr_customer_id":179084,"tr_customer_product_id":179074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:02:21.000Z","modified_at":"2026-02-06T11:02:21.000Z","name":"Dhruv Prajapat","mobile_number":"8651513734","email_id":"deb.devar@hotmail.com","dop":"2026-01-27","serial_number":"17543551936144","imei1":"17543551936144","imei2":"17543551936144","popurl":"www.chanakya-dubashi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:02:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179065,"job_number":"JOB_179065","tr_customer_id":179083,"tr_customer_product_id":179073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:01:57.000Z","modified_at":"2026-02-06T11:01:57.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-27","serial_number":"89766599838882","imei1":"89766599838882","imei2":"89766599838882","popurl":"2026-01-27T11:01:47.697991045Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179064,"job_number":"JOB_179064","tr_customer_id":179082,"tr_customer_product_id":179072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:01:56.000Z","modified_at":"2026-02-06T11:01:56.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-27","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-27T11:01:47.695624485Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:01:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179063,"job_number":"JOB_179063","tr_customer_id":179081,"tr_customer_product_id":179071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T10:29:12.000Z","modified_at":"2026-02-06T10:29:12.000Z","name":"Melisa Greenholt","mobile_number":"921-767-4411","email_id":"Citlalli52@yahoo.com","dop":"2017-01-31","serial_number":"1043408842503871","imei1":"1043408842503871","imei2":"1043408842503871","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T10:29:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179062,"job_number":"JOB_179062","tr_customer_id":179080,"tr_customer_product_id":179070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T10:29:11.000Z","modified_at":"2026-02-06T10:29:38.000Z","name":"Esther Corwin","mobile_number":"839-575-4130","email_id":"Lysanne_OKon55@hotmail.com","dop":"2017-01-31","serial_number":"15414879523231","imei1":"15414879523231","imei2":"15414879523231","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T10:29:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179061,"job_number":"JOB_179061","tr_customer_id":179079,"tr_customer_product_id":179069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:40:45.000Z","modified_at":"2026-02-06T09:40:45.000Z","name":"Caleb Marvin","mobile_number":"916-236-3628","email_id":"Nettie15@yahoo.com","dop":"2026-01-23","serial_number":"166360752487388","imei1":"166360752487388","imei2":"166360752487388","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:40:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179060,"job_number":"JOB_179060","tr_customer_id":179078,"tr_customer_product_id":179068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:40:44.000Z","modified_at":"2026-02-06T09:41:12.000Z","name":"Francis Gibson","mobile_number":"530-658-2842","email_id":"Daisy10@yahoo.com","dop":"2026-01-23","serial_number":"13692752107303","imei1":"13692752107303","imei2":"13692752107303","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:41:12.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179059,"job_number":"JOB_179059","tr_customer_id":179077,"tr_customer_product_id":179067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:40:43.000Z","modified_at":"2026-02-06T09:40:43.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"14628615946787","imei1":"14628615946787","imei2":"14628615946787","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:40:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179058,"job_number":"JOB_179058","tr_customer_id":179076,"tr_customer_product_id":179066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:39:48.000Z","modified_at":"2026-02-06T09:39:48.000Z","name":"Easton Trantow","mobile_number":"361-268-9695","email_id":"Mariah_Raynor@yahoo.com","dop":"2026-01-23","serial_number":"103211194590998","imei1":"103211194590998","imei2":"103211194590998","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:39:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179057,"job_number":"JOB_179057","tr_customer_id":179075,"tr_customer_product_id":179065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:39:46.000Z","modified_at":"2026-02-06T09:40:15.000Z","name":"Vicky Auer","mobile_number":"350-545-5364","email_id":"Margret74@hotmail.com","dop":"2026-01-23","serial_number":"19560404362549","imei1":"19560404362549","imei2":"19560404362549","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:40:15.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179056,"job_number":"JOB_179056","tr_customer_id":179074,"tr_customer_product_id":179064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:39:46.000Z","modified_at":"2026-02-06T09:39:46.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"19373891435443","imei1":"19373891435443","imei2":"19373891435443","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:39:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179055,"job_number":"JOB_179055","tr_customer_id":179073,"tr_customer_product_id":179063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:38:50.000Z","modified_at":"2026-02-06T09:38:50.000Z","name":"Jackson Dare","mobile_number":"811-235-9260","email_id":"Maude48@yahoo.com","dop":"2026-01-23","serial_number":"198839495979423","imei1":"198839495979423","imei2":"198839495979423","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179054,"job_number":"JOB_179054","tr_customer_id":179072,"tr_customer_product_id":179062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:38:48.000Z","modified_at":"2026-02-06T09:39:17.000Z","name":"Arnoldo Klein","mobile_number":"307-218-3477","email_id":"Aurelie.Grant49@yahoo.com","dop":"2026-01-23","serial_number":"13767960906568","imei1":"13767960906568","imei2":"13767960906568","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:39:17.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179053,"job_number":"JOB_179053","tr_customer_id":179071,"tr_customer_product_id":179061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:38:48.000Z","modified_at":"2026-02-06T09:38:48.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"12491842445570","imei1":"12491842445570","imei2":"12491842445570","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:38:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179052,"job_number":"JOB_179052","tr_customer_id":179070,"tr_customer_product_id":179060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:33:21.000Z","modified_at":"2026-02-06T09:33:21.000Z","name":"Jensen Gulgowski","mobile_number":"922-780-2305","email_id":"Jade.Considine@gmail.com","dop":"2025-04-06","serial_number":"13542599956751808","imei1":"13542599956751808","imei2":"13542599956751808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:33:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179051,"job_number":"JOB_179051","tr_customer_id":179069,"tr_customer_product_id":179059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:33:20.000Z","modified_at":"2026-02-06T09:33:57.000Z","name":"Rory Franecki","mobile_number":"307-827-3048","email_id":"Jaylen71@hotmail.com","dop":"2025-04-06","serial_number":"11716304623446","imei1":"11716304623446","imei2":"11716304623446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T09:33:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179050,"job_number":"JOB_179050","tr_customer_id":179068,"tr_customer_product_id":179058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:33:19.000Z","modified_at":"2026-02-06T09:33:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10881915730041","imei1":"10881915730041","imei2":"10881915730041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:33:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179049,"job_number":"JOB_179049","tr_customer_id":179067,"tr_customer_product_id":179057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:32:37.000Z","modified_at":"2026-02-06T09:32:37.000Z","name":"Daija Yundt","mobile_number":"644-246-4052","email_id":"Amos8@yahoo.com","dop":"2025-04-06","serial_number":"13630688286354760","imei1":"13630688286354760","imei2":"13630688286354760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:32:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179048,"job_number":"JOB_179048","tr_customer_id":179066,"tr_customer_product_id":179056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:32:35.000Z","modified_at":"2026-02-06T09:33:13.000Z","name":"Pablo O'Hara","mobile_number":"583-650-5763","email_id":"Nikolas1@gmail.com","dop":"2025-04-06","serial_number":"17458328708904","imei1":"17458328708904","imei2":"17458328708904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T09:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179047,"job_number":"JOB_179047","tr_customer_id":179065,"tr_customer_product_id":179055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:32:35.000Z","modified_at":"2026-02-06T09:32:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13423527036380","imei1":"13423527036380","imei2":"13423527036380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:32:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179046,"job_number":"JOB_179046","tr_customer_id":179064,"tr_customer_product_id":179054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:31:52.000Z","modified_at":"2026-02-06T09:31:52.000Z","name":"Daisy Parker","mobile_number":"767-608-0479","email_id":"David92@yahoo.com","dop":"2025-04-06","serial_number":"11255170496906596","imei1":"11255170496906596","imei2":"11255170496906596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179045,"job_number":"JOB_179045","tr_customer_id":179063,"tr_customer_product_id":179053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:31:51.000Z","modified_at":"2026-02-06T09:32:28.000Z","name":"Joseph Rice","mobile_number":"602-247-7876","email_id":"Verdie93@gmail.com","dop":"2025-04-06","serial_number":"17124264197982","imei1":"17124264197982","imei2":"17124264197982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T09:32:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179044,"job_number":"JOB_179044","tr_customer_id":179062,"tr_customer_product_id":179052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:31:50.000Z","modified_at":"2026-02-06T09:31:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11097658888590","imei1":"11097658888590","imei2":"11097658888590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:31:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179043,"job_number":"JOB_179043","tr_customer_id":179061,"tr_customer_product_id":179051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:30:49.000Z","modified_at":"2026-02-06T09:30:49.000Z","name":"Curt Harvey","mobile_number":"774-931-5669","email_id":"Scot82@hotmail.com","dop":"2026-01-23","serial_number":"107835279972787","imei1":"107835279972787","imei2":"107835279972787","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:30:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179042,"job_number":"JOB_179042","tr_customer_id":179060,"tr_customer_product_id":179050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:30:47.000Z","modified_at":"2026-02-06T09:31:16.000Z","name":"Ricardo Hansen","mobile_number":"655-568-7284","email_id":"Javier_Cartwright44@yahoo.com","dop":"2026-01-23","serial_number":"16099623842860","imei1":"16099623842860","imei2":"16099623842860","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:31:16.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179041,"job_number":"JOB_179041","tr_customer_id":179059,"tr_customer_product_id":179049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:30:47.000Z","modified_at":"2026-02-06T09:30:47.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"11718499752117","imei1":"11718499752117","imei2":"11718499752117","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:30:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179040,"job_number":"JOB_179040","tr_customer_id":179058,"tr_customer_product_id":179048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:29:50.000Z","modified_at":"2026-02-06T09:29:50.000Z","name":"Lavern Hodkiewicz","mobile_number":"597-925-5792","email_id":"Erika.Stracke@gmail.com","dop":"2026-01-23","serial_number":"190330997008776","imei1":"190330997008776","imei2":"190330997008776","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:29:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179039,"job_number":"JOB_179039","tr_customer_id":179057,"tr_customer_product_id":179047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:29:49.000Z","modified_at":"2026-02-06T09:30:17.000Z","name":"Tevin Schiller","mobile_number":"704-255-8311","email_id":"Sydni6@yahoo.com","dop":"2026-01-23","serial_number":"13772787103423","imei1":"13772787103423","imei2":"13772787103423","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:30:17.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179038,"job_number":"JOB_179038","tr_customer_id":179056,"tr_customer_product_id":179046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:29:48.000Z","modified_at":"2026-02-06T09:29:48.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"12739244747942","imei1":"12739244747942","imei2":"12739244747942","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:29:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179037,"job_number":"JOB_179037","tr_customer_id":179055,"tr_customer_product_id":179045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:28:51.000Z","modified_at":"2026-02-06T09:28:51.000Z","name":"Verdie Jacobson","mobile_number":"479-554-9755","email_id":"Alayna97@yahoo.com","dop":"2026-01-23","serial_number":"107692849869424","imei1":"107692849869424","imei2":"107692849869424","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:28:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179036,"job_number":"JOB_179036","tr_customer_id":179054,"tr_customer_product_id":179044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:28:48.000Z","modified_at":"2026-02-06T09:29:18.000Z","name":"Concepcion Okuneva","mobile_number":"763-935-7291","email_id":"Elza_Corkery41@gmail.com","dop":"2026-01-23","serial_number":"15274644857760","imei1":"15274644857760","imei2":"15274644857760","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:29:18.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179035,"job_number":"JOB_179035","tr_customer_id":179053,"tr_customer_product_id":179043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:28:48.000Z","modified_at":"2026-02-06T09:28:48.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"13838347707303","imei1":"13838347707303","imei2":"13838347707303","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:28:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179034,"job_number":"JOB_179034","tr_customer_id":179052,"tr_customer_product_id":179042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:10:58.000Z","modified_at":"2026-02-06T09:10:58.000Z","name":"Dandre Gleason","mobile_number":"217-382-9451","email_id":"Violette.Murphy33@hotmail.com","dop":"2026-01-23","serial_number":"151397971438995","imei1":"151397971438995","imei2":"151397971438995","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:10:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179033,"job_number":"JOB_179033","tr_customer_id":179051,"tr_customer_product_id":179041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:10:57.000Z","modified_at":"2026-02-06T09:11:34.000Z","name":"Ned Kihn","mobile_number":"210-213-1045","email_id":"Oda96@gmail.com","dop":"2026-01-23","serial_number":"15249695974375","imei1":"15249695974375","imei2":"15249695974375","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:11:34.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179032,"job_number":"JOB_179032","tr_customer_id":179050,"tr_customer_product_id":179040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:10:56.000Z","modified_at":"2026-02-06T09:10:56.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"13967357117816","imei1":"13967357117816","imei2":"13967357117816","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:10:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179031,"job_number":"JOB_179031","tr_customer_id":179049,"tr_customer_product_id":179039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:10:01.000Z","modified_at":"2026-02-06T09:10:01.000Z","name":"Jessie Hodkiewicz","mobile_number":"742-480-4644","email_id":"Douglas6@hotmail.com","dop":"2026-01-23","serial_number":"162482655576487","imei1":"162482655576487","imei2":"162482655576487","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:10:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179030,"job_number":"JOB_179030","tr_customer_id":179048,"tr_customer_product_id":179038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:10:00.000Z","modified_at":"2026-02-06T09:10:27.000Z","name":"Jack Beahan","mobile_number":"396-511-5098","email_id":"Sylvester77@hotmail.com","dop":"2026-01-23","serial_number":"11563237428903","imei1":"11563237428903","imei2":"11563237428903","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:10:27.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179029,"job_number":"JOB_179029","tr_customer_id":179047,"tr_customer_product_id":179037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:09:59.000Z","modified_at":"2026-02-06T09:09:59.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"18530943787910","imei1":"18530943787910","imei2":"18530943787910","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:09:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179028,"job_number":"JOB_179028","tr_customer_id":179046,"tr_customer_product_id":179036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:09:03.000Z","modified_at":"2026-02-06T09:09:03.000Z","name":"Henry Becker","mobile_number":"589-717-3719","email_id":"Sandra_Gerhold24@yahoo.com","dop":"2026-01-23","serial_number":"148197029266340","imei1":"148197029266340","imei2":"148197029266340","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:09:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179027,"job_number":"JOB_179027","tr_customer_id":179045,"tr_customer_product_id":179035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:09:01.000Z","modified_at":"2026-02-06T09:09:30.000Z","name":"Neal Homenick","mobile_number":"978-527-1325","email_id":"Mustafa39@yahoo.com","dop":"2026-01-23","serial_number":"10173870103971","imei1":"10173870103971","imei2":"10173870103971","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:09:30.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179026,"job_number":"JOB_179026","tr_customer_id":179044,"tr_customer_product_id":179034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:09:01.000Z","modified_at":"2026-02-06T09:09:01.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"18260244256800","imei1":"18260244256800","imei2":"18260244256800","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:09:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179025,"job_number":"JOB_179025","tr_customer_id":179043,"tr_customer_product_id":179033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:06:52.000Z","modified_at":"2026-02-06T09:06:52.000Z","name":"Maynard Klein","mobile_number":"235-441-3240","email_id":"Jarrell58@gmail.com","dop":"2026-01-23","serial_number":"147902880508271","imei1":"147902880508271","imei2":"147902880508271","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:06:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179024,"job_number":"JOB_179024","tr_customer_id":179042,"tr_customer_product_id":179032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:06:49.000Z","modified_at":"2026-02-06T09:06:49.000Z","name":"Tyrel Yost","mobile_number":"770-442-0079","email_id":"Jaqueline.Heidenreich23@yahoo.com","dop":"2026-01-23","serial_number":"17627739768910","imei1":"17627739768910","imei2":"17627739768910","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:06:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179023,"job_number":"JOB_179023","tr_customer_id":179041,"tr_customer_product_id":179031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:06:49.000Z","modified_at":"2026-02-06T09:06:49.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"14231032703174","imei1":"14231032703174","imei2":"14231032703174","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:06:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179022,"job_number":"JOB_179022","tr_customer_id":179040,"tr_customer_product_id":179030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:57:44.000Z","modified_at":"2026-02-06T08:57:44.000Z","name":"Brandyn Gleason","mobile_number":"468-969-3514","email_id":"Jamarcus67@yahoo.com","dop":"2026-01-23","serial_number":"170645180138502","imei1":"170645180138502","imei2":"170645180138502","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:57:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179021,"job_number":"JOB_179021","tr_customer_id":179039,"tr_customer_product_id":179029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:57:43.000Z","modified_at":"2026-02-06T08:58:09.000Z","name":"Iva Satterfield","mobile_number":"948-406-7385","email_id":"Maye39@gmail.com","dop":"2026-01-23","serial_number":"19065055622168","imei1":"19065055622168","imei2":"19065055622168","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:58:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179020,"job_number":"JOB_179020","tr_customer_id":179038,"tr_customer_product_id":179028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:57:43.000Z","modified_at":"2026-02-06T08:57:43.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"15168769446112","imei1":"15168769446112","imei2":"15168769446112","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179019,"job_number":"JOB_179019","tr_customer_id":179037,"tr_customer_product_id":179027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:57:14.000Z","modified_at":"2026-02-06T08:57:14.000Z","name":"Toy Stiedemann","mobile_number":"647-653-0993","email_id":"Delpha.Simonis@yahoo.com","dop":"2026-01-23","serial_number":"139397890991846","imei1":"139397890991846","imei2":"139397890991846","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:57:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179018,"job_number":"JOB_179018","tr_customer_id":179036,"tr_customer_product_id":179026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:57:13.000Z","modified_at":"2026-02-06T08:57:38.000Z","name":"Christopher Pfannerstill","mobile_number":"902-726-7305","email_id":"April13@hotmail.com","dop":"2026-01-23","serial_number":"17225434454415","imei1":"17225434454415","imei2":"17225434454415","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179017,"job_number":"JOB_179017","tr_customer_id":179035,"tr_customer_product_id":179025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:57:13.000Z","modified_at":"2026-02-06T08:57:13.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"11770514651143","imei1":"11770514651143","imei2":"11770514651143","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179016,"job_number":"JOB_179016","tr_customer_id":179034,"tr_customer_product_id":179024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:56:44.000Z","modified_at":"2026-02-06T08:56:44.000Z","name":"Wilber Spinka","mobile_number":"500-826-6601","email_id":"Abbigail.Feeney70@yahoo.com","dop":"2026-01-23","serial_number":"112513590014790","imei1":"112513590014790","imei2":"112513590014790","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179015,"job_number":"JOB_179015","tr_customer_id":179033,"tr_customer_product_id":179023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:56:43.000Z","modified_at":"2026-02-06T08:57:08.000Z","name":"Kane Vandervort","mobile_number":"882-719-1534","email_id":"Tristin68@gmail.com","dop":"2026-01-23","serial_number":"12893118407769","imei1":"12893118407769","imei2":"12893118407769","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179014,"job_number":"JOB_179014","tr_customer_id":179032,"tr_customer_product_id":179022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:56:43.000Z","modified_at":"2026-02-06T08:56:43.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"14899088899813","imei1":"14899088899813","imei2":"14899088899813","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179013,"job_number":"JOB_179013","tr_customer_id":179031,"tr_customer_product_id":179021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:48:28.000Z","modified_at":"2026-02-06T08:48:28.000Z","name":"Brendan Armstrong","mobile_number":"392-990-6055","email_id":"Toby.Emmerich33@gmail.com","dop":"2026-01-23","serial_number":"161442832019335","imei1":"161442832019335","imei2":"161442832019335","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179012,"job_number":"JOB_179012","tr_customer_id":179030,"tr_customer_product_id":179020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:48:27.000Z","modified_at":"2026-02-06T08:49:21.000Z","name":"Rick Koelpin","mobile_number":"200-509-2148","email_id":"Kaylee_Mayert@gmail.com","dop":"2026-01-23","serial_number":"10009496223958","imei1":"10009496223958","imei2":"10009496223958","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179011,"job_number":"JOB_179011","tr_customer_id":179029,"tr_customer_product_id":179019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:42:46.000Z","modified_at":"2026-02-06T08:42:46.000Z","name":"Rodolfo Mann","mobile_number":"477-878-7172","email_id":"Nicolas36@hotmail.com","dop":"2026-01-23","serial_number":"109355658214757","imei1":"109355658214757","imei2":"109355658214757","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179010,"job_number":"JOB_179010","tr_customer_id":179028,"tr_customer_product_id":179018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:42:45.000Z","modified_at":"2026-02-06T08:43:25.000Z","name":"Emory Nader","mobile_number":"962-557-4200","email_id":"Kolby83@gmail.com","dop":"2026-01-23","serial_number":"14839232639477","imei1":"14839232639477","imei2":"14839232639477","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:43:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179009,"job_number":"JOB_179009","tr_customer_id":179027,"tr_customer_product_id":179017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:38:50.000Z","modified_at":"2026-02-06T08:38:50.000Z","name":"June Hudson","mobile_number":"322-271-5939","email_id":"Sharon_Marquardt@hotmail.com","dop":"2026-01-23","serial_number":"107805104420521","imei1":"107805104420521","imei2":"107805104420521","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179008,"job_number":"JOB_179008","tr_customer_id":179026,"tr_customer_product_id":179016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:38:49.000Z","modified_at":"2026-02-06T08:39:24.000Z","name":"Morgan Auer","mobile_number":"583-899-3418","email_id":"Niko_Harris22@yahoo.com","dop":"2026-01-23","serial_number":"13904086335500","imei1":"13904086335500","imei2":"13904086335500","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:39:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179007,"job_number":"JOB_179007","tr_customer_id":179025,"tr_customer_product_id":179015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:29:27.000Z","modified_at":"2026-02-06T08:29:27.000Z","name":"Karen Lehner","mobile_number":"667-360-8329","email_id":"Tianna_Nienow@hotmail.com","dop":"2026-01-23","serial_number":"132548907160968","imei1":"132548907160968","imei2":"132548907160968","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:29:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179006,"job_number":"JOB_179006","tr_customer_id":179024,"tr_customer_product_id":179014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:29:26.000Z","modified_at":"2026-02-06T08:30:07.000Z","name":"Tillman Prohaska","mobile_number":"575-569-9246","email_id":"Araceli67@gmail.com","dop":"2026-01-23","serial_number":"10901567029658","imei1":"10901567029658","imei2":"10901567029658","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:30:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179005,"job_number":"JOB_179005","tr_customer_id":179023,"tr_customer_product_id":179013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:27:34.000Z","modified_at":"2026-02-06T08:27:34.000Z","name":"Sarina Hane","mobile_number":"270-497-9315","email_id":"Nikita60@yahoo.com","dop":"2026-01-23","serial_number":"126232573597903","imei1":"126232573597903","imei2":"126232573597903","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179004,"job_number":"JOB_179004","tr_customer_id":179022,"tr_customer_product_id":179012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:27:32.000Z","modified_at":"2026-02-06T08:28:20.000Z","name":"May Hermiston","mobile_number":"846-287-0938","email_id":"Denis_Pollich@hotmail.com","dop":"2026-01-23","serial_number":"16980876343217","imei1":"16980876343217","imei2":"16980876343217","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179003,"job_number":"JOB_179003","tr_customer_id":179021,"tr_customer_product_id":179011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:17:38.000Z","modified_at":"2026-02-06T08:17:38.000Z","name":"Sabina Konopelski","mobile_number":"434-234-8064","email_id":"Adam_Jacobs15@gmail.com","dop":"2026-01-23","serial_number":"165787897747452","imei1":"165787897747452","imei2":"165787897747452","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:17:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179002,"job_number":"JOB_179002","tr_customer_id":179020,"tr_customer_product_id":179010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:17:37.000Z","modified_at":"2026-02-06T08:18:06.000Z","name":"Rhett Toy","mobile_number":"948-786-3491","email_id":"Alene.Frami27@yahoo.com","dop":"2026-01-23","serial_number":"17266962085901","imei1":"17266962085901","imei2":"17266962085901","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179000,"job_number":"JOB_179000","tr_customer_id":179018,"tr_customer_product_id":179008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:01:01.000Z","modified_at":"2026-02-06T08:01:01.000Z","name":"Bettie Torphy","mobile_number":"413-789-7450","email_id":"Graciela27@yahoo.com","dop":"2025-04-06","serial_number":"16612333465149398","imei1":"16612333465149398","imei2":"16612333465149398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178999,"job_number":"JOB_178999","tr_customer_id":179017,"tr_customer_product_id":179007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:00:59.000Z","modified_at":"2026-02-06T08:01:38.000Z","name":"Reggie McCullough","mobile_number":"281-323-3218","email_id":"Oswald_Beier90@gmail.com","dop":"2025-04-06","serial_number":"13559897458189","imei1":"13559897458189","imei2":"13559897458189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:01:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178997,"job_number":"JOB_178997","tr_customer_id":179015,"tr_customer_product_id":179005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:00:26.000Z","modified_at":"2026-02-06T08:00:26.000Z","name":"Breana Toy","mobile_number":"637-583-1445","email_id":"Chandler60@hotmail.com","dop":"2025-04-06","serial_number":"15270552428759740","imei1":"15270552428759740","imei2":"15270552428759740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178996,"job_number":"JOB_178996","tr_customer_id":179014,"tr_customer_product_id":179004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:00:24.000Z","modified_at":"2026-02-06T08:01:07.000Z","name":"Roderick Hilll","mobile_number":"210-244-5997","email_id":"Koby.Wilkinson@hotmail.com","dop":"2025-04-06","serial_number":"18442387392369","imei1":"18442387392369","imei2":"18442387392369","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178989,"job_number":"JOB_178989","tr_customer_id":179007,"tr_customer_product_id":178997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:42:30.000Z","modified_at":"2026-02-06T07:42:30.000Z","name":"Idella Franecki","mobile_number":"794-297-8345","email_id":"Zita_Schmitt@gmail.com","dop":"2026-01-23","serial_number":"159483003649495","imei1":"159483003649495","imei2":"159483003649495","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178988,"job_number":"JOB_178988","tr_customer_id":179006,"tr_customer_product_id":178996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:42:29.000Z","modified_at":"2026-02-06T07:42:56.000Z","name":"Donnie Gislason","mobile_number":"872-292-3227","email_id":"Demarco84@yahoo.com","dop":"2026-01-23","serial_number":"15847394972552","imei1":"15847394972552","imei2":"15847394972552","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178987,"job_number":"JOB_178987","tr_customer_id":179005,"tr_customer_product_id":178995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:38:50.000Z","modified_at":"2026-02-06T07:38:50.000Z","name":"Karen Goyette","mobile_number":"940-354-6647","email_id":"Lesly71@hotmail.com","dop":"2026-01-23","serial_number":"108906154841381","imei1":"108906154841381","imei2":"108906154841381","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178986,"job_number":"JOB_178986","tr_customer_id":179004,"tr_customer_product_id":178994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:38:49.000Z","modified_at":"2026-02-06T07:39:14.000Z","name":"Garrett Spinka","mobile_number":"579-847-4451","email_id":"Graciela.Schowalter1@yahoo.com","dop":"2026-01-23","serial_number":"11532165808132","imei1":"11532165808132","imei2":"11532165808132","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:39:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178985,"job_number":"JOB_178985","tr_customer_id":179003,"tr_customer_product_id":178993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:32.000Z","modified_at":"2026-02-06T07:36:44.000Z","name":"Griffin Lehner","mobile_number":"770-301-3399","email_id":"Lea_Kshlerin83@gmail.com","dop":"2025-12-01","serial_number":"15855541223266","imei1":"15855541223266","imei2":"15855541223266","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:36:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178984,"job_number":"JOB_178984","tr_customer_id":179002,"tr_customer_product_id":178992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:32.000Z","modified_at":"2026-02-06T07:36:32.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"15635988251009","imei1":"15635988251009","imei2":"15635988251009","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178983,"job_number":"JOB_178983","tr_customer_id":179001,"tr_customer_product_id":178991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:16.000Z","modified_at":"2026-02-06T07:36:28.000Z","name":"Maryse Mayer","mobile_number":"238-600-0532","email_id":"Joanie.Hamill@yahoo.com","dop":"2025-12-01","serial_number":"12328725064385","imei1":"12328725064385","imei2":"12328725064385","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:36:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178982,"job_number":"JOB_178982","tr_customer_id":179000,"tr_customer_product_id":178990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:16.000Z","modified_at":"2026-02-06T07:36:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11327948887313","imei1":"11327948887313","imei2":"11327948887313","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178981,"job_number":"JOB_178981","tr_customer_id":178999,"tr_customer_product_id":178989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:00.000Z","modified_at":"2026-02-06T07:36:12.000Z","name":"Wiley Ritchie","mobile_number":"803-200-2191","email_id":"Caitlyn15@hotmail.com","dop":"2025-12-01","serial_number":"15887129985371","imei1":"15887129985371","imei2":"15887129985371","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178980,"job_number":"JOB_178980","tr_customer_id":178998,"tr_customer_product_id":178988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:00.000Z","modified_at":"2026-02-06T07:36:00.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"19672350639800","imei1":"19672350639800","imei2":"19672350639800","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178979,"job_number":"JOB_178979","tr_customer_id":178997,"tr_customer_product_id":178987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:27:41.000Z","modified_at":"2026-02-06T07:27:41.000Z","name":"Sigurd Dare","mobile_number":"790-742-9724","email_id":"Fernando_Koss66@yahoo.com","dop":"2026-01-23","serial_number":"149499220623249","imei1":"149499220623249","imei2":"149499220623249","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178978,"job_number":"JOB_178978","tr_customer_id":178996,"tr_customer_product_id":178986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:27:40.000Z","modified_at":"2026-02-06T07:28:07.000Z","name":"Jonathan Fisher","mobile_number":"540-734-6376","email_id":"Hans20@hotmail.com","dop":"2026-01-23","serial_number":"11599697670299","imei1":"11599697670299","imei2":"11599697670299","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:28:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178977,"job_number":"JOB_178977","tr_customer_id":178995,"tr_customer_product_id":178985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:25:56.000Z","modified_at":"2026-02-06T07:25:56.000Z","name":"Renee Howell","mobile_number":"442-355-9061","email_id":"Brennon_Botsford@gmail.com","dop":"2026-01-23","serial_number":"164221145700357","imei1":"164221145700357","imei2":"164221145700357","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:25:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178976,"job_number":"JOB_178976","tr_customer_id":178994,"tr_customer_product_id":178984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:25:55.000Z","modified_at":"2026-02-06T07:26:21.000Z","name":"Laurel Greenholt","mobile_number":"568-717-9339","email_id":"Lenora_King@hotmail.com","dop":"2026-01-23","serial_number":"14020455946738","imei1":"14020455946738","imei2":"14020455946738","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178975,"job_number":"JOB_178975","tr_customer_id":178993,"tr_customer_product_id":178983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:23:08.000Z","modified_at":"2026-02-06T07:23:08.000Z","name":"Elena Marquardt","mobile_number":"391-993-1646","email_id":"Billy_Smitham4@hotmail.com","dop":"2026-01-23","serial_number":"177926401748957","imei1":"177926401748957","imei2":"177926401748957","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:23:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178974,"job_number":"JOB_178974","tr_customer_id":178992,"tr_customer_product_id":178982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:23:07.000Z","modified_at":"2026-02-06T07:23:22.000Z","name":"Sarah Hilpert","mobile_number":"420-685-4399","email_id":"Morton.Smith72@hotmail.com","dop":"2026-01-23","serial_number":"12010965351277","imei1":"12010965351277","imei2":"12010965351277","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:23:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178973,"job_number":"JOB_178973","tr_customer_id":178991,"tr_customer_product_id":178981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:21:20.000Z","modified_at":"2026-02-06T07:21:20.000Z","name":"Noel Schinner","mobile_number":"985-989-3078","email_id":"Ramona_Braun@hotmail.com","dop":"2026-01-23","serial_number":"106646817468016","imei1":"106646817468016","imei2":"106646817468016","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178972,"job_number":"JOB_178972","tr_customer_id":178990,"tr_customer_product_id":178980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:21:19.000Z","modified_at":"2026-02-06T07:21:33.000Z","name":"Jermaine West","mobile_number":"607-660-7805","email_id":"Heather_Steuber54@yahoo.com","dop":"2026-01-23","serial_number":"10168854722427","imei1":"10168854722427","imei2":"10168854722427","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178971,"job_number":"JOB_178971","tr_customer_id":178989,"tr_customer_product_id":178979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:18:42.000Z","modified_at":"2026-02-06T07:18:42.000Z","name":"Laisha Hintz","mobile_number":"888-334-5099","email_id":"Chelsey.Towne@yahoo.com","dop":"2026-01-23","serial_number":"161694320118049","imei1":"161694320118049","imei2":"161694320118049","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178970,"job_number":"JOB_178970","tr_customer_id":178988,"tr_customer_product_id":178978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:18:42.000Z","modified_at":"2026-02-06T07:18:56.000Z","name":"Macey Dooley","mobile_number":"266-633-5133","email_id":"Samson_Hackett@hotmail.com","dop":"2026-01-23","serial_number":"12660611998120","imei1":"12660611998120","imei2":"12660611998120","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178969,"job_number":"JOB_178969","tr_customer_id":178987,"tr_customer_product_id":178977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:16:44.000Z","modified_at":"2026-02-06T07:16:44.000Z","name":"Rupert Von","mobile_number":"800-589-3942","email_id":"Rolando.Purdy43@gmail.com","dop":"2026-01-23","serial_number":"148048538066534","imei1":"148048538066534","imei2":"148048538066534","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178968,"job_number":"JOB_178968","tr_customer_id":178986,"tr_customer_product_id":178976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:16:43.000Z","modified_at":"2026-02-06T07:16:57.000Z","name":"Dayton Wilderman","mobile_number":"603-318-2434","email_id":"Pablo_Harris@hotmail.com","dop":"2026-01-23","serial_number":"16526147669144","imei1":"16526147669144","imei2":"16526147669144","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:16:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178967,"job_number":"JOB_178967","tr_customer_id":178985,"tr_customer_product_id":178975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:14:37.000Z","modified_at":"2026-02-06T07:14:37.000Z","name":"Adaline Swift","mobile_number":"706-935-3580","email_id":"Lindsay_Donnelly52@hotmail.com","dop":"2025-10-05","serial_number":"16362624073445","imei1":"16362624073445","imei2":"16362624073445","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178966,"job_number":"JOB_178966","tr_customer_id":178984,"tr_customer_product_id":178974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:13:02.000Z","modified_at":"2026-02-06T07:13:02.000Z","name":"Cordie Parker","mobile_number":"635-662-9169","email_id":"Meda.Lemke@gmail.com","dop":"2025-10-05","serial_number":"10611424797522","imei1":"10611424797522","imei2":"10611424797522","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178965,"job_number":"JOB_178965","tr_customer_id":178983,"tr_customer_product_id":178973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:11:53.000Z","modified_at":"2026-02-06T07:11:53.000Z","name":"Johnny Bernhard","mobile_number":"617-986-9167","email_id":"Nikita_Konopelski@hotmail.com","dop":"2026-01-23","serial_number":"145898016024278","imei1":"145898016024278","imei2":"145898016024278","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:11:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178964,"job_number":"JOB_178964","tr_customer_id":178982,"tr_customer_product_id":178972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:11:53.000Z","modified_at":"2026-02-06T07:15:44.000Z","name":"Tate Tremblay","mobile_number":"306-871-5537","email_id":"Madonna.Gutkowski@yahoo.com","dop":"2026-01-23","serial_number":"16655689590060","imei1":"16655689590060","imei2":"16655689590060","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:15:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178963,"job_number":"JOB_178963","tr_customer_id":178981,"tr_customer_product_id":178971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:10:34.000Z","modified_at":"2026-02-06T07:10:34.000Z","name":"Santos Hudson","mobile_number":"625-850-3704","email_id":"Kasey_Tromp@yahoo.com","dop":"2025-10-05","serial_number":"12400963817831","imei1":"12400963817831","imei2":"12400963817831","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:10:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178962,"job_number":"JOB_178962","tr_customer_id":178980,"tr_customer_product_id":178970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:09:29.000Z","modified_at":"2026-02-06T07:09:29.000Z","name":"Kristina Torphy","mobile_number":"729-384-5590","email_id":"Tony.Trantow78@hotmail.com","dop":"2026-01-23","serial_number":"179098963070969","imei1":"179098963070969","imei2":"179098963070969","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:09:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178961,"job_number":"JOB_178961","tr_customer_id":178979,"tr_customer_product_id":178969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:09:27.000Z","modified_at":"2026-02-06T07:09:37.000Z","name":"Lyda Schaden","mobile_number":"215-812-7977","email_id":"Wilbert.Kutch44@hotmail.com","dop":"2026-01-23","serial_number":"11158577678952","imei1":"11158577678952","imei2":"11158577678952","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T07:09:37.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":178960,"job_number":"JOB_178960","tr_customer_id":178978,"tr_customer_product_id":178968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:08:20.000Z","modified_at":"2026-02-06T07:08:20.000Z","name":"Korey Grady","mobile_number":"314-457-1864","email_id":"Skye9@yahoo.com","dop":"2025-10-05","serial_number":"11374674959945","imei1":"11374674959945","imei2":"11374674959945","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:08:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178959,"job_number":"JOB_178959","tr_customer_id":178977,"tr_customer_product_id":178967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:41.000Z","modified_at":"2026-02-06T07:06:41.000Z","name":"Damaris Stanton","mobile_number":"323-562-3356","email_id":"Krista51@gmail.com","dop":"2025-04-06","serial_number":"15111146123586504","imei1":"15111146123586504","imei2":"15111146123586504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:06:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178958,"job_number":"JOB_178958","tr_customer_id":178976,"tr_customer_product_id":178966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:40.000Z","modified_at":"2026-02-06T07:07:20.000Z","name":"Malcolm Reichel","mobile_number":"620-653-0750","email_id":"Viola.Jacobs@gmail.com","dop":"2025-04-06","serial_number":"18209231807978","imei1":"18209231807978","imei2":"18209231807978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:07:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178957,"job_number":"JOB_178957","tr_customer_id":178975,"tr_customer_product_id":178965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:39.000Z","modified_at":"2026-02-06T07:06:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13111063974299","imei1":"13111063974299","imei2":"13111063974299","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:06:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178956,"job_number":"JOB_178956","tr_customer_id":178974,"tr_customer_product_id":178964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:52.000Z","modified_at":"2026-02-06T07:05:52.000Z","name":"Lexus Stracke","mobile_number":"739-938-7423","email_id":"Rickey92@yahoo.com","dop":"2025-04-06","serial_number":"16965267721559632","imei1":"16965267721559632","imei2":"16965267721559632","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178955,"job_number":"JOB_178955","tr_customer_id":178973,"tr_customer_product_id":178963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:51.000Z","modified_at":"2026-02-06T07:06:31.000Z","name":"Alex Crooks","mobile_number":"667-252-6211","email_id":"Regan62@hotmail.com","dop":"2025-04-06","serial_number":"14121813432625","imei1":"14121813432625","imei2":"14121813432625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:06:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178954,"job_number":"JOB_178954","tr_customer_id":178972,"tr_customer_product_id":178962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:50.000Z","modified_at":"2026-02-06T07:05:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12280090651342","imei1":"12280090651342","imei2":"12280090651342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178953,"job_number":"JOB_178953","tr_customer_id":178971,"tr_customer_product_id":178961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:08.000Z","modified_at":"2026-02-06T07:05:08.000Z","name":"Lenore Huels","mobile_number":"979-610-3678","email_id":"Hilda_Dooley@hotmail.com","dop":"2025-04-06","serial_number":"13287987365847478","imei1":"13287987365847478","imei2":"13287987365847478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178952,"job_number":"JOB_178952","tr_customer_id":178970,"tr_customer_product_id":178960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:07.000Z","modified_at":"2026-02-06T07:05:48.000Z","name":"Earl Torphy","mobile_number":"338-771-5120","email_id":"Eldora67@yahoo.com","dop":"2025-04-06","serial_number":"14762144343307","imei1":"14762144343307","imei2":"14762144343307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:05:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178951,"job_number":"JOB_178951","tr_customer_id":178969,"tr_customer_product_id":178959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:02.000Z","modified_at":"2026-02-06T07:05:02.000Z","name":"Sheridan Kuhlman","mobile_number":"517-567-3002","email_id":"Paul92@gmail.com","dop":"2025-04-06","serial_number":"12559036493029272","imei1":"12559036493029272","imei2":"12559036493029272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178950,"job_number":"JOB_178950","tr_customer_id":178968,"tr_customer_product_id":178958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:01.000Z","modified_at":"2026-02-06T07:05:42.000Z","name":"Burley Kunze","mobile_number":"979-872-4954","email_id":"Ova_Kemmer36@hotmail.com","dop":"2025-04-06","serial_number":"14719862789615","imei1":"14719862789615","imei2":"14719862789615","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178949,"job_number":"JOB_178949","tr_customer_id":178967,"tr_customer_product_id":178957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:00.000Z","modified_at":"2026-02-06T07:05:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19161731361074","imei1":"19161731361074","imei2":"19161731361074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178948,"job_number":"JOB_178948","tr_customer_id":178966,"tr_customer_product_id":178956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:32.000Z","modified_at":"2026-02-06T07:03:32.000Z","name":"Ernestine Reichel","mobile_number":"638-632-7640","email_id":"Finn_Mertz71@yahoo.com","dop":"2025-04-06","serial_number":"10831254783412986","imei1":"10831254783412986","imei2":"10831254783412986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178947,"job_number":"JOB_178947","tr_customer_id":178965,"tr_customer_product_id":178955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:30.000Z","modified_at":"2026-02-06T07:04:15.000Z","name":"Daphne Wiegand","mobile_number":"833-821-3711","email_id":"Ludie_Gusikowski76@yahoo.com","dop":"2025-04-06","serial_number":"19456772657849","imei1":"19456772657849","imei2":"19456772657849","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:04:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178946,"job_number":"JOB_178946","tr_customer_id":178964,"tr_customer_product_id":178954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:30.000Z","modified_at":"2026-02-06T07:03:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17920847589643","imei1":"17920847589643","imei2":"17920847589643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:03:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178945,"job_number":"JOB_178945","tr_customer_id":178963,"tr_customer_product_id":178953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:55.000Z","modified_at":"2026-02-06T07:02:55.000Z","name":"Sydney Boyle","mobile_number":"416-346-7735","email_id":"Shane_Ortiz@gmail.com","dop":"2025-04-06","serial_number":"10497313265800412","imei1":"10497313265800412","imei2":"10497313265800412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178944,"job_number":"JOB_178944","tr_customer_id":178962,"tr_customer_product_id":178952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:53.000Z","modified_at":"2026-02-06T07:03:39.000Z","name":"Branson Pfeffer","mobile_number":"460-855-4218","email_id":"Brett_Paucek71@hotmail.com","dop":"2025-04-06","serial_number":"15397367147044","imei1":"15397367147044","imei2":"15397367147044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:03:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178943,"job_number":"JOB_178943","tr_customer_id":178961,"tr_customer_product_id":178951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:53.000Z","modified_at":"2026-02-06T07:02:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14472343314859","imei1":"14472343314859","imei2":"14472343314859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178942,"job_number":"JOB_178942","tr_customer_id":178960,"tr_customer_product_id":178950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:44.000Z","modified_at":"2026-02-06T07:02:44.000Z","name":"Beryl Heller","mobile_number":"407-616-1816","email_id":"Eliza.Cummings@hotmail.com","dop":"2025-04-06","serial_number":"10231407315906314","imei1":"10231407315906314","imei2":"10231407315906314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178941,"job_number":"JOB_178941","tr_customer_id":178959,"tr_customer_product_id":178949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:42.000Z","modified_at":"2026-02-06T07:03:25.000Z","name":"Bart Wunsch","mobile_number":"286-888-0892","email_id":"Juana93@yahoo.com","dop":"2025-04-06","serial_number":"10101928501336","imei1":"10101928501336","imei2":"10101928501336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178940,"job_number":"JOB_178940","tr_customer_id":178958,"tr_customer_product_id":178948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:42.000Z","modified_at":"2026-02-06T07:02:42.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"13972484773853","imei1":"13972484773853","imei2":"13972484773853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178939,"job_number":"JOB_178939","tr_customer_id":178957,"tr_customer_product_id":178947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:37.000Z","modified_at":"2026-02-06T07:02:37.000Z","name":"Reyna West","mobile_number":"938-678-4373","email_id":"Lenore_Gutmann5@gmail.com","dop":"2025-04-06","serial_number":"19415787839704800","imei1":"19415787839704800","imei2":"19415787839704800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178938,"job_number":"JOB_178938","tr_customer_id":178956,"tr_customer_product_id":178946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:36.000Z","modified_at":"2026-02-06T07:03:21.000Z","name":"Avery Champlin","mobile_number":"791-637-1032","email_id":"Rosanna.Kilback1@hotmail.com","dop":"2025-04-06","serial_number":"11185466058604","imei1":"11185466058604","imei2":"11185466058604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178937,"job_number":"JOB_178937","tr_customer_id":178955,"tr_customer_product_id":178945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:35.000Z","modified_at":"2026-02-06T07:02:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13473407524577","imei1":"13473407524577","imei2":"13473407524577","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178936,"job_number":"JOB_178936","tr_customer_id":178954,"tr_customer_product_id":178944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:00.000Z","modified_at":"2026-02-06T07:02:00.000Z","name":"Jazmyne Marvin","mobile_number":"373-943-4892","email_id":"Janae_Marks@yahoo.com","dop":"2025-04-06","serial_number":"16813033263020008","imei1":"16813033263020008","imei2":"16813033263020008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178935,"job_number":"JOB_178935","tr_customer_id":178953,"tr_customer_product_id":178943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:59.000Z","modified_at":"2026-02-06T07:01:59.000Z","name":"Wanda Heller","mobile_number":"308-818-0907","email_id":"Alan94@yahoo.com","dop":"2025-04-06","serial_number":"12191856865361422","imei1":"12191856865361422","imei2":"12191856865361422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178934,"job_number":"JOB_178934","tr_customer_id":178952,"tr_customer_product_id":178942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:59.000Z","modified_at":"2026-02-06T07:01:59.000Z","name":"Ottis Turner","mobile_number":"228-306-7672","email_id":"Kale.Bahringer64@yahoo.com","dop":"2025-04-06","serial_number":"12532733221351342","imei1":"12532733221351342","imei2":"12532733221351342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178933,"job_number":"JOB_178933","tr_customer_id":178951,"tr_customer_product_id":178941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:58.000Z","modified_at":"2026-02-06T07:02:44.000Z","name":"Eric Fahey","mobile_number":"680-869-0582","email_id":"Justice63@hotmail.com","dop":"2025-04-06","serial_number":"14737159141466","imei1":"14737159141466","imei2":"14737159141466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178932,"job_number":"JOB_178932","tr_customer_id":178950,"tr_customer_product_id":178940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:58.000Z","modified_at":"2026-02-06T07:01:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10597368262404","imei1":"10597368262404","imei2":"10597368262404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178931,"job_number":"JOB_178931","tr_customer_id":178949,"tr_customer_product_id":178939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:58.000Z","modified_at":"2026-02-06T07:02:36.000Z","name":"Loren Stark","mobile_number":"312-776-6780","email_id":"Ada.Labadie10@yahoo.com","dop":"2025-04-06","serial_number":"14339628547425","imei1":"14339628547425","imei2":"14339628547425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178930,"job_number":"JOB_178930","tr_customer_id":178948,"tr_customer_product_id":178938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:57.000Z","modified_at":"2026-02-06T07:02:43.000Z","name":"Casey Bradtke","mobile_number":"898-541-2937","email_id":"Tyrel.Hilll@gmail.com","dop":"2025-04-06","serial_number":"19555008397539","imei1":"19555008397539","imei2":"19555008397539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178929,"job_number":"JOB_178929","tr_customer_id":178947,"tr_customer_product_id":178937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:52.000Z","modified_at":"2026-02-06T07:01:52.000Z","name":"Haleigh Kshlerin","mobile_number":"672-651-7362","email_id":"Ara.Bernhard@gmail.com","dop":"2025-04-06","serial_number":"13333742920209500","imei1":"13333742920209500","imei2":"13333742920209500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178928,"job_number":"JOB_178928","tr_customer_id":178946,"tr_customer_product_id":178936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:50.000Z","modified_at":"2026-02-06T07:02:34.000Z","name":"Jarod VonRueden","mobile_number":"797-915-2095","email_id":"Willow7@yahoo.com","dop":"2025-04-06","serial_number":"12989549641980","imei1":"12989549641980","imei2":"12989549641980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178927,"job_number":"JOB_178927","tr_customer_id":178945,"tr_customer_product_id":178935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:50.000Z","modified_at":"2026-02-06T07:01:50.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"13298360656238","imei1":"13298360656238","imei2":"13298360656238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178926,"job_number":"JOB_178926","tr_customer_id":178944,"tr_customer_product_id":178934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:42.000Z","modified_at":"2026-02-06T07:01:42.000Z","name":"Brandi Wuckert","mobile_number":"376-534-1423","email_id":"Quincy_Padberg@hotmail.com","dop":"2025-04-06","serial_number":"17095021356356952","imei1":"17095021356356952","imei2":"17095021356356952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178925,"job_number":"JOB_178925","tr_customer_id":178943,"tr_customer_product_id":178933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:41.000Z","modified_at":"2026-02-06T07:02:27.000Z","name":"Norval Volkman","mobile_number":"508-391-5596","email_id":"Jaden_Feeney29@yahoo.com","dop":"2025-04-06","serial_number":"18652990407408","imei1":"18652990407408","imei2":"18652990407408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178924,"job_number":"JOB_178924","tr_customer_id":178942,"tr_customer_product_id":178932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:40.000Z","modified_at":"2026-02-06T07:01:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10727081071044","imei1":"10727081071044","imei2":"10727081071044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178923,"job_number":"JOB_178923","tr_customer_id":178941,"tr_customer_product_id":178931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:05.000Z","modified_at":"2026-02-06T07:01:05.000Z","name":"Gavin Rogahn","mobile_number":"590-239-5819","email_id":"Doris_Casper19@yahoo.com","dop":"2025-04-06","serial_number":"17002356000045296","imei1":"17002356000045296","imei2":"17002356000045296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178922,"job_number":"JOB_178922","tr_customer_id":178940,"tr_customer_product_id":178930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:03.000Z","modified_at":"2026-02-06T07:01:49.000Z","name":"Chanelle Zieme","mobile_number":"759-915-8121","email_id":"Elna56@yahoo.com","dop":"2025-04-06","serial_number":"18718698274857","imei1":"18718698274857","imei2":"18718698274857","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:01:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178921,"job_number":"JOB_178921","tr_customer_id":178939,"tr_customer_product_id":178929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:03.000Z","modified_at":"2026-02-06T07:01:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15226533868404","imei1":"15226533868404","imei2":"15226533868404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178920,"job_number":"JOB_178920","tr_customer_id":178938,"tr_customer_product_id":178928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:59.000Z","modified_at":"2026-02-06T07:00:59.000Z","name":"Abagail Bergstrom","mobile_number":"814-256-2224","email_id":"Kali43@yahoo.com","dop":"2025-04-06","serial_number":"19203794390418292","imei1":"19203794390418292","imei2":"19203794390418292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178919,"job_number":"JOB_178919","tr_customer_id":178937,"tr_customer_product_id":178927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:57.000Z","modified_at":"2026-02-06T07:01:41.000Z","name":"Lavada Homenick","mobile_number":"366-302-8431","email_id":"Don.Lindgren@gmail.com","dop":"2025-04-06","serial_number":"12079846250507","imei1":"12079846250507","imei2":"12079846250507","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178918,"job_number":"JOB_178918","tr_customer_id":178936,"tr_customer_product_id":178926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:57.000Z","modified_at":"2026-02-06T07:00:57.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"11387056771415","imei1":"11387056771415","imei2":"11387056771415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:00:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178917,"job_number":"JOB_178917","tr_customer_id":178935,"tr_customer_product_id":178925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:57.000Z","modified_at":"2026-02-06T06:57:57.000Z","name":"Malvina Thiel","mobile_number":"821-565-1611","email_id":"Frankie.Gibson@hotmail.com","dop":"2025-04-06","serial_number":"10171136895783408","imei1":"10171136895783408","imei2":"10171136895783408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178916,"job_number":"JOB_178916","tr_customer_id":178934,"tr_customer_product_id":178924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:56.000Z","modified_at":"2026-02-06T06:58:38.000Z","name":"Diana Smith","mobile_number":"593-396-5129","email_id":"Jordy.Harvey@hotmail.com","dop":"2025-04-06","serial_number":"10201013514815","imei1":"10201013514815","imei2":"10201013514815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178915,"job_number":"JOB_178915","tr_customer_id":178933,"tr_customer_product_id":178923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:55.000Z","modified_at":"2026-02-06T06:57:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17744560349240","imei1":"17744560349240","imei2":"17744560349240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178913,"job_number":"JOB_178913","tr_customer_id":178931,"tr_customer_product_id":178921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:46.000Z","modified_at":"2026-02-06T06:58:31.000Z","name":"Jailyn Stracke","mobile_number":"284-282-0967","email_id":"Katelyn0@gmail.com","dop":"2000-01-31","serial_number":"10171339315367","imei1":"10171339315367","imei2":"10171339315367","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178911,"job_number":"JOB_178911","tr_customer_id":178929,"tr_customer_product_id":178919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:06.000Z","modified_at":"2026-02-06T06:57:06.000Z","name":"Nelda Wehner","mobile_number":"334-611-1274","email_id":"Novella.Wisozk@gmail.com","dop":"2025-04-06","serial_number":"17707884621672788","imei1":"17707884621672788","imei2":"17707884621672788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178910,"job_number":"JOB_178910","tr_customer_id":178928,"tr_customer_product_id":178918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:05.000Z","modified_at":"2026-02-06T06:57:47.000Z","name":"Kayley Kuhic","mobile_number":"724-436-1972","email_id":"Jarvis.Crooks33@gmail.com","dop":"2025-04-06","serial_number":"17044087782448","imei1":"17044087782448","imei2":"17044087782448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178909,"job_number":"JOB_178909","tr_customer_id":178927,"tr_customer_product_id":178917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:04.000Z","modified_at":"2026-02-06T06:57:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15369178769588","imei1":"15369178769588","imei2":"15369178769588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178907,"job_number":"JOB_178907","tr_customer_id":178925,"tr_customer_product_id":178915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:52.000Z","modified_at":"2026-02-06T06:57:37.000Z","name":"Devyn Erdman","mobile_number":"260-988-7276","email_id":"Francisca_Cummings60@gmail.com","dop":"2000-01-31","serial_number":"10324413965385","imei1":"10324413965385","imei2":"10324413965385","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178905,"job_number":"JOB_178905","tr_customer_id":178923,"tr_customer_product_id":178913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:29.000Z","modified_at":"2026-02-06T06:56:29.000Z","name":"Luciano Kilback","mobile_number":"640-604-1116","email_id":"Amir66@gmail.com","dop":"2025-04-06","serial_number":"19735698765972016","imei1":"19735698765972016","imei2":"19735698765972016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178904,"job_number":"JOB_178904","tr_customer_id":178922,"tr_customer_product_id":178912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:28.000Z","modified_at":"2026-02-06T06:57:07.000Z","name":"Ricardo Hackett","mobile_number":"213-796-9315","email_id":"Herman_Gutmann@gmail.com","dop":"2025-04-06","serial_number":"13926045357322","imei1":"13926045357322","imei2":"13926045357322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178903,"job_number":"JOB_178903","tr_customer_id":178921,"tr_customer_product_id":178911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:27.000Z","modified_at":"2026-02-06T06:56:27.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"10660233371962","imei1":"10660233371962","imei2":"10660233371962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178902,"job_number":"JOB_178902","tr_customer_id":178920,"tr_customer_product_id":178910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:17.000Z","modified_at":"2026-02-06T06:56:17.000Z","name":"Jaden Jacobson","mobile_number":"462-979-3480","email_id":"Hassie51@gmail.com","dop":"2025-04-06","serial_number":"18776311774188620","imei1":"18776311774188620","imei2":"18776311774188620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178901,"job_number":"JOB_178901","tr_customer_id":178919,"tr_customer_product_id":178909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:16.000Z","modified_at":"2026-02-06T06:56:53.000Z","name":"Jaycee Jaskolski","mobile_number":"821-982-2035","email_id":"Tia_Lind@gmail.com","dop":"2025-04-06","serial_number":"13021561998850","imei1":"13021561998850","imei2":"13021561998850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178900,"job_number":"JOB_178900","tr_customer_id":178918,"tr_customer_product_id":178908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:15.000Z","modified_at":"2026-02-06T06:56:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11069070762379","imei1":"11069070762379","imei2":"11069070762379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178899,"job_number":"JOB_178899","tr_customer_id":178917,"tr_customer_product_id":178907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:14.000Z","modified_at":"2026-02-06T06:56:14.000Z","name":"Helene Wisoky","mobile_number":"350-377-4426","email_id":"Dorothea_Wilderman@hotmail.com","dop":"2025-04-06","serial_number":"15152973638932044","imei1":"15152973638932044","imei2":"15152973638932044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178898,"job_number":"JOB_178898","tr_customer_id":178916,"tr_customer_product_id":178906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:13.000Z","modified_at":"2026-02-06T06:56:56.000Z","name":"Maryse Greenfelder","mobile_number":"400-441-9465","email_id":"Arjun.Ullrich@hotmail.com","dop":"2025-04-06","serial_number":"10587341366595","imei1":"10587341366595","imei2":"10587341366595","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178897,"job_number":"JOB_178897","tr_customer_id":178915,"tr_customer_product_id":178905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:12.000Z","modified_at":"2026-02-06T06:56:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10564614319878","imei1":"10564614319878","imei2":"10564614319878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178895,"job_number":"JOB_178895","tr_customer_id":178913,"tr_customer_product_id":178903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:58.000Z","modified_at":"2026-02-06T06:56:43.000Z","name":"Marcellus Hagenes","mobile_number":"399-979-4235","email_id":"Greg.Runolfsson2@hotmail.com","dop":"2000-01-31","serial_number":"10150949641707","imei1":"10150949641707","imei2":"10150949641707","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178893,"job_number":"JOB_178893","tr_customer_id":178911,"tr_customer_product_id":178901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:42.000Z","modified_at":"2026-02-06T06:55:42.000Z","name":"Rossie Effertz","mobile_number":"460-658-0979","email_id":"Crystal.Johnston1@hotmail.com","dop":"2025-04-06","serial_number":"14784965860737532","imei1":"14784965860737532","imei2":"14784965860737532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178892,"job_number":"JOB_178892","tr_customer_id":178910,"tr_customer_product_id":178900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:40.000Z","modified_at":"2026-02-06T06:56:20.000Z","name":"Cathy Friesen","mobile_number":"215-876-6459","email_id":"Casey.Gerlach@yahoo.com","dop":"2025-04-06","serial_number":"11205568642410","imei1":"11205568642410","imei2":"11205568642410","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178891,"job_number":"JOB_178891","tr_customer_id":178909,"tr_customer_product_id":178899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:40.000Z","modified_at":"2026-02-06T06:55:40.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"14930354768508","imei1":"14930354768508","imei2":"14930354768508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178890,"job_number":"JOB_178890","tr_customer_id":178908,"tr_customer_product_id":178898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:32.000Z","modified_at":"2026-02-06T06:55:32.000Z","name":"Arjun Tromp","mobile_number":"414-785-8808","email_id":"Kailee82@yahoo.com","dop":"2025-04-06","serial_number":"17661828527272584","imei1":"17661828527272584","imei2":"17661828527272584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178889,"job_number":"JOB_178889","tr_customer_id":178907,"tr_customer_product_id":178897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:31.000Z","modified_at":"2026-02-06T06:56:08.000Z","name":"Adolphus Schultz","mobile_number":"838-927-6948","email_id":"Irwin.Johnson70@hotmail.com","dop":"2025-04-06","serial_number":"11609559637212","imei1":"11609559637212","imei2":"11609559637212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178888,"job_number":"JOB_178888","tr_customer_id":178906,"tr_customer_product_id":178896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:30.000Z","modified_at":"2026-02-06T06:55:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19191882104652","imei1":"19191882104652","imei2":"19191882104652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178886,"job_number":"JOB_178886","tr_customer_id":178904,"tr_customer_product_id":178894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:02.000Z","modified_at":"2026-02-06T06:55:49.000Z","name":"Keyshawn Abbott","mobile_number":"201-642-9945","email_id":"Andreanne.Hoppe@hotmail.com","dop":"2000-01-31","serial_number":"10718753085919","imei1":"10718753085919","imei2":"10718753085919","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178884,"job_number":"JOB_178884","tr_customer_id":178902,"tr_customer_product_id":178892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:54.000Z","modified_at":"2026-02-06T06:54:54.000Z","name":"Raquel Bernhard","mobile_number":"285-403-1991","email_id":"Rigoberto.Zieme@yahoo.com","dop":"2025-04-06","serial_number":"14618290375263452","imei1":"14618290375263452","imei2":"14618290375263452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178883,"job_number":"JOB_178883","tr_customer_id":178901,"tr_customer_product_id":178891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:52.000Z","modified_at":"2026-02-06T06:55:32.000Z","name":"Celia Schumm","mobile_number":"801-390-6504","email_id":"Cade.Schmidt@gmail.com","dop":"2025-04-06","serial_number":"19096615411646","imei1":"19096615411646","imei2":"19096615411646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178882,"job_number":"JOB_178882","tr_customer_id":178900,"tr_customer_product_id":178890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:52.000Z","modified_at":"2026-02-06T06:54:52.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"16159422371734","imei1":"16159422371734","imei2":"16159422371734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178881,"job_number":"JOB_178881","tr_customer_id":178899,"tr_customer_product_id":178889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:46.000Z","modified_at":"2026-02-06T06:54:46.000Z","name":"Richmond Maggio","mobile_number":"963-782-0150","email_id":"Leta_Kuhic99@hotmail.com","dop":"2025-04-06","serial_number":"19287958873678210","imei1":"19287958873678210","imei2":"19287958873678210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178880,"job_number":"JOB_178880","tr_customer_id":178898,"tr_customer_product_id":178888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:44.000Z","modified_at":"2026-02-06T06:55:23.000Z","name":"Blaze DuBuque","mobile_number":"287-760-1551","email_id":"Ricky64@yahoo.com","dop":"2025-04-06","serial_number":"13113032506573","imei1":"13113032506573","imei2":"13113032506573","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178879,"job_number":"JOB_178879","tr_customer_id":178897,"tr_customer_product_id":178887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:44.000Z","modified_at":"2026-02-06T06:54:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18523819994098","imei1":"18523819994098","imei2":"18523819994098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178878,"job_number":"JOB_178878","tr_customer_id":178896,"tr_customer_product_id":178886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:43.000Z","modified_at":"2026-02-06T06:54:43.000Z","name":"Zachery Bogan","mobile_number":"268-994-7786","email_id":"Grayson.Reilly@hotmail.com","dop":"2025-04-06","serial_number":"15982476206766984","imei1":"15982476206766984","imei2":"15982476206766984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178877,"job_number":"JOB_178877","tr_customer_id":178895,"tr_customer_product_id":178885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:42.000Z","modified_at":"2026-02-06T06:55:20.000Z","name":"Clement Koepp","mobile_number":"693-537-7749","email_id":"Kian_Blick@gmail.com","dop":"2025-04-06","serial_number":"14643628354244","imei1":"14643628354244","imei2":"14643628354244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178876,"job_number":"JOB_178876","tr_customer_id":178894,"tr_customer_product_id":178884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:42.000Z","modified_at":"2026-02-06T06:54:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13448206559711","imei1":"13448206559711","imei2":"13448206559711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178875,"job_number":"JOB_178875","tr_customer_id":178893,"tr_customer_product_id":178883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:03.000Z","modified_at":"2026-02-06T06:54:03.000Z","name":"Robin Rice","mobile_number":"630-299-8431","email_id":"Donna85@hotmail.com","dop":"2025-04-06","serial_number":"16650476521663000","imei1":"16650476521663000","imei2":"16650476521663000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178874,"job_number":"JOB_178874","tr_customer_id":178892,"tr_customer_product_id":178882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:01.000Z","modified_at":"2026-02-06T06:54:43.000Z","name":"Kristian Macejkovic","mobile_number":"885-783-2513","email_id":"Javonte65@gmail.com","dop":"2025-04-06","serial_number":"17071538377092","imei1":"17071538377092","imei2":"17071538377092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178873,"job_number":"JOB_178873","tr_customer_id":178891,"tr_customer_product_id":178881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:58.000Z","modified_at":"2026-02-06T06:53:58.000Z","name":"Joseph Hansen","mobile_number":"403-771-4986","email_id":"Nico.Kulas@gmail.com","dop":"2025-04-06","serial_number":"17463485163367480","imei1":"17463485163367480","imei2":"17463485163367480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178872,"job_number":"JOB_178872","tr_customer_id":178890,"tr_customer_product_id":178880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:56.000Z","modified_at":"2026-02-06T06:54:34.000Z","name":"Brielle Hills","mobile_number":"269-962-4388","email_id":"Jonas_Howell@gmail.com","dop":"2025-04-06","serial_number":"12171108028677","imei1":"12171108028677","imei2":"12171108028677","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:54:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178871,"job_number":"JOB_178871","tr_customer_id":178889,"tr_customer_product_id":178879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:56.000Z","modified_at":"2026-02-06T06:53:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18054689691058","imei1":"18054689691058","imei2":"18054689691058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178870,"job_number":"JOB_178870","tr_customer_id":178888,"tr_customer_product_id":178878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:11.000Z","modified_at":"2026-02-06T06:53:11.000Z","name":"Estelle Kreiger","mobile_number":"275-989-0294","email_id":"Cayla.Raynor19@yahoo.com","dop":"2025-04-06","serial_number":"12334707280277968","imei1":"12334707280277968","imei2":"12334707280277968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178869,"job_number":"JOB_178869","tr_customer_id":178887,"tr_customer_product_id":178877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:10.000Z","modified_at":"2026-02-06T06:53:49.000Z","name":"Ava Schuppe","mobile_number":"809-591-4986","email_id":"Lance_Bernhard@hotmail.com","dop":"2025-04-06","serial_number":"16410380761710","imei1":"16410380761710","imei2":"16410380761710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178868,"job_number":"JOB_178868","tr_customer_id":178886,"tr_customer_product_id":178876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:10.000Z","modified_at":"2026-02-06T06:53:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14286908152760","imei1":"14286908152760","imei2":"14286908152760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178867,"job_number":"JOB_178867","tr_customer_id":178885,"tr_customer_product_id":178875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:35.000Z","modified_at":"2026-02-06T06:51:35.000Z","name":"Chyna Connelly","mobile_number":"585-398-2706","email_id":"Myriam_Swaniawski@gmail.com","dop":"2025-04-06","serial_number":"17490032086050580","imei1":"17490032086050580","imei2":"17490032086050580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178866,"job_number":"JOB_178866","tr_customer_id":178884,"tr_customer_product_id":178874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:34.000Z","modified_at":"2026-02-06T06:52:12.000Z","name":"Abdul Heller","mobile_number":"623-409-8684","email_id":"Jany.Rowe@hotmail.com","dop":"2025-04-06","serial_number":"19587232857239","imei1":"19587232857239","imei2":"19587232857239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178865,"job_number":"JOB_178865","tr_customer_id":178883,"tr_customer_product_id":178873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:33.000Z","modified_at":"2026-02-06T06:51:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19519103885961","imei1":"19519103885961","imei2":"19519103885961","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178864,"job_number":"JOB_178864","tr_customer_id":178882,"tr_customer_product_id":178872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:49.000Z","modified_at":"2026-02-06T06:50:49.000Z","name":"Luisa Hoeger","mobile_number":"727-960-4650","email_id":"Nikki6@yahoo.com","dop":"2025-04-06","serial_number":"15421387150380556","imei1":"15421387150380556","imei2":"15421387150380556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178863,"job_number":"JOB_178863","tr_customer_id":178881,"tr_customer_product_id":178871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:47.000Z","modified_at":"2026-02-06T06:51:26.000Z","name":"Liliana Rice","mobile_number":"830-678-5977","email_id":"Bartholome_Smith@yahoo.com","dop":"2025-04-06","serial_number":"13567815461229","imei1":"13567815461229","imei2":"13567815461229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178862,"job_number":"JOB_178862","tr_customer_id":178880,"tr_customer_product_id":178870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:47.000Z","modified_at":"2026-02-06T06:50:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12074028403957","imei1":"12074028403957","imei2":"12074028403957","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178861,"job_number":"JOB_178861","tr_customer_id":178879,"tr_customer_product_id":178869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:02.000Z","modified_at":"2026-02-06T06:50:02.000Z","name":"Jennifer Schinner","mobile_number":"696-900-6880","email_id":"Travon.Herzog@hotmail.com","dop":"2025-04-06","serial_number":"18281248259133980","imei1":"18281248259133980","imei2":"18281248259133980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178860,"job_number":"JOB_178860","tr_customer_id":178878,"tr_customer_product_id":178868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:00.000Z","modified_at":"2026-02-06T06:50:40.000Z","name":"Hertha Welch","mobile_number":"610-927-9522","email_id":"Mikel.Watsica36@hotmail.com","dop":"2025-04-06","serial_number":"16097580495526","imei1":"16097580495526","imei2":"16097580495526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178859,"job_number":"JOB_178859","tr_customer_id":178877,"tr_customer_product_id":178867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:00.000Z","modified_at":"2026-02-06T06:50:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18067726902241","imei1":"18067726902241","imei2":"18067726902241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178858,"job_number":"JOB_178858","tr_customer_id":178876,"tr_customer_product_id":178866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:46.000Z","modified_at":"2026-02-06T06:49:46.000Z","name":"Orville Langworth","mobile_number":"978-897-9328","email_id":"Noelia.Muller@gmail.com","dop":"2025-10-05","serial_number":"10736414106113","imei1":"10736414106113","imei2":"10736414106113","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178857,"job_number":"JOB_178857","tr_customer_id":178875,"tr_customer_product_id":178865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:38.000Z","modified_at":"2026-02-06T06:49:38.000Z","name":"Henry Reinger","mobile_number":"402-580-1840","email_id":"Freddy.Wunsch@gmail.com","dop":"2025-10-05","serial_number":"10113283058728","imei1":"10113283058728","imei2":"10113283058728","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178852,"job_number":"JOB_178852","tr_customer_id":178870,"tr_customer_product_id":178860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:42.000Z","modified_at":"2026-02-06T06:48:42.000Z","name":"Ryleigh Legros","mobile_number":"472-964-1847","email_id":"Peyton72@hotmail.com","dop":"2026-01-23","serial_number":"136286241355847","imei1":"136286241355847","imei2":"136286241355847","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178851,"job_number":"JOB_178851","tr_customer_id":178869,"tr_customer_product_id":178859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:40.000Z","modified_at":"2026-02-06T06:49:06.000Z","name":"Marcelina Reinger","mobile_number":"879-448-3750","email_id":"Maude4@hotmail.com","dop":"2026-01-23","serial_number":"18835160636483","imei1":"18835160636483","imei2":"18835160636483","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:49:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178848,"job_number":"JOB_178848","tr_customer_id":178866,"tr_customer_product_id":178856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:28.000Z","modified_at":"2026-02-06T06:48:28.000Z","name":"Josiane Williamson","mobile_number":"425-581-2041","email_id":"Gail_Hayes73@gmail.com","dop":"2025-10-05","serial_number":"15861617411245","imei1":"15861617411245","imei2":"15861617411245","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178847,"job_number":"JOB_178847","tr_customer_id":178865,"tr_customer_product_id":178855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:47.000Z","modified_at":"2026-02-06T06:47:47.000Z","name":"Kamille Dickens","mobile_number":"611-771-4962","email_id":"Tianna.Moen@hotmail.com","dop":"2025-04-06","serial_number":"18853750550819556","imei1":"18853750550819556","imei2":"18853750550819556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178846,"job_number":"JOB_178846","tr_customer_id":178864,"tr_customer_product_id":178854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:45.000Z","modified_at":"2026-02-06T06:48:27.000Z","name":"Declan Emard","mobile_number":"677-287-9168","email_id":"Mack_Reinger@hotmail.com","dop":"2025-04-06","serial_number":"14046039843685","imei1":"14046039843685","imei2":"14046039843685","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178845,"job_number":"JOB_178845","tr_customer_id":178863,"tr_customer_product_id":178853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:45.000Z","modified_at":"2026-02-06T06:47:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13509145658953","imei1":"13509145658953","imei2":"13509145658953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178844,"job_number":"JOB_178844","tr_customer_id":178862,"tr_customer_product_id":178852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:17.000Z","modified_at":"2026-02-06T06:47:17.000Z","name":"Horacio Mosciski","mobile_number":"605-700-1039","email_id":"Bella_Streich7@yahoo.com","dop":"2026-01-23","serial_number":"142922729188726","imei1":"142922729188726","imei2":"142922729188726","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178843,"job_number":"JOB_178843","tr_customer_id":178861,"tr_customer_product_id":178851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:16.000Z","modified_at":"2026-02-06T06:47:42.000Z","name":"Ottilie Grady","mobile_number":"844-406-8470","email_id":"Candida.Kiehn56@yahoo.com","dop":"2026-01-23","serial_number":"17548295826563","imei1":"17548295826563","imei2":"17548295826563","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:47:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178842,"job_number":"JOB_178842","tr_customer_id":178860,"tr_customer_product_id":178850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:56.000Z","modified_at":"2026-02-06T06:46:56.000Z","name":"Zoie Dietrich","mobile_number":"575-566-4523","email_id":"Jovan19@hotmail.com","dop":"2025-04-06","serial_number":"14231968804747680","imei1":"14231968804747680","imei2":"14231968804747680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178841,"job_number":"JOB_178841","tr_customer_id":178859,"tr_customer_product_id":178849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:54.000Z","modified_at":"2026-02-06T06:47:37.000Z","name":"Jasen Orn","mobile_number":"663-259-4758","email_id":"Tyrese_Jast@yahoo.com","dop":"2025-04-06","serial_number":"10237531981034","imei1":"10237531981034","imei2":"10237531981034","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178840,"job_number":"JOB_178840","tr_customer_id":178858,"tr_customer_product_id":178848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:54.000Z","modified_at":"2026-02-06T06:46:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13626324084681","imei1":"13626324084681","imei2":"13626324084681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178839,"job_number":"JOB_178839","tr_customer_id":178857,"tr_customer_product_id":178847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:04.000Z","modified_at":"2026-02-06T06:46:04.000Z","name":"Michele Ernser","mobile_number":"557-455-3590","email_id":"Idella.Johnston@gmail.com","dop":"2025-04-06","serial_number":"11405727434515498","imei1":"11405727434515498","imei2":"11405727434515498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178838,"job_number":"JOB_178838","tr_customer_id":178856,"tr_customer_product_id":178846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:03.000Z","modified_at":"2026-02-06T06:46:46.000Z","name":"Dan Zieme","mobile_number":"461-771-9429","email_id":"Felicity_Schulist@gmail.com","dop":"2025-04-06","serial_number":"12553996678296","imei1":"12553996678296","imei2":"12553996678296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178837,"job_number":"JOB_178837","tr_customer_id":178855,"tr_customer_product_id":178845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:03.000Z","modified_at":"2026-02-06T06:46:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16919980653154","imei1":"16919980653154","imei2":"16919980653154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178836,"job_number":"JOB_178836","tr_customer_id":178854,"tr_customer_product_id":178844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:45:56.000Z","modified_at":"2026-02-06T06:45:56.000Z","name":"Mckenna Harvey","mobile_number":"361-712-1426","email_id":"Chadrick.Romaguera67@gmail.com","dop":"2026-01-23","serial_number":"158542847062259","imei1":"158542847062259","imei2":"158542847062259","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178835,"job_number":"JOB_178835","tr_customer_id":178853,"tr_customer_product_id":178843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:45:55.000Z","modified_at":"2026-02-06T06:46:20.000Z","name":"Nadia Ernser","mobile_number":"837-592-4853","email_id":"Wilfred13@gmail.com","dop":"2026-01-23","serial_number":"17705677962055","imei1":"17705677962055","imei2":"17705677962055","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178834,"job_number":"JOB_178834","tr_customer_id":178852,"tr_customer_product_id":178842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:45.000Z","modified_at":"2026-02-06T06:44:45.000Z","name":"Dave Davis","mobile_number":"214-848-6625","email_id":"Santa_Kuhlman95@hotmail.com","dop":"2025-04-06","serial_number":"14350976447124766","imei1":"14350976447124766","imei2":"14350976447124766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178833,"job_number":"JOB_178833","tr_customer_id":178851,"tr_customer_product_id":178841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:44.000Z","modified_at":"2026-02-06T06:45:23.000Z","name":"Johnny Quigley","mobile_number":"684-285-0739","email_id":"Liam88@yahoo.com","dop":"2025-04-06","serial_number":"12550690244730","imei1":"12550690244730","imei2":"12550690244730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:45:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178832,"job_number":"JOB_178832","tr_customer_id":178850,"tr_customer_product_id":178840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:44.000Z","modified_at":"2026-02-06T06:44:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10978613935534","imei1":"10978613935534","imei2":"10978613935534","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178831,"job_number":"JOB_178831","tr_customer_id":178849,"tr_customer_product_id":178839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:07.000Z","modified_at":"2026-02-06T06:44:07.000Z","name":"Efren Gibson","mobile_number":"863-556-6261","email_id":"Ana36@gmail.com","dop":"2025-10-05","serial_number":"15175717885159","imei1":"15175717885159","imei2":"15175717885159","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178830,"job_number":"JOB_178830","tr_customer_id":178848,"tr_customer_product_id":178838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:01.000Z","modified_at":"2026-02-06T06:44:01.000Z","name":"Kim Skiles","mobile_number":"494-485-8061","email_id":"Destin.Parker@hotmail.com","dop":"2025-04-06","serial_number":"19123711265213200","imei1":"19123711265213200","imei2":"19123711265213200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178829,"job_number":"JOB_178829","tr_customer_id":178847,"tr_customer_product_id":178837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:44:35.000Z","name":"Stephan Kuhlman","mobile_number":"734-626-6722","email_id":"Cecilia_Rau@hotmail.com","dop":"2025-04-06","serial_number":"11175108868221","imei1":"11175108868221","imei2":"11175108868221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178828,"job_number":"JOB_178828","tr_customer_id":178846,"tr_customer_product_id":178836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:43:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18633993096880","imei1":"18633993096880","imei2":"18633993096880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178827,"job_number":"JOB_178827","tr_customer_id":178845,"tr_customer_product_id":178835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:43:59.000Z","name":"Britney Krajcik","mobile_number":"718-209-2586","email_id":"Jany.Metz@gmail.com","dop":"2025-04-06","serial_number":"17862049717599084","imei1":"17862049717599084","imei2":"17862049717599084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178826,"job_number":"JOB_178826","tr_customer_id":178844,"tr_customer_product_id":178834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:58.000Z","modified_at":"2026-02-06T06:44:36.000Z","name":"Elton Kessler","mobile_number":"806-637-9557","email_id":"Cornelius23@yahoo.com","dop":"2025-04-06","serial_number":"18089490916318","imei1":"18089490916318","imei2":"18089490916318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:44:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178825,"job_number":"JOB_178825","tr_customer_id":178843,"tr_customer_product_id":178833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:57.000Z","modified_at":"2026-02-06T06:43:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11480178311106","imei1":"11480178311106","imei2":"11480178311106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178824,"job_number":"JOB_178824","tr_customer_id":178842,"tr_customer_product_id":178832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:17.000Z","modified_at":"2026-02-06T06:43:17.000Z","name":"Kailee Kohler","mobile_number":"397-332-8652","email_id":"Frederick_Zemlak@gmail.com","dop":"2025-04-06","serial_number":"16985789478389866","imei1":"16985789478389866","imei2":"16985789478389866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178823,"job_number":"JOB_178823","tr_customer_id":178841,"tr_customer_product_id":178831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:16.000Z","modified_at":"2026-02-06T06:43:52.000Z","name":"Ona Denesik","mobile_number":"905-860-1743","email_id":"Madeline10@hotmail.com","dop":"2025-04-06","serial_number":"14353831483994","imei1":"14353831483994","imei2":"14353831483994","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178822,"job_number":"JOB_178822","tr_customer_id":178840,"tr_customer_product_id":178830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:16.000Z","modified_at":"2026-02-06T06:43:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14842034057241","imei1":"14842034057241","imei2":"14842034057241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178821,"job_number":"JOB_178821","tr_customer_id":178839,"tr_customer_product_id":178829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:12.000Z","modified_at":"2026-02-06T06:43:12.000Z","name":"Janie Haley","mobile_number":"653-765-0477","email_id":"Bonnie.Wolf50@gmail.com","dop":"2025-04-06","serial_number":"15654767243344996","imei1":"15654767243344996","imei2":"15654767243344996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178820,"job_number":"JOB_178820","tr_customer_id":178838,"tr_customer_product_id":178828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:10.000Z","modified_at":"2026-02-06T06:43:50.000Z","name":"Ford Hane","mobile_number":"678-357-7312","email_id":"Brendan.Green@yahoo.com","dop":"2025-04-06","serial_number":"11332365617009","imei1":"11332365617009","imei2":"11332365617009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178819,"job_number":"JOB_178819","tr_customer_id":178837,"tr_customer_product_id":178827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:10.000Z","modified_at":"2026-02-06T06:43:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11010240020635","imei1":"11010240020635","imei2":"11010240020635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178818,"job_number":"JOB_178818","tr_customer_id":178836,"tr_customer_product_id":178826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:59.000Z","modified_at":"2026-02-06T06:42:59.000Z","name":"Jessyca Reichel","mobile_number":"929-223-8313","email_id":"Felicita74@yahoo.com","dop":"2025-06-18","serial_number":"1043643024568567","imei1":"1043643024568567","imei2":"1043643024568567","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178817,"job_number":"JOB_178817","tr_customer_id":178835,"tr_customer_product_id":178825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:59.000Z","modified_at":"2026-02-06T06:43:40.000Z","name":"Mazie Ondricka","mobile_number":"865-553-8265","email_id":"Heber86@yahoo.com","dop":"2025-06-18","serial_number":"10310160157020","imei1":"10310160157020","imei2":"10310160157020","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178816,"job_number":"JOB_178816","tr_customer_id":178834,"tr_customer_product_id":178824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:58.000Z","modified_at":"2026-02-06T06:42:58.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10891095280807","imei1":"10891095280807","imei2":"10891095280807","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178815,"job_number":"JOB_178815","tr_customer_id":178833,"tr_customer_product_id":178823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:34.000Z","modified_at":"2026-02-06T06:42:34.000Z","name":"Nicklaus Kuhn","mobile_number":"603-234-3536","email_id":"Beverly.Donnelly7@hotmail.com","dop":"2025-04-06","serial_number":"13570138412744692","imei1":"13570138412744692","imei2":"13570138412744692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178814,"job_number":"JOB_178814","tr_customer_id":178832,"tr_customer_product_id":178822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:32.000Z","modified_at":"2026-02-06T06:43:09.000Z","name":"Brianne Crooks","mobile_number":"471-682-2142","email_id":"Freddy.Cole27@hotmail.com","dop":"2025-04-06","serial_number":"10670916656051","imei1":"10670916656051","imei2":"10670916656051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178813,"job_number":"JOB_178813","tr_customer_id":178831,"tr_customer_product_id":178821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:32.000Z","modified_at":"2026-02-06T06:42:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14739058439828","imei1":"14739058439828","imei2":"14739058439828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178812,"job_number":"JOB_178812","tr_customer_id":178830,"tr_customer_product_id":178820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:09.000Z","modified_at":"2026-02-06T06:42:10.000Z","name":"Tre Lindgren","mobile_number":"676-872-4769","email_id":"Kenya.Hodkiewicz@yahoo.com","dop":"2025-06-18","serial_number":"1099169861774685","imei1":"1099169861774685","imei2":"1099169861774685","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178811,"job_number":"JOB_178811","tr_customer_id":178829,"tr_customer_product_id":178819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:09.000Z","modified_at":"2026-02-06T06:42:51.000Z","name":"Brandon Schulist","mobile_number":"534-650-5204","email_id":"Raegan.OConnell53@gmail.com","dop":"2025-06-18","serial_number":"10491221519194","imei1":"10491221519194","imei2":"10491221519194","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178810,"job_number":"JOB_178810","tr_customer_id":178828,"tr_customer_product_id":178818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:08.000Z","modified_at":"2026-02-06T06:42:08.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10523661500972","imei1":"10523661500972","imei2":"10523661500972","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178809,"job_number":"JOB_178809","tr_customer_id":178827,"tr_customer_product_id":178817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:00.000Z","modified_at":"2026-02-06T06:42:00.000Z","name":"Fletcher Grady","mobile_number":"612-602-8336","email_id":"Mervin.Towne@gmail.com","dop":"2025-04-06","serial_number":"19410223496156264","imei1":"19410223496156264","imei2":"19410223496156264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178808,"job_number":"JOB_178808","tr_customer_id":178826,"tr_customer_product_id":178816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:58.000Z","modified_at":"2026-02-06T06:42:39.000Z","name":"Laisha Nitzsche","mobile_number":"901-385-6961","email_id":"Shakira1@yahoo.com","dop":"2025-04-06","serial_number":"15704871045999","imei1":"15704871045999","imei2":"15704871045999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178807,"job_number":"JOB_178807","tr_customer_id":178825,"tr_customer_product_id":178815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:48.000Z","modified_at":"2026-02-06T06:42:34.000Z","name":"Clay Kulas","mobile_number":"909-715-2214","email_id":"Paul21@yahoo.com","dop":"2025-12-31","serial_number":"105129681338163","imei1":"105129681338163","imei2":"105129681338163","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178806,"job_number":"JOB_178806","tr_customer_id":178824,"tr_customer_product_id":178814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:48.000Z","modified_at":"2026-02-06T06:41:48.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"109105377580437","imei1":"109105377580437","imei2":"109105377580437","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178803,"job_number":"JOB_178803","tr_customer_id":178821,"tr_customer_product_id":178811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:53.000Z","modified_at":"2026-02-06T06:41:39.000Z","name":"Clemens Murazik","mobile_number":"941-473-2688","email_id":"Daphnee.Cormier@yahoo.com","dop":"2025-12-31","serial_number":"109938690985845","imei1":"109938690985845","imei2":"109938690985845","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:41:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178802,"job_number":"JOB_178802","tr_customer_id":178820,"tr_customer_product_id":178810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:52.000Z","modified_at":"2026-02-06T06:40:52.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"106137791336693","imei1":"106137791336693","imei2":"106137791336693","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178800,"job_number":"JOB_178800","tr_customer_id":178818,"tr_customer_product_id":178808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:04.000Z","modified_at":"2026-02-06T06:40:04.000Z","name":"Mia Conroy","mobile_number":"898-670-0881","email_id":"Terrill.Rippin37@hotmail.com","dop":"2026-01-23","serial_number":"173741310402395","imei1":"173741310402395","imei2":"173741310402395","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178799,"job_number":"JOB_178799","tr_customer_id":178817,"tr_customer_product_id":178807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:03.000Z","modified_at":"2026-02-06T06:40:31.000Z","name":"Victor Tremblay","mobile_number":"294-278-4879","email_id":"Carroll_Terry@hotmail.com","dop":"2026-01-23","serial_number":"16654201607089","imei1":"16654201607089","imei2":"16654201607089","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:40:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178798,"job_number":"JOB_178798","tr_customer_id":178816,"tr_customer_product_id":178806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:00.000Z","modified_at":"2026-02-06T06:40:44.000Z","name":"Wiley Williamson","mobile_number":"593-489-1827","email_id":"Lura29@hotmail.com","dop":"2025-12-31","serial_number":"108982756442978","imei1":"108982756442978","imei2":"108982756442978","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:40:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178797,"job_number":"JOB_178797","tr_customer_id":178815,"tr_customer_product_id":178805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:00.000Z","modified_at":"2026-02-06T06:40:00.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"103136425255783","imei1":"103136425255783","imei2":"103136425255783","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178787,"job_number":"JOB_178787","tr_customer_id":178805,"tr_customer_product_id":178795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:50.000Z","modified_at":"2026-02-06T06:37:50.000Z","name":"Louvenia Johnson","mobile_number":"667-257-5528","email_id":"Leopold_Zieme@gmail.com","dop":"2026-01-23","serial_number":"16756615019716","imei1":"16756615019716","imei2":"16756615019716","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178776,"job_number":"JOB_178776","tr_customer_id":178794,"tr_customer_product_id":178784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:36.000Z","modified_at":"2026-02-06T05:34:36.000Z","name":"Koby Schimmel","mobile_number":"981-735-9508","email_id":"Angeline77@yahoo.com","dop":"2025-04-06","serial_number":"12210067824541870","imei1":"12210067824541870","imei2":"12210067824541870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:34:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178775,"job_number":"JOB_178775","tr_customer_id":178793,"tr_customer_product_id":178783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:35.000Z","modified_at":"2026-02-06T05:35:12.000Z","name":"Jesus Kovacek","mobile_number":"764-792-1171","email_id":"Rylee21@gmail.com","dop":"2025-04-06","serial_number":"19022494699673","imei1":"19022494699673","imei2":"19022494699673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:35:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178774,"job_number":"JOB_178774","tr_customer_id":178792,"tr_customer_product_id":178782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:22.000Z","modified_at":"2026-02-06T05:34:22.000Z","name":"Monica Carroll","mobile_number":"766-936-1003","email_id":"Eveline_Mraz@yahoo.com","dop":"2025-04-06","serial_number":"18207855446145750","imei1":"18207855446145750","imei2":"18207855446145750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178773,"job_number":"JOB_178773","tr_customer_id":178791,"tr_customer_product_id":178781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:21.000Z","modified_at":"2026-02-06T05:34:59.000Z","name":"Johathan Ondricka","mobile_number":"654-472-0205","email_id":"Oscar1@gmail.com","dop":"2025-04-06","serial_number":"17937135235498","imei1":"17937135235498","imei2":"17937135235498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178768,"job_number":"JOB_178768","tr_customer_id":178786,"tr_customer_product_id":178776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:06.000Z","modified_at":"2026-02-06T05:18:17.000Z","name":"Misael Johnston","mobile_number":"561-806-1557","email_id":"Clementina87@hotmail.com","dop":"2025-07-01","serial_number":"107277439846750","imei1":"107277439846750","imei2":"107277439846750","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178767,"job_number":"JOB_178767","tr_customer_id":178785,"tr_customer_product_id":178775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:06.000Z","modified_at":"2026-02-06T05:18:06.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"108418687296613","imei1":"108418687296613","imei2":"108418687296613","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178766,"job_number":"JOB_178766","tr_customer_id":178784,"tr_customer_product_id":178774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:17:53.000Z","modified_at":"2026-02-06T05:18:04.000Z","name":"Joel Crona","mobile_number":"333-505-5846","email_id":"Emmy_Walter87@gmail.com","dop":"2025-07-01","serial_number":"100161934775892","imei1":"100161934775892","imei2":"100161934775892","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:18:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178765,"job_number":"JOB_178765","tr_customer_id":178783,"tr_customer_product_id":178773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:17:52.000Z","modified_at":"2026-02-06T05:17:52.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101133688345349","imei1":"101133688345349","imei2":"101133688345349","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178763,"job_number":"JOB_178763","tr_customer_id":178781,"tr_customer_product_id":178771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:39.000Z","modified_at":"2026-02-06T05:13:39.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-27","serial_number":"28715098310814","imei1":"28715098310814","imei2":"28715098310814","popurl":"2026-01-27T05:13:38.620003950Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178762,"job_number":"JOB_178762","tr_customer_id":178780,"tr_customer_product_id":178770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:31.000Z","modified_at":"2026-02-06T05:13:31.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-27","serial_number":"76579254897150","imei1":"76579254897150","imei2":"76579254897150","popurl":"2026-01-27T05:13:30.782368454Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178751,"job_number":"JOB_178751","tr_customer_id":178769,"tr_customer_product_id":178759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:44:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32342800923924","imei1":"32342800923924","imei2":"32342800923924","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:44:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178750,"job_number":"JOB_178750","tr_customer_id":178768,"tr_customer_product_id":178758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70351658034635","imei1":"70351658034635","imei2":"70351658034635","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178749,"job_number":"JOB_178749","tr_customer_id":178767,"tr_customer_product_id":178757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60914604529396","imei1":"60914604529396","imei2":"60914604529396","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178748,"job_number":"JOB_178748","tr_customer_id":178766,"tr_customer_product_id":178756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97488882844153","imei1":"97488882844153","imei2":"97488882844153","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178747,"job_number":"JOB_178747","tr_customer_id":178765,"tr_customer_product_id":178755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28633608120676","imei1":"28633608120676","imei2":"28633608120676","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178746,"job_number":"JOB_178746","tr_customer_id":178764,"tr_customer_product_id":178754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13574372875249","imei1":"13574372875249","imei2":"13574372875249","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178745,"job_number":"JOB_178745","tr_customer_id":178763,"tr_customer_product_id":178753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61818063366763","imei1":"61818063366763","imei2":"61818063366763","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178744,"job_number":"JOB_178744","tr_customer_id":178762,"tr_customer_product_id":178752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:23.000Z","modified_at":"2026-02-06T04:43:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34694062887707","imei1":"34694062887707","imei2":"34694062887707","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:43:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178743,"job_number":"JOB_178743","tr_customer_id":178761,"tr_customer_product_id":178751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57895214111608","imei1":"57895214111608","imei2":"57895214111608","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178742,"job_number":"JOB_178742","tr_customer_id":178760,"tr_customer_product_id":178750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64828990299996","imei1":"64828990299996","imei2":"64828990299996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178741,"job_number":"JOB_178741","tr_customer_id":178759,"tr_customer_product_id":178749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"58106167787568","imei1":"58106167787568","imei2":"58106167787568","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178740,"job_number":"JOB_178740","tr_customer_id":178758,"tr_customer_product_id":178748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78162092394913","imei1":"78162092394913","imei2":"78162092394913","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178739,"job_number":"JOB_178739","tr_customer_id":178757,"tr_customer_product_id":178747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62017311249495","imei1":"62017311249495","imei2":"62017311249495","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178738,"job_number":"JOB_178738","tr_customer_id":178756,"tr_customer_product_id":178746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21257513707693","imei1":"21257513707693","imei2":"21257513707693","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178737,"job_number":"JOB_178737","tr_customer_id":178755,"tr_customer_product_id":178745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:51.000Z","modified_at":"2026-02-06T04:43:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99934342920533","imei1":"99934342920533","imei2":"99934342920533","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:43:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178736,"job_number":"JOB_178736","tr_customer_id":178754,"tr_customer_product_id":178744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97324570908233","imei1":"97324570908233","imei2":"97324570908233","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178735,"job_number":"JOB_178735","tr_customer_id":178753,"tr_customer_product_id":178743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30765187438763","imei1":"30765187438763","imei2":"30765187438763","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178734,"job_number":"JOB_178734","tr_customer_id":178752,"tr_customer_product_id":178742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24966261039406","imei1":"24966261039406","imei2":"24966261039406","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178733,"job_number":"JOB_178733","tr_customer_id":178751,"tr_customer_product_id":178741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78838858674141","imei1":"78838858674141","imei2":"78838858674141","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178732,"job_number":"JOB_178732","tr_customer_id":178750,"tr_customer_product_id":178740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89548992262857","imei1":"89548992262857","imei2":"89548992262857","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178731,"job_number":"JOB_178731","tr_customer_id":178749,"tr_customer_product_id":178739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12217102399685","imei1":"12217102399685","imei2":"12217102399685","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178730,"job_number":"JOB_178730","tr_customer_id":178748,"tr_customer_product_id":178738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:52.000Z","modified_at":"2026-02-06T04:29:52.000Z","name":"Carley O'Connell","mobile_number":"802-411-1914","email_id":"Rosetta_Stiedemann@yahoo.com","dop":"2025-04-06","serial_number":"14137821969222900","imei1":"14137821969222900","imei2":"14137821969222900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178729,"job_number":"JOB_178729","tr_customer_id":178747,"tr_customer_product_id":178737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:50.000Z","modified_at":"2026-02-06T04:30:27.000Z","name":"Kip McGlynn","mobile_number":"294-445-0402","email_id":"Ashly89@hotmail.com","dop":"2025-04-06","serial_number":"18636274434907","imei1":"18636274434907","imei2":"18636274434907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:30:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178728,"job_number":"JOB_178728","tr_customer_id":178746,"tr_customer_product_id":178736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:50.000Z","modified_at":"2026-02-06T04:29:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13985526804653","imei1":"13985526804653","imei2":"13985526804653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178727,"job_number":"JOB_178727","tr_customer_id":178745,"tr_customer_product_id":178735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:06.000Z","modified_at":"2026-02-06T04:29:06.000Z","name":"Arnaldo Vandervort","mobile_number":"617-883-3943","email_id":"Greyson6@yahoo.com","dop":"2025-04-06","serial_number":"10342429698378404","imei1":"10342429698378404","imei2":"10342429698378404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178726,"job_number":"JOB_178726","tr_customer_id":178744,"tr_customer_product_id":178734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:05.000Z","modified_at":"2026-02-06T04:29:43.000Z","name":"Saige Krajcik","mobile_number":"846-967-7466","email_id":"Cary_Stiedemann@yahoo.com","dop":"2025-04-06","serial_number":"19559461699582","imei1":"19559461699582","imei2":"19559461699582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178725,"job_number":"JOB_178725","tr_customer_id":178743,"tr_customer_product_id":178733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:05.000Z","modified_at":"2026-02-06T04:29:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18994702700409","imei1":"18994702700409","imei2":"18994702700409","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178724,"job_number":"JOB_178724","tr_customer_id":178742,"tr_customer_product_id":178732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:43.000Z","modified_at":"2026-02-06T04:28:43.000Z","name":"Quinn Durgan","mobile_number":"295-879-0327","email_id":"Jedediah86@yahoo.com","dop":"2025-04-06","serial_number":"14860089658515574","imei1":"14860089658515574","imei2":"14860089658515574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178723,"job_number":"JOB_178723","tr_customer_id":178741,"tr_customer_product_id":178731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:41.000Z","modified_at":"2026-02-06T04:29:19.000Z","name":"Julie Rutherford","mobile_number":"288-419-6922","email_id":"Rubye.Gusikowski4@yahoo.com","dop":"2025-04-06","serial_number":"17019309498582","imei1":"17019309498582","imei2":"17019309498582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178722,"job_number":"JOB_178722","tr_customer_id":178740,"tr_customer_product_id":178730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:41.000Z","modified_at":"2026-02-06T04:28:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16197931943569","imei1":"16197931943569","imei2":"16197931943569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178721,"job_number":"JOB_178721","tr_customer_id":178739,"tr_customer_product_id":178729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:37.000Z","modified_at":"2026-02-06T04:28:37.000Z","name":"Pat Torp","mobile_number":"765-385-5819","email_id":"Wiley.Will12@hotmail.com","dop":"2025-04-06","serial_number":"10769057371513072","imei1":"10769057371513072","imei2":"10769057371513072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178719,"job_number":"JOB_178719","tr_customer_id":178737,"tr_customer_product_id":178727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:36.000Z","modified_at":"2026-02-06T04:29:13.000Z","name":"Alfredo McLaughlin","mobile_number":"520-397-7496","email_id":"Baylee49@hotmail.com","dop":"2025-04-06","serial_number":"10945519913994","imei1":"10945519913994","imei2":"10945519913994","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178718,"job_number":"JOB_178718","tr_customer_id":178736,"tr_customer_product_id":178726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:28:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14282972025873","imei1":"14282972025873","imei2":"14282972025873","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178717,"job_number":"JOB_178717","tr_customer_id":178735,"tr_customer_product_id":178725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:29:11.000Z","name":"Maci Koss","mobile_number":"217-730-1682","email_id":"Oran8@gmail.com","dop":"2000-01-31","serial_number":"10138181427873","imei1":"10138181427873","imei2":"10138181427873","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178715,"job_number":"JOB_178715","tr_customer_id":178733,"tr_customer_product_id":178723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:33.000Z","modified_at":"2026-02-06T04:28:33.000Z","name":"Hal Raynor","mobile_number":"614-352-1644","email_id":"Reilly.Dach@hotmail.com","dop":"2025-04-06","serial_number":"13441820016594886","imei1":"13441820016594886","imei2":"13441820016594886","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178714,"job_number":"JOB_178714","tr_customer_id":178732,"tr_customer_product_id":178722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:32.000Z","modified_at":"2026-02-06T04:29:08.000Z","name":"Olaf Gottlieb","mobile_number":"448-561-0906","email_id":"Walton10@yahoo.com","dop":"2025-04-06","serial_number":"15985614146917","imei1":"15985614146917","imei2":"15985614146917","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178713,"job_number":"JOB_178713","tr_customer_id":178731,"tr_customer_product_id":178721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:32.000Z","modified_at":"2026-02-06T04:28:32.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"14153835928335","imei1":"14153835928335","imei2":"14153835928335","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178712,"job_number":"JOB_178712","tr_customer_id":178730,"tr_customer_product_id":178720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:29.000Z","modified_at":"2026-02-06T04:28:29.000Z","name":"Keegan Bednar","mobile_number":"885-466-9861","email_id":"Karina.Marks@gmail.com","dop":"2025-04-06","serial_number":"14992407945770456","imei1":"14992407945770456","imei2":"14992407945770456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178711,"job_number":"JOB_178711","tr_customer_id":178729,"tr_customer_product_id":178719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:27.000Z","modified_at":"2026-02-06T04:29:04.000Z","name":"Jarrell Lind","mobile_number":"383-487-2026","email_id":"Milan_Rippin42@gmail.com","dop":"2025-04-06","serial_number":"16118576633902","imei1":"16118576633902","imei2":"16118576633902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178710,"job_number":"JOB_178710","tr_customer_id":178728,"tr_customer_product_id":178718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:27.000Z","modified_at":"2026-02-06T04:28:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10161171215380","imei1":"10161171215380","imei2":"10161171215380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178709,"job_number":"JOB_178709","tr_customer_id":178727,"tr_customer_product_id":178717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:23.000Z","modified_at":"2026-02-06T04:28:23.000Z","name":"Alek Rau","mobile_number":"373-276-1015","email_id":"Jeremy.Kunze75@hotmail.com","dop":"2025-04-06","serial_number":"13383844675265990","imei1":"13383844675265990","imei2":"13383844675265990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178708,"job_number":"JOB_178708","tr_customer_id":178726,"tr_customer_product_id":178716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:23.000Z","modified_at":"2026-02-06T04:28:23.000Z","name":"Otha Jaskolski","mobile_number":"329-342-9708","email_id":"German_Sauer@yahoo.com","dop":"2025-04-06","serial_number":"10125649834708324","imei1":"10125649834708324","imei2":"10125649834708324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178707,"job_number":"JOB_178707","tr_customer_id":178725,"tr_customer_product_id":178715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:22.000Z","modified_at":"2026-02-06T04:28:58.000Z","name":"Oliver Smith","mobile_number":"631-285-6630","email_id":"Gustave_Kub@gmail.com","dop":"2025-04-06","serial_number":"11928992021557","imei1":"11928992021557","imei2":"11928992021557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178706,"job_number":"JOB_178706","tr_customer_id":178724,"tr_customer_product_id":178714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:22.000Z","modified_at":"2026-02-06T04:28:58.000Z","name":"Itzel Barton","mobile_number":"527-785-8575","email_id":"Mandy_Mills@hotmail.com","dop":"2025-04-06","serial_number":"17217770174162","imei1":"17217770174162","imei2":"17217770174162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178705,"job_number":"JOB_178705","tr_customer_id":178723,"tr_customer_product_id":178713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:21.000Z","modified_at":"2026-02-06T04:28:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19755863193834","imei1":"19755863193834","imei2":"19755863193834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178704,"job_number":"JOB_178704","tr_customer_id":178722,"tr_customer_product_id":178712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:21.000Z","modified_at":"2026-02-06T04:28:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13266824234433","imei1":"13266824234433","imei2":"13266824234433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178703,"job_number":"JOB_178703","tr_customer_id":178721,"tr_customer_product_id":178711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:17.000Z","modified_at":"2026-02-06T04:28:17.000Z","name":"August Hauck","mobile_number":"414-451-5437","email_id":"Kaleb.Smitham89@gmail.com","dop":"2025-04-06","serial_number":"12389791134142702","imei1":"12389791134142702","imei2":"12389791134142702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178702,"job_number":"JOB_178702","tr_customer_id":178720,"tr_customer_product_id":178710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:16.000Z","modified_at":"2026-02-06T04:28:50.000Z","name":"Sophie Stoltenberg","mobile_number":"974-631-1442","email_id":"Otis_Waters89@gmail.com","dop":"2025-04-06","serial_number":"13504453212054","imei1":"13504453212054","imei2":"13504453212054","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178701,"job_number":"JOB_178701","tr_customer_id":178719,"tr_customer_product_id":178709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:16.000Z","modified_at":"2026-02-06T04:28:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17952968294950","imei1":"17952968294950","imei2":"17952968294950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178700,"job_number":"JOB_178700","tr_customer_id":178718,"tr_customer_product_id":178708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:14.000Z","modified_at":"2026-02-06T04:28:14.000Z","name":"Kaleb VonRueden","mobile_number":"420-268-9186","email_id":"Vernon.Stracke48@gmail.com","dop":"2025-04-06","serial_number":"19700165812424744","imei1":"19700165812424744","imei2":"19700165812424744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178699,"job_number":"JOB_178699","tr_customer_id":178717,"tr_customer_product_id":178707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:13.000Z","modified_at":"2026-02-06T04:28:49.000Z","name":"Mitchel Zieme","mobile_number":"367-774-3951","email_id":"Shayne_Beahan@gmail.com","dop":"2025-04-06","serial_number":"19812224274750","imei1":"19812224274750","imei2":"19812224274750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178698,"job_number":"JOB_178698","tr_customer_id":178716,"tr_customer_product_id":178706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:12.000Z","modified_at":"2026-02-06T04:28:12.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"18910778625285","imei1":"18910778625285","imei2":"18910778625285","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178697,"job_number":"JOB_178697","tr_customer_id":178715,"tr_customer_product_id":178705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:01.000Z","modified_at":"2026-02-06T04:28:01.000Z","name":"Maximillia Lynch","mobile_number":"853-716-6375","email_id":"Connor.Vandervort17@yahoo.com","dop":"2025-04-06","serial_number":"14744004279946126","imei1":"14744004279946126","imei2":"14744004279946126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178696,"job_number":"JOB_178696","tr_customer_id":178714,"tr_customer_product_id":178704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:00.000Z","modified_at":"2026-02-06T04:28:36.000Z","name":"Tanya Wehner","mobile_number":"891-507-9866","email_id":"Tabitha27@gmail.com","dop":"2025-04-06","serial_number":"16477708348616","imei1":"16477708348616","imei2":"16477708348616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178695,"job_number":"JOB_178695","tr_customer_id":178713,"tr_customer_product_id":178703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:59.000Z","modified_at":"2026-02-06T04:27:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19355442700455","imei1":"19355442700455","imei2":"19355442700455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178694,"job_number":"JOB_178694","tr_customer_id":178712,"tr_customer_product_id":178702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:58.000Z","modified_at":"2026-02-06T04:27:58.000Z","name":"Ivory O'Conner","mobile_number":"594-377-2545","email_id":"Antoinette_Koss@yahoo.com","dop":"2025-04-06","serial_number":"16315199843903030","imei1":"16315199843903030","imei2":"16315199843903030","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178693,"job_number":"JOB_178693","tr_customer_id":178711,"tr_customer_product_id":178701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:56.000Z","modified_at":"2026-02-06T04:28:34.000Z","name":"Orin Maggio","mobile_number":"260-509-0892","email_id":"Juliet40@hotmail.com","dop":"2025-04-06","serial_number":"13734047410072","imei1":"13734047410072","imei2":"13734047410072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178692,"job_number":"JOB_178692","tr_customer_id":178710,"tr_customer_product_id":178700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:56.000Z","modified_at":"2026-02-06T04:27:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17841808948419","imei1":"17841808948419","imei2":"17841808948419","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178690,"job_number":"JOB_178690","tr_customer_id":178708,"tr_customer_product_id":178698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Oma Bernhard","mobile_number":"512-351-4382","email_id":"Chaz_Renner@yahoo.com","dop":"2025-04-06","serial_number":"13046199834492742","imei1":"13046199834492742","imei2":"13046199834492742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178689,"job_number":"JOB_178689","tr_customer_id":178707,"tr_customer_product_id":178697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Ricky Waters","mobile_number":"489-410-5486","email_id":"Sylvan35@yahoo.com","dop":"2025-04-06","serial_number":"19958567143341184","imei1":"19958567143341184","imei2":"19958567143341184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178688,"job_number":"JOB_178688","tr_customer_id":178706,"tr_customer_product_id":178696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:52.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Peyton Cruickshank","mobile_number":"414-872-6943","email_id":"Emilie_Kris51@yahoo.com","dop":"2000-01-31","serial_number":"10521552457442","imei1":"10521552457442","imei2":"10521552457442","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178687,"job_number":"JOB_178687","tr_customer_id":178705,"tr_customer_product_id":178695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:52.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Lyla Schimmel","mobile_number":"677-675-6914","email_id":"Jeramy44@hotmail.com","dop":"2025-04-06","serial_number":"14851145681070","imei1":"14851145681070","imei2":"14851145681070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178685,"job_number":"JOB_178685","tr_customer_id":178703,"tr_customer_product_id":178693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"11901758758759","imei1":"11901758758759","imei2":"11901758758759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178684,"job_number":"JOB_178684","tr_customer_id":178702,"tr_customer_product_id":178692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Rylee Yost","mobile_number":"780-218-3616","email_id":"Travon.Kris@gmail.com","dop":"2025-04-06","serial_number":"10220774443136","imei1":"10220774443136","imei2":"10220774443136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178683,"job_number":"JOB_178683","tr_customer_id":178701,"tr_customer_product_id":178691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18203108081644","imei1":"18203108081644","imei2":"18203108081644","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178682,"job_number":"JOB_178682","tr_customer_id":178700,"tr_customer_product_id":178690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Ayana Bauch","mobile_number":"409-921-4519","email_id":"Isom.Gleason55@yahoo.com","dop":"2025-12-31","serial_number":"104725068256431","imei1":"104725068256431","imei2":"104725068256431","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178681,"job_number":"JOB_178681","tr_customer_id":178699,"tr_customer_product_id":178689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:50.000Z","modified_at":"2026-02-06T04:27:50.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"103166430859853","imei1":"103166430859853","imei2":"103166430859853","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178680,"job_number":"JOB_178680","tr_customer_id":178698,"tr_customer_product_id":178688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:50.000Z","modified_at":"2026-02-06T04:27:50.000Z","name":"Rosemary Trantow","mobile_number":"492-890-5357","email_id":"Eduardo.Stehr@yahoo.com","dop":"2025-04-06","serial_number":"18587927309518220","imei1":"18587927309518220","imei2":"18587927309518220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178679,"job_number":"JOB_178679","tr_customer_id":178697,"tr_customer_product_id":178687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:49.000Z","modified_at":"2026-02-06T04:28:25.000Z","name":"Creola Predovic","mobile_number":"790-502-8773","email_id":"Naomi69@gmail.com","dop":"2025-04-06","serial_number":"10184041834810","imei1":"10184041834810","imei2":"10184041834810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178678,"job_number":"JOB_178678","tr_customer_id":178696,"tr_customer_product_id":178686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:48.000Z","modified_at":"2026-02-06T04:27:48.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"14224546775715","imei1":"14224546775715","imei2":"14224546775715","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178676,"job_number":"JOB_178676","tr_customer_id":178694,"tr_customer_product_id":178684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:45.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Anais Stehr","mobile_number":"486-888-5711","email_id":"Zita22@yahoo.com","dop":"2025-04-06","serial_number":"18446361540043390","imei1":"18446361540043390","imei2":"18446361540043390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178675,"job_number":"JOB_178675","tr_customer_id":178693,"tr_customer_product_id":178683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:43.000Z","modified_at":"2026-02-06T04:28:20.000Z","name":"Constantin Klein","mobile_number":"822-651-4809","email_id":"Raven10@hotmail.com","dop":"2025-04-06","serial_number":"10863191902383","imei1":"10863191902383","imei2":"10863191902383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178674,"job_number":"JOB_178674","tr_customer_id":178692,"tr_customer_product_id":178682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:43.000Z","modified_at":"2026-02-06T04:27:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12665850014341","imei1":"12665850014341","imei2":"12665850014341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178673,"job_number":"JOB_178673","tr_customer_id":178691,"tr_customer_product_id":178681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:40.000Z","modified_at":"2026-02-06T04:27:40.000Z","name":"Aniya Carroll","mobile_number":"957-618-9941","email_id":"Akeem.Gerhold@yahoo.com","dop":"2025-04-06","serial_number":"16358632400385522","imei1":"16358632400385522","imei2":"16358632400385522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178672,"job_number":"JOB_178672","tr_customer_id":178690,"tr_customer_product_id":178680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:39.000Z","modified_at":"2026-02-06T04:28:15.000Z","name":"Jake Cartwright","mobile_number":"595-379-8018","email_id":"Florian.Harvey1@yahoo.com","dop":"2025-04-06","serial_number":"19761081809020","imei1":"19761081809020","imei2":"19761081809020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178671,"job_number":"JOB_178671","tr_customer_id":178689,"tr_customer_product_id":178679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:38.000Z","modified_at":"2026-02-06T04:27:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10420933726418","imei1":"10420933726418","imei2":"10420933726418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178670,"job_number":"JOB_178670","tr_customer_id":178688,"tr_customer_product_id":178678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:36.000Z","modified_at":"2026-02-06T04:27:37.000Z","name":"Florencio Leannon","mobile_number":"713-249-4156","email_id":"Michelle.Kirlin79@gmail.com","dop":"2025-04-06","serial_number":"17524136060503436","imei1":"17524136060503436","imei2":"17524136060503436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178669,"job_number":"JOB_178669","tr_customer_id":178687,"tr_customer_product_id":178677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:28:09.000Z","name":"Timmothy Keebler","mobile_number":"469-695-0909","email_id":"Edison.Tremblay7@hotmail.com","dop":"2025-04-06","serial_number":"17692950289282","imei1":"17692950289282","imei2":"17692950289282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178668,"job_number":"JOB_178668","tr_customer_id":178686,"tr_customer_product_id":178676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:27:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17984797148521","imei1":"17984797148521","imei2":"17984797148521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178664,"job_number":"JOB_178664","tr_customer_id":178682,"tr_customer_product_id":178672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:33.000Z","modified_at":"2026-02-06T04:27:33.000Z","name":"Turner Roberts","mobile_number":"348-880-9834","email_id":"Elnora.Flatley@gmail.com","dop":"2025-04-06","serial_number":"10378810664574000","imei1":"10378810664574000","imei2":"10378810664574000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178662,"job_number":"JOB_178662","tr_customer_id":178680,"tr_customer_product_id":178670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:32.000Z","modified_at":"2026-02-06T04:28:09.000Z","name":"Eleonore Hudson","mobile_number":"629-573-2485","email_id":"Guiseppe.Mohr@gmail.com","dop":"2025-04-06","serial_number":"15135459529555","imei1":"15135459529555","imei2":"15135459529555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178661,"job_number":"JOB_178661","tr_customer_id":178679,"tr_customer_product_id":178669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:31.000Z","modified_at":"2026-02-06T04:27:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10635861889164","imei1":"10635861889164","imei2":"10635861889164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178660,"job_number":"JOB_178660","tr_customer_id":178678,"tr_customer_product_id":178668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:30.000Z","modified_at":"2026-02-06T04:27:30.000Z","name":"Gwendolyn Pacocha","mobile_number":"707-591-2277","email_id":"Joshua_Maggio62@hotmail.com","dop":"2025-04-06","serial_number":"16252301995851752","imei1":"16252301995851752","imei2":"16252301995851752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178659,"job_number":"JOB_178659","tr_customer_id":178677,"tr_customer_product_id":178667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:29.000Z","modified_at":"2026-02-06T04:28:05.000Z","name":"Robin Prosacco","mobile_number":"827-541-6151","email_id":"Estell67@yahoo.com","dop":"2025-04-06","serial_number":"15516348005797","imei1":"15516348005797","imei2":"15516348005797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178658,"job_number":"JOB_178658","tr_customer_id":178676,"tr_customer_product_id":178666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:28.000Z","modified_at":"2026-02-06T04:27:28.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"10364004686617","imei1":"10364004686617","imei2":"10364004686617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178655,"job_number":"JOB_178655","tr_customer_id":178673,"tr_customer_product_id":178663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:19.000Z","name":"Colten Howell","mobile_number":"605-740-4987","email_id":"Octavia.Gaylord@yahoo.com","dop":"2025-04-06","serial_number":"11659212791736908","imei1":"11659212791736908","imei2":"11659212791736908","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178652,"job_number":"JOB_178652","tr_customer_id":178670,"tr_customer_product_id":178660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:18.000Z","modified_at":"2026-02-06T04:27:55.000Z","name":"Marquis Hauck","mobile_number":"220-986-1040","email_id":"Elmer.Rosenbaum66@gmail.com","dop":"2025-04-06","serial_number":"16593935796615","imei1":"16593935796615","imei2":"16593935796615","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178651,"job_number":"JOB_178651","tr_customer_id":178669,"tr_customer_product_id":178659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:17.000Z","modified_at":"2026-02-06T04:27:17.000Z","name":"Joanne Schneider","mobile_number":"988-680-3142","email_id":"Bradford18@gmail.com","dop":"2025-04-06","serial_number":"17514484511753048","imei1":"17514484511753048","imei2":"17514484511753048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178650,"job_number":"JOB_178650","tr_customer_id":178668,"tr_customer_product_id":178658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:17.000Z","modified_at":"2026-02-06T04:27:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11147600784300","imei1":"11147600784300","imei2":"11147600784300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178649,"job_number":"JOB_178649","tr_customer_id":178667,"tr_customer_product_id":178657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:16.000Z","modified_at":"2026-02-06T04:27:52.000Z","name":"Laury Beahan","mobile_number":"716-880-7193","email_id":"Randal57@hotmail.com","dop":"2025-04-06","serial_number":"19695939116675","imei1":"19695939116675","imei2":"19695939116675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178648,"job_number":"JOB_178648","tr_customer_id":178666,"tr_customer_product_id":178656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:15.000Z","modified_at":"2026-02-06T04:27:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11399539866676","imei1":"11399539866676","imei2":"11399539866676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178647,"job_number":"JOB_178647","tr_customer_id":178665,"tr_customer_product_id":178655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:12.000Z","modified_at":"2026-02-06T04:27:12.000Z","name":"Domenic Hahn","mobile_number":"251-619-7850","email_id":"Rusty.Yundt@gmail.com","dop":"2025-04-06","serial_number":"12622829384691066","imei1":"12622829384691066","imei2":"12622829384691066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178646,"job_number":"JOB_178646","tr_customer_id":178664,"tr_customer_product_id":178654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:11.000Z","modified_at":"2026-02-06T04:27:48.000Z","name":"Dina Kiehn","mobile_number":"628-763-2434","email_id":"Osvaldo_Kautzer61@hotmail.com","dop":"2025-04-06","serial_number":"10559079971260","imei1":"10559079971260","imei2":"10559079971260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178645,"job_number":"JOB_178645","tr_customer_id":178663,"tr_customer_product_id":178653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:10.000Z","modified_at":"2026-02-06T04:27:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13444158023568","imei1":"13444158023568","imei2":"13444158023568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178643,"job_number":"JOB_178643","tr_customer_id":178661,"tr_customer_product_id":178651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Neha Bins","mobile_number":"619-502-5763","email_id":"Trever_Kertzmann@yahoo.com","dop":"2025-04-06","serial_number":"11301039194387344","imei1":"11301039194387344","imei2":"11301039194387344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178642,"job_number":"JOB_178642","tr_customer_id":178660,"tr_customer_product_id":178650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Rocio Stracke","mobile_number":"808-485-5015","email_id":"Kaitlin.Koelpin@hotmail.com","dop":"2025-04-06","serial_number":"17279383694712772","imei1":"17279383694712772","imei2":"17279383694712772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178641,"job_number":"JOB_178641","tr_customer_id":178659,"tr_customer_product_id":178649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Karianne Collier","mobile_number":"642-689-1647","email_id":"Darion.Brown@gmail.com","dop":"2025-04-06","serial_number":"12848552859892608","imei1":"12848552859892608","imei2":"12848552859892608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178640,"job_number":"JOB_178640","tr_customer_id":178658,"tr_customer_product_id":178648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:44.000Z","name":"Zella Bernhard","mobile_number":"607-390-0543","email_id":"Savanah_Dietrich87@gmail.com","dop":"2000-01-31","serial_number":"10234848155468","imei1":"10234848155468","imei2":"10234848155468","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178639,"job_number":"JOB_178639","tr_customer_id":178657,"tr_customer_product_id":178647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:44.000Z","name":"Lela Yundt","mobile_number":"336-450-8633","email_id":"Estevan98@gmail.com","dop":"2025-04-06","serial_number":"15099421880320","imei1":"15099421880320","imei2":"15099421880320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178638,"job_number":"JOB_178638","tr_customer_id":178656,"tr_customer_product_id":178646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Jeromy Johnston","mobile_number":"337-685-9668","email_id":"Catherine32@hotmail.com","dop":"2025-04-06","serial_number":"12652252393533","imei1":"12652252393533","imei2":"12652252393533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178636,"job_number":"JOB_178636","tr_customer_id":178654,"tr_customer_product_id":178644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17784905583504","imei1":"17784905583504","imei2":"17784905583504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178635,"job_number":"JOB_178635","tr_customer_id":178653,"tr_customer_product_id":178643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17448791802041","imei1":"17448791802041","imei2":"17448791802041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178634,"job_number":"JOB_178634","tr_customer_id":178652,"tr_customer_product_id":178642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Vesta Bahringer","mobile_number":"226-909-1412","email_id":"Percy53@yahoo.com","dop":"2025-04-06","serial_number":"18403166730716","imei1":"18403166730716","imei2":"18403166730716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178633,"job_number":"JOB_178633","tr_customer_id":178651,"tr_customer_product_id":178641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"Colten Larkin","mobile_number":"422-793-4233","email_id":"Erik33@gmail.com","dop":"2025-04-06","serial_number":"19528582159958816","imei1":"19528582159958816","imei2":"19528582159958816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178632,"job_number":"JOB_178632","tr_customer_id":178650,"tr_customer_product_id":178640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16457469309090","imei1":"16457469309090","imei2":"16457469309090","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178629,"job_number":"JOB_178629","tr_customer_id":178647,"tr_customer_product_id":178637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:06.000Z","modified_at":"2026-02-06T04:27:06.000Z","name":"Raleigh Mertz","mobile_number":"987-888-1168","email_id":"Rudolph_Morissette68@hotmail.com","dop":"2025-04-06","serial_number":"19983453046833390","imei1":"19983453046833390","imei2":"19983453046833390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178628,"job_number":"JOB_178628","tr_customer_id":178646,"tr_customer_product_id":178636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:06.000Z","modified_at":"2026-02-06T04:27:44.000Z","name":"Adela Pfannerstill","mobile_number":"473-945-7697","email_id":"Eliza67@yahoo.com","dop":"2025-04-06","serial_number":"11498194238917","imei1":"11498194238917","imei2":"11498194238917","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178627,"job_number":"JOB_178627","tr_customer_id":178645,"tr_customer_product_id":178635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:05.000Z","modified_at":"2026-02-06T04:27:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16234703931539","imei1":"16234703931539","imei2":"16234703931539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178626,"job_number":"JOB_178626","tr_customer_id":178644,"tr_customer_product_id":178634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:05.000Z","modified_at":"2026-02-06T04:27:43.000Z","name":"Makenna Ankunding","mobile_number":"709-529-2913","email_id":"Sean_Christiansen@yahoo.com","dop":"2025-12-31","serial_number":"109509671213446","imei1":"109509671213446","imei2":"109509671213446","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178625,"job_number":"JOB_178625","tr_customer_id":178643,"tr_customer_product_id":178633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:41.000Z","name":"Telly McDermott","mobile_number":"219-368-2377","email_id":"Mike_Herman@hotmail.com","dop":"2025-04-06","serial_number":"18876844508531","imei1":"18876844508531","imei2":"18876844508531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178623,"job_number":"JOB_178623","tr_customer_id":178641,"tr_customer_product_id":178631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:37.000Z","name":"Rogers Rice","mobile_number":"772-817-7211","email_id":"Tobin_Waters89@yahoo.com","dop":"2025-02-01","serial_number":"33443402369957","imei1":"33443402369957","imei2":"33443402369957","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178622,"job_number":"JOB_178622","tr_customer_id":178640,"tr_customer_product_id":178630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"106169827767166","imei1":"106169827767166","imei2":"106169827767166","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178621,"job_number":"JOB_178621","tr_customer_id":178639,"tr_customer_product_id":178629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"19212272612877","imei1":"19212272612877","imei2":"19212272612877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178617,"job_number":"JOB_178617","tr_customer_id":178635,"tr_customer_product_id":178625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Jamaal Kovacek","mobile_number":"869-545-9290","email_id":"Cayla3@yahoo.com","dop":"2025-02-01","serial_number":"78177378182394","imei1":"78177378182394","imei2":"78177378182394","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178615,"job_number":"JOB_178615","tr_customer_id":178633,"tr_customer_product_id":178623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:02.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"58217241061323","imei1":"58217241061323","imei2":"58217241061323","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178612,"job_number":"JOB_178612","tr_customer_id":178630,"tr_customer_product_id":178620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:01.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Jaunita Hoppe","mobile_number":"270-472-2508","email_id":"Alia18@yahoo.com","dop":"2025-04-06","serial_number":"11464593702653530","imei1":"11464593702653530","imei2":"11464593702653530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178611,"job_number":"JOB_178611","tr_customer_id":178629,"tr_customer_product_id":178619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:01.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Sarina Lowe","mobile_number":"848-357-8574","email_id":"Maurice_Kirlin3@yahoo.com","dop":"2025-04-06","serial_number":"19867706199451010","imei1":"19867706199451010","imei2":"19867706199451010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178610,"job_number":"JOB_178610","tr_customer_id":178628,"tr_customer_product_id":178618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:00.000Z","modified_at":"2026-02-06T04:27:34.000Z","name":"Burley Williamson","mobile_number":"250-880-9721","email_id":"Caesar67@hotmail.com","dop":"2025-04-06","serial_number":"17529031183200","imei1":"17529031183200","imei2":"17529031183200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178609,"job_number":"JOB_178609","tr_customer_id":178627,"tr_customer_product_id":178617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:26:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10117175141016","imei1":"10117175141016","imei2":"10117175141016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178608,"job_number":"JOB_178608","tr_customer_id":178626,"tr_customer_product_id":178616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:27:36.000Z","name":"Jakayla Bartoletti","mobile_number":"224-356-1603","email_id":"Erik42@yahoo.com","dop":"2025-04-06","serial_number":"15003328861625","imei1":"15003328861625","imei2":"15003328861625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178607,"job_number":"JOB_178607","tr_customer_id":178625,"tr_customer_product_id":178615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:26:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17432184561440","imei1":"17432184561440","imei2":"17432184561440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178606,"job_number":"JOB_178606","tr_customer_id":178624,"tr_customer_product_id":178614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:58.000Z","modified_at":"2026-02-06T04:26:58.000Z","name":"Dejon Hills","mobile_number":"342-285-7267","email_id":"Reyna91@hotmail.com","dop":"2025-04-06","serial_number":"18067884298050284","imei1":"18067884298050284","imei2":"18067884298050284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178604,"job_number":"JOB_178604","tr_customer_id":178622,"tr_customer_product_id":178612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:57.000Z","modified_at":"2026-02-06T04:27:31.000Z","name":"Drew Jerde","mobile_number":"332-781-7032","email_id":"Kendra53@gmail.com","dop":"2025-04-06","serial_number":"17554488222040","imei1":"17554488222040","imei2":"17554488222040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178603,"job_number":"JOB_178603","tr_customer_id":178621,"tr_customer_product_id":178611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:57.000Z","modified_at":"2026-02-06T04:26:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14738713334005","imei1":"14738713334005","imei2":"14738713334005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178602,"job_number":"JOB_178602","tr_customer_id":178620,"tr_customer_product_id":178610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:56.000Z","modified_at":"2026-02-06T04:26:56.000Z","name":"Adriana Reichert","mobile_number":"746-462-8742","email_id":"Brigitte.Berge68@yahoo.com","dop":"2025-04-06","serial_number":"12946161903236286","imei1":"12946161903236286","imei2":"12946161903236286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178601,"job_number":"JOB_178601","tr_customer_id":178619,"tr_customer_product_id":178609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:26:55.000Z","name":"Rogelio Gerhold","mobile_number":"996-241-0281","email_id":"Lavina.Rogahn@hotmail.com","dop":"2025-04-06","serial_number":"11983288882567382","imei1":"11983288882567382","imei2":"11983288882567382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178600,"job_number":"JOB_178600","tr_customer_id":178618,"tr_customer_product_id":178608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:27:31.000Z","name":"Millie Lind","mobile_number":"314-330-3210","email_id":"Jermey62@yahoo.com","dop":"2025-04-06","serial_number":"14164431709131","imei1":"14164431709131","imei2":"14164431709131","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178599,"job_number":"JOB_178599","tr_customer_id":178617,"tr_customer_product_id":178607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:26:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10559051912688","imei1":"10559051912688","imei2":"10559051912688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178598,"job_number":"JOB_178598","tr_customer_id":178616,"tr_customer_product_id":178606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:54.000Z","modified_at":"2026-02-06T04:27:28.000Z","name":"Viviane Koepp","mobile_number":"549-462-8932","email_id":"Lolita_Nitzsche@hotmail.com","dop":"2025-04-06","serial_number":"18932558993790","imei1":"18932558993790","imei2":"18932558993790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178597,"job_number":"JOB_178597","tr_customer_id":178615,"tr_customer_product_id":178605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:54.000Z","modified_at":"2026-02-06T04:26:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17835975889890","imei1":"17835975889890","imei2":"17835975889890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178592,"job_number":"JOB_178592","tr_customer_id":178610,"tr_customer_product_id":178600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:48.000Z","modified_at":"2026-02-06T04:26:48.000Z","name":"Malcolm Kuhic","mobile_number":"788-738-0788","email_id":"Waino37@gmail.com","dop":"2025-04-06","serial_number":"11041428730950084","imei1":"11041428730950084","imei2":"11041428730950084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178591,"job_number":"JOB_178591","tr_customer_id":178609,"tr_customer_product_id":178599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:47.000Z","modified_at":"2026-02-06T04:26:47.000Z","name":"Olaf Farrell","mobile_number":"950-399-6227","email_id":"Vernice_Koepp29@gmail.com","dop":"2025-04-06","serial_number":"11660814631903810","imei1":"11660814631903810","imei2":"11660814631903810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178590,"job_number":"JOB_178590","tr_customer_id":178608,"tr_customer_product_id":178598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:47.000Z","modified_at":"2026-02-06T04:27:24.000Z","name":"Ariel Kihn","mobile_number":"432-401-4353","email_id":"Genoveva.Sanford49@gmail.com","dop":"2025-04-06","serial_number":"19420803495708","imei1":"19420803495708","imei2":"19420803495708","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178589,"job_number":"JOB_178589","tr_customer_id":178607,"tr_customer_product_id":178597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:46.000Z","modified_at":"2026-02-06T04:26:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10359142857257","imei1":"10359142857257","imei2":"10359142857257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178588,"job_number":"JOB_178588","tr_customer_id":178606,"tr_customer_product_id":178596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:46.000Z","modified_at":"2026-02-06T04:26:46.000Z","name":"Jalon Ondricka","mobile_number":"970-948-8823","email_id":"Lorenzo27@gmail.com","dop":"2025-04-06","serial_number":"17271625273434000","imei1":"17271625273434000","imei2":"17271625273434000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178587,"job_number":"JOB_178587","tr_customer_id":178605,"tr_customer_product_id":178595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:45.000Z","modified_at":"2026-02-06T04:27:21.000Z","name":"Yasmeen Daugherty","mobile_number":"203-969-4264","email_id":"Lucienne80@gmail.com","dop":"2025-04-06","serial_number":"17237931341171","imei1":"17237931341171","imei2":"17237931341171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178586,"job_number":"JOB_178586","tr_customer_id":178604,"tr_customer_product_id":178594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:45.000Z","modified_at":"2026-02-06T04:26:45.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"10516775299390","imei1":"10516775299390","imei2":"10516775299390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178585,"job_number":"JOB_178585","tr_customer_id":178603,"tr_customer_product_id":178593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:45.000Z","modified_at":"2026-02-06T04:27:21.000Z","name":"Curtis Upton","mobile_number":"644-522-3356","email_id":"June_Connelly7@gmail.com","dop":"2025-04-06","serial_number":"12706929412673","imei1":"12706929412673","imei2":"12706929412673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178584,"job_number":"JOB_178584","tr_customer_id":178602,"tr_customer_product_id":178592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:44.000Z","modified_at":"2026-02-06T04:26:44.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"17400592779866","imei1":"17400592779866","imei2":"17400592779866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178583,"job_number":"JOB_178583","tr_customer_id":178601,"tr_customer_product_id":178591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:39.000Z","modified_at":"2026-02-06T04:26:39.000Z","name":"Thomas Ruecker","mobile_number":"345-540-5113","email_id":"Davin52@gmail.com","dop":"2025-05-30","serial_number":"1684270737051338","imei1":"1684270737051338","imei2":"1684270737051338","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178582,"job_number":"JOB_178582","tr_customer_id":178600,"tr_customer_product_id":178590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:38.000Z","modified_at":"2026-02-06T04:26:38.000Z","name":"Ronaldo Parker","mobile_number":"858-829-3361","email_id":"London87@gmail.com","dop":"2025-05-30","serial_number":"11583773899448","imei1":"11583773899448","imei2":"11583773899448","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178581,"job_number":"JOB_178581","tr_customer_id":178599,"tr_customer_product_id":178589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:37.000Z","modified_at":"2026-02-06T04:26:53.000Z","name":"Edna Kihn","mobile_number":"939-308-7307","email_id":"Jaron_Hagenes@hotmail.com","dop":"2025-05-30","serial_number":"16863904961207","imei1":"16863904961207","imei2":"16863904961207","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178580,"job_number":"JOB_178580","tr_customer_id":178598,"tr_customer_product_id":178588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:33.000Z","modified_at":"2026-02-06T04:26:33.000Z","name":"Idella Gutmann","mobile_number":"733-866-7358","email_id":"Kraig33@gmail.com","dop":"2025-04-06","serial_number":"10704171092859772","imei1":"10704171092859772","imei2":"10704171092859772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178579,"job_number":"JOB_178579","tr_customer_id":178597,"tr_customer_product_id":178587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:33.000Z","modified_at":"2026-02-06T04:26:33.000Z","name":"Hoyt Trantow","mobile_number":"711-503-0176","email_id":"Peter37@hotmail.com","dop":"2025-04-06","serial_number":"16914856871402736","imei1":"16914856871402736","imei2":"16914856871402736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178578,"job_number":"JOB_178578","tr_customer_id":178596,"tr_customer_product_id":178586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:32.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Lisandro Carroll","mobile_number":"831-585-7349","email_id":"Angelica82@hotmail.com","dop":"2025-04-06","serial_number":"10836781585411","imei1":"10836781585411","imei2":"10836781585411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178577,"job_number":"JOB_178577","tr_customer_id":178595,"tr_customer_product_id":178585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:27:10.000Z","name":"Vicenta Anderson","mobile_number":"610-831-3320","email_id":"Hardy_VonRueden32@gmail.com","dop":"2025-04-06","serial_number":"14109955341882","imei1":"14109955341882","imei2":"14109955341882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178576,"job_number":"JOB_178576","tr_customer_id":178594,"tr_customer_product_id":178584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:26:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19470492036617","imei1":"19470492036617","imei2":"19470492036617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178575,"job_number":"JOB_178575","tr_customer_id":178593,"tr_customer_product_id":178583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:26:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18320652927458","imei1":"18320652927458","imei2":"18320652927458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178573,"job_number":"JOB_178573","tr_customer_id":178591,"tr_customer_product_id":178581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Wilfrid Schroeder","mobile_number":"618-823-2757","email_id":"Ettie27@yahoo.com","dop":"2000-01-31","serial_number":"10229252408351","imei1":"10229252408351","imei2":"10229252408351","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178571,"job_number":"JOB_178571","tr_customer_id":178589,"tr_customer_product_id":178579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Kristian Carroll","mobile_number":"201-975-5544","email_id":"Madelynn26@yahoo.com","dop":"2025-04-06","serial_number":"10343468932225162","imei1":"10343468932225162","imei2":"10343468932225162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178570,"job_number":"JOB_178570","tr_customer_id":178588,"tr_customer_product_id":178578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:23.000Z","modified_at":"2026-02-06T04:26:56.000Z","name":"Marques Morar","mobile_number":"796-330-8013","email_id":"Justyn12@gmail.com","dop":"2025-02-01","serial_number":"69078778173650","imei1":"69078778173650","imei2":"69078778173650","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178569,"job_number":"JOB_178569","tr_customer_id":178587,"tr_customer_product_id":178577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:23.000Z","modified_at":"2026-02-06T04:26:23.000Z","name":"Estell Ward","mobile_number":"570-632-4988","email_id":"Freda.Pacocha@yahoo.com","dop":"2025-04-06","serial_number":"10306304886803536","imei1":"10306304886803536","imei2":"10306304886803536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178568,"job_number":"JOB_178568","tr_customer_id":178586,"tr_customer_product_id":178576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:27:00.000Z","name":"Kamron Hermann","mobile_number":"509-972-5087","email_id":"Kiley_Brakus@gmail.com","dop":"2025-04-06","serial_number":"17964208006221","imei1":"17964208006221","imei2":"17964208006221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178567,"job_number":"JOB_178567","tr_customer_id":178585,"tr_customer_product_id":178575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:26:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14944188289788","imei1":"14944188289788","imei2":"14944188289788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178565,"job_number":"JOB_178565","tr_customer_id":178583,"tr_customer_product_id":178573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"Kenyatta Waelchi","mobile_number":"954-290-1328","email_id":"Peggie_Dooley13@yahoo.com","dop":"2025-02-01","serial_number":"60238433192203","imei1":"60238433192203","imei2":"60238433192203","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178564,"job_number":"JOB_178564","tr_customer_id":178582,"tr_customer_product_id":178572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:27:00.000Z","name":"Brennan Koss","mobile_number":"428-851-6727","email_id":"Bernita.Bosco43@yahoo.com","dop":"2025-04-06","serial_number":"13367376549729","imei1":"13367376549729","imei2":"13367376549729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178563,"job_number":"JOB_178563","tr_customer_id":178581,"tr_customer_product_id":178571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"44703666950825","imei1":"44703666950825","imei2":"44703666950825","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178562,"job_number":"JOB_178562","tr_customer_id":178580,"tr_customer_product_id":178570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12514679135467","imei1":"12514679135467","imei2":"12514679135467","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178561,"job_number":"JOB_178561","tr_customer_id":178579,"tr_customer_product_id":178569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:20.000Z","modified_at":"2026-02-06T04:26:20.000Z","name":"Seamus West","mobile_number":"589-622-9480","email_id":"Kamren_Legros@gmail.com","dop":"2025-04-06","serial_number":"12859104703562404","imei1":"12859104703562404","imei2":"12859104703562404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178560,"job_number":"JOB_178560","tr_customer_id":178578,"tr_customer_product_id":178568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:56.000Z","name":"Marcelina Bartell","mobile_number":"315-320-6622","email_id":"Freda.Breitenberg45@gmail.com","dop":"2025-12-31","serial_number":"106620151657023","imei1":"106620151657023","imei2":"106620151657023","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178559,"job_number":"JOB_178559","tr_customer_id":178577,"tr_customer_product_id":178567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:53.000Z","name":"Nick Stamm","mobile_number":"409-643-8573","email_id":"Marge.Runte@gmail.com","dop":"2025-04-06","serial_number":"12716105463132","imei1":"12716105463132","imei2":"12716105463132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178558,"job_number":"JOB_178558","tr_customer_id":178576,"tr_customer_product_id":178566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"109777973214607","imei1":"109777973214607","imei2":"109777973214607","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178557,"job_number":"JOB_178557","tr_customer_id":178575,"tr_customer_product_id":178565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12439106637031","imei1":"12439106637031","imei2":"12439106637031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178556,"job_number":"JOB_178556","tr_customer_id":178574,"tr_customer_product_id":178564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"Arpit B","mobile_number":"7089675432","email_id":"jatins78@gmail.com","dop":"2025-02-01","serial_number":"1236786543278777","imei1":"1236786543278988","imei2":"1236786543278988","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178555,"job_number":"JOB_178555","tr_customer_id":178573,"tr_customer_product_id":178563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:17.000Z","modified_at":"2026-02-06T04:26:17.000Z","name":"Cordie Will","mobile_number":"650-871-1929","email_id":"Wilfred.Graham66@hotmail.com","dop":"2025-04-06","serial_number":"19988512991387452","imei1":"19988512991387452","imei2":"19988512991387452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178554,"job_number":"JOB_178554","tr_customer_id":178572,"tr_customer_product_id":178562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:16.000Z","modified_at":"2026-02-06T04:26:50.000Z","name":"Roxane Hammes","mobile_number":"952-210-3341","email_id":"Elise_Gottlieb@yahoo.com","dop":"2025-04-06","serial_number":"16797096439815","imei1":"16797096439815","imei2":"16797096439815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178553,"job_number":"JOB_178553","tr_customer_id":178571,"tr_customer_product_id":178561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:16.000Z","modified_at":"2026-02-06T04:26:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13706601843694","imei1":"13706601843694","imei2":"13706601843694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178552,"job_number":"JOB_178552","tr_customer_id":178570,"tr_customer_product_id":178560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:12.000Z","modified_at":"2026-02-06T04:26:12.000Z","name":"Scottie Morissette","mobile_number":"864-732-1324","email_id":"Jamir3@gmail.com","dop":"2025-06-18","serial_number":"1027193288915597","imei1":"1027193288915597","imei2":"1027193288915597","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178551,"job_number":"JOB_178551","tr_customer_id":178569,"tr_customer_product_id":178559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:12.000Z","modified_at":"2026-02-06T04:26:49.000Z","name":"Amber Bogisich","mobile_number":"606-491-8618","email_id":"Clotilde.Stiedemann@gmail.com","dop":"2025-06-18","serial_number":"10462473623970","imei1":"10462473623970","imei2":"10462473623970","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178550,"job_number":"JOB_178550","tr_customer_id":178568,"tr_customer_product_id":178558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:11.000Z","modified_at":"2026-02-06T04:26:11.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10403269301943","imei1":"10403269301943","imei2":"10403269301943","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178548,"job_number":"JOB_178548","tr_customer_id":178566,"tr_customer_product_id":178556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:03.000Z","modified_at":"2026-02-06T04:26:03.000Z","name":"Kaya VonRueden","mobile_number":"625-228-8688","email_id":"Adan.Jaskolski@gmail.com","dop":"2025-04-06","serial_number":"16721644071390164","imei1":"16721644071390164","imei2":"16721644071390164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178547,"job_number":"JOB_178547","tr_customer_id":178565,"tr_customer_product_id":178555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:03.000Z","modified_at":"2026-02-06T04:26:03.000Z","name":"Earline Steuber","mobile_number":"374-537-5038","email_id":"Gregg.Brakus@gmail.com","dop":"2025-04-06","serial_number":"14346289959684856","imei1":"14346289959684856","imei2":"14346289959684856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178546,"job_number":"JOB_178546","tr_customer_id":178564,"tr_customer_product_id":178554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:02.000Z","modified_at":"2026-02-06T04:26:38.000Z","name":"Aileen Upton","mobile_number":"779-578-5744","email_id":"Emmy_Runolfsson14@hotmail.com","dop":"2025-04-06","serial_number":"18029634617150","imei1":"18029634617150","imei2":"18029634617150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178545,"job_number":"JOB_178545","tr_customer_id":178563,"tr_customer_product_id":178553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:01.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16426823611431","imei1":"16426823611431","imei2":"16426823611431","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178544,"job_number":"JOB_178544","tr_customer_id":178562,"tr_customer_product_id":178552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:39.000Z","name":"Savanah Strosin","mobile_number":"703-687-6034","email_id":"Desmond67@gmail.com","dop":"2025-04-06","serial_number":"14758493968804","imei1":"14758493968804","imei2":"14758493968804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178543,"job_number":"JOB_178543","tr_customer_id":178561,"tr_customer_product_id":178551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10964019334469","imei1":"10964019334469","imei2":"10964019334469","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178541,"job_number":"JOB_178541","tr_customer_id":178559,"tr_customer_product_id":178549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:50.000Z","modified_at":"2026-02-06T04:25:50.000Z","name":"Adeline Vandervort","mobile_number":"547-477-1692","email_id":"Stephany_Reichel69@gmail.com","dop":"2025-04-06","serial_number":"16071683039814516","imei1":"16071683039814516","imei2":"16071683039814516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178540,"job_number":"JOB_178540","tr_customer_id":178558,"tr_customer_product_id":178548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:49.000Z","modified_at":"2026-02-06T04:26:25.000Z","name":"Caterina Franecki","mobile_number":"540-533-9288","email_id":"Ceasar90@hotmail.com","dop":"2025-04-06","serial_number":"15977146962876","imei1":"15977146962876","imei2":"15977146962876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178539,"job_number":"JOB_178539","tr_customer_id":178557,"tr_customer_product_id":178547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:49.000Z","modified_at":"2026-02-06T04:25:49.000Z","name":"Vivianne Hettinger","mobile_number":"203-702-1764","email_id":"Burnice_Morissette31@yahoo.com","dop":"2025-04-06","serial_number":"17136511334334226","imei1":"17136511334334226","imei2":"17136511334334226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178537,"job_number":"JOB_178537","tr_customer_id":178555,"tr_customer_product_id":178545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:48.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Katlynn Thiel","mobile_number":"382-580-4960","email_id":"Doris_Abernathy12@yahoo.com","dop":"2025-04-06","serial_number":"18576571489808","imei1":"18576571489808","imei2":"18576571489808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178536,"job_number":"JOB_178536","tr_customer_id":178554,"tr_customer_product_id":178544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:46.000Z","modified_at":"2026-02-06T04:25:46.000Z","name":"Giuseppe Collier","mobile_number":"276-534-5915","email_id":"Autumn_Bahringer@hotmail.com","dop":"2025-04-06","serial_number":"12677070920607140","imei1":"12677070920607140","imei2":"12677070920607140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178535,"job_number":"JOB_178535","tr_customer_id":178553,"tr_customer_product_id":178543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:45.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Vincenzo Treutel","mobile_number":"742-468-5876","email_id":"Horace_MacGyver@gmail.com","dop":"2025-04-06","serial_number":"15545971640302","imei1":"15545971640302","imei2":"15545971640302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178534,"job_number":"JOB_178534","tr_customer_id":178552,"tr_customer_product_id":178542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:45.000Z","modified_at":"2026-02-06T04:25:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18010633755174","imei1":"18010633755174","imei2":"18010633755174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178532,"job_number":"JOB_178532","tr_customer_id":178550,"tr_customer_product_id":178540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:41.000Z","modified_at":"2026-02-06T04:26:14.000Z","name":"Joshua Littel","mobile_number":"212-746-6555","email_id":"Ernestina.King@yahoo.com","dop":"2025-02-01","serial_number":"100055387193124","imei1":"100055387193124","imei2":"100055387193124","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178531,"job_number":"JOB_178531","tr_customer_id":178549,"tr_customer_product_id":178539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:39.000Z","modified_at":"2026-02-06T04:25:39.000Z","name":"Desmond Prosacco","mobile_number":"302-486-7207","email_id":"Nikolas92@hotmail.com","dop":"2025-02-01","serial_number":"59083035882134","imei1":"59083035882134","imei2":"59083035882134","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178530,"job_number":"JOB_178530","tr_customer_id":178548,"tr_customer_product_id":178538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:39.000Z","modified_at":"2026-02-06T04:25:39.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"61826451032656","imei1":"61826451032656","imei2":"61826451032656","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178529,"job_number":"JOB_178529","tr_customer_id":178547,"tr_customer_product_id":178537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:38.000Z","modified_at":"2026-02-06T04:25:38.000Z","name":"Yolanda Langworth","mobile_number":"724-673-5316","email_id":"Antwon.Kohler@hotmail.com","dop":"2025-04-06","serial_number":"13091133389171050","imei1":"13091133389171050","imei2":"13091133389171050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178528,"job_number":"JOB_178528","tr_customer_id":178546,"tr_customer_product_id":178536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:38.000Z","modified_at":"2026-02-06T04:25:38.000Z","name":"Donato Hoeger","mobile_number":"513-564-4530","email_id":"Imelda_Williamson63@hotmail.com","dop":"2025-04-06","serial_number":"10538238419780216","imei1":"10538238419780216","imei2":"10538238419780216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178527,"job_number":"JOB_178527","tr_customer_id":178545,"tr_customer_product_id":178535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:25:37.000Z","name":"Pauline Koepp","mobile_number":"677-862-9381","email_id":"Betty70@gmail.com","dop":"2025-04-06","serial_number":"19822419286886230","imei1":"19822419286886230","imei2":"19822419286886230","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178526,"job_number":"JOB_178526","tr_customer_id":178544,"tr_customer_product_id":178534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:26:15.000Z","name":"Edison Turner","mobile_number":"218-615-3976","email_id":"Isai_Cruickshank59@yahoo.com","dop":"2025-04-06","serial_number":"18811666812699","imei1":"18811666812699","imei2":"18811666812699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178525,"job_number":"JOB_178525","tr_customer_id":178543,"tr_customer_product_id":178533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:26:11.000Z","name":"Berenice Bruen","mobile_number":"645-244-2843","email_id":"Lauren_Vandervort@hotmail.com","dop":"2025-04-06","serial_number":"15140962106221","imei1":"15140962106221","imei2":"15140962106221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178524,"job_number":"JOB_178524","tr_customer_id":178542,"tr_customer_product_id":178532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:25:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15728561089745","imei1":"15728561089745","imei2":"15728561089745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178523,"job_number":"JOB_178523","tr_customer_id":178541,"tr_customer_product_id":178531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:36.000Z","modified_at":"2026-02-06T04:25:36.000Z","name":"Erika Krajcik","mobile_number":"240-235-9951","email_id":"Liana9@gmail.com","dop":"2025-04-06","serial_number":"16082270862852892","imei1":"16082270862852892","imei2":"16082270862852892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178522,"job_number":"JOB_178522","tr_customer_id":178540,"tr_customer_product_id":178530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:36.000Z","modified_at":"2026-02-06T04:25:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10549365484943","imei1":"10549365484943","imei2":"10549365484943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178521,"job_number":"JOB_178521","tr_customer_id":178539,"tr_customer_product_id":178529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:26:14.000Z","name":"Afton Miller","mobile_number":"762-457-0486","email_id":"Delilah_Stokes@yahoo.com","dop":"2025-04-06","serial_number":"18825405697430","imei1":"18825405697430","imei2":"18825405697430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178520,"job_number":"JOB_178520","tr_customer_id":178538,"tr_customer_product_id":178528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:26:09.000Z","name":"Delia Feil","mobile_number":"785-325-7318","email_id":"Eduardo.Becker@gmail.com","dop":"2025-04-06","serial_number":"19006918878110","imei1":"19006918878110","imei2":"19006918878110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178519,"job_number":"JOB_178519","tr_customer_id":178537,"tr_customer_product_id":178527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:25:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16563354565098","imei1":"16563354565098","imei2":"16563354565098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178518,"job_number":"JOB_178518","tr_customer_id":178536,"tr_customer_product_id":178526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:25:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18259902169371","imei1":"18259902169371","imei2":"18259902169371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178517,"job_number":"JOB_178517","tr_customer_id":178535,"tr_customer_product_id":178525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:32.000Z","modified_at":"2026-02-06T04:25:32.000Z","name":"Donny Ritchie","mobile_number":"679-691-8396","email_id":"Jon.Dare65@gmail.com","dop":"2025-04-06","serial_number":"12114522950700414","imei1":"12114522950700414","imei2":"12114522950700414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178516,"job_number":"JOB_178516","tr_customer_id":178534,"tr_customer_product_id":178524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:32.000Z","modified_at":"2026-02-06T04:25:32.000Z","name":"Selina Huels","mobile_number":"292-293-3156","email_id":"Prudence.Powlowski@hotmail.com","dop":"2025-04-06","serial_number":"11720124454073380","imei1":"11720124454073380","imei2":"11720124454073380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178515,"job_number":"JOB_178515","tr_customer_id":178533,"tr_customer_product_id":178523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:31.000Z","modified_at":"2026-02-06T04:26:09.000Z","name":"Raegan Jacobi","mobile_number":"558-925-7766","email_id":"Nathan.Mills62@yahoo.com","dop":"2025-04-06","serial_number":"11107863188309","imei1":"11107863188309","imei2":"11107863188309","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178514,"job_number":"JOB_178514","tr_customer_id":178532,"tr_customer_product_id":178522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:30.000Z","modified_at":"2026-02-06T04:25:30.000Z","name":"Cathy Trantow","mobile_number":"986-215-9330","email_id":"Vincent_Russel@yahoo.com","dop":"2025-04-06","serial_number":"14534816536130026","imei1":"14534816536130026","imei2":"14534816536130026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178513,"job_number":"JOB_178513","tr_customer_id":178531,"tr_customer_product_id":178521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:30.000Z","modified_at":"2026-02-06T04:26:10.000Z","name":"Fermin Auer","mobile_number":"350-638-3033","email_id":"Krista.Carter@yahoo.com","dop":"2025-04-06","serial_number":"16484614711967","imei1":"16484614711967","imei2":"16484614711967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178512,"job_number":"JOB_178512","tr_customer_id":178530,"tr_customer_product_id":178520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:29.000Z","modified_at":"2026-02-06T04:26:09.000Z","name":"Arthur Gutmann","mobile_number":"589-532-5361","email_id":"Alanna5@gmail.com","dop":"2025-04-06","serial_number":"12086113039218","imei1":"12086113039218","imei2":"12086113039218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178511,"job_number":"JOB_178511","tr_customer_id":178529,"tr_customer_product_id":178519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:27.000Z","modified_at":"2026-02-06T04:25:27.000Z","name":"Reymundo Harber","mobile_number":"569-499-9764","email_id":"Jamar.Cruickshank25@yahoo.com","dop":"2025-06-18","serial_number":"1020458523957272","imei1":"1020458523957272","imei2":"1020458523957272","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178510,"job_number":"JOB_178510","tr_customer_id":178528,"tr_customer_product_id":178518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:26.000Z","modified_at":"2026-02-06T04:26:04.000Z","name":"Krystal Windler","mobile_number":"427-755-4958","email_id":"Amara.Schiller@gmail.com","dop":"2025-06-18","serial_number":"10153206001131","imei1":"10153206001131","imei2":"10153206001131","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178509,"job_number":"JOB_178509","tr_customer_id":178527,"tr_customer_product_id":178517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:26.000Z","modified_at":"2026-02-06T04:25:26.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10333873767222","imei1":"10333873767222","imei2":"10333873767222","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178508,"job_number":"JOB_178508","tr_customer_id":178526,"tr_customer_product_id":178516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:21.000Z","modified_at":"2026-02-06T04:25:30.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"15683702389288","imei1":"15683702389288","imei2":"15683702389288","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178507,"job_number":"JOB_178507","tr_customer_id":178525,"tr_customer_product_id":178515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:19.000Z","modified_at":"2026-02-06T04:25:19.000Z","name":"Noble Ondricka","mobile_number":"456-814-8834","email_id":"Nelda.Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15270230060969760","imei1":"15270230060969760","imei2":"15270230060969760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178506,"job_number":"JOB_178506","tr_customer_id":178524,"tr_customer_product_id":178514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:18.000Z","modified_at":"2026-02-06T04:25:54.000Z","name":"Xavier Skiles","mobile_number":"547-956-6111","email_id":"Efrain63@gmail.com","dop":"2025-04-06","serial_number":"14571766081231","imei1":"14571766081231","imei2":"14571766081231","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178505,"job_number":"JOB_178505","tr_customer_id":178523,"tr_customer_product_id":178513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:17.000Z","modified_at":"2026-02-06T04:25:17.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"15484305080324","imei1":"15484305080324","imei2":"15484305080324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178504,"job_number":"JOB_178504","tr_customer_id":178522,"tr_customer_product_id":178512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:09.000Z","modified_at":"2026-02-06T04:25:18.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"33484144702818","imei1":"33484144702818","imei2":"33484144702818","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178503,"job_number":"JOB_178503","tr_customer_id":178521,"tr_customer_product_id":178511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:09.000Z","modified_at":"2026-02-06T04:25:09.000Z","name":"Zechariah Gislason","mobile_number":"664-741-3398","email_id":"Noemy.Purdy@gmail.com","dop":"2025-04-06","serial_number":"18111715921513536","imei1":"18111715921513536","imei2":"18111715921513536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178502,"job_number":"JOB_178502","tr_customer_id":178520,"tr_customer_product_id":178510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:07.000Z","modified_at":"2026-02-06T04:25:45.000Z","name":"Anabelle Ryan","mobile_number":"393-725-1259","email_id":"Merl63@gmail.com","dop":"2025-04-06","serial_number":"16787049887426","imei1":"16787049887426","imei2":"16787049887426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178501,"job_number":"JOB_178501","tr_customer_id":178519,"tr_customer_product_id":178509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:42:20.000Z","modified_at":"2026-02-06T03:42:20.000Z","name":"Jerrold Hodkiewicz","mobile_number":"600-398-4253","email_id":"Adelbert84@gmail.com","dop":"2025-12-31","serial_number":"56286906828141","imei1":"56286906828141","imei2":"56286906828141","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:42:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178500,"job_number":"JOB_178500","tr_customer_id":178518,"tr_customer_product_id":178508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:41.000Z","modified_at":"2026-02-06T03:30:41.000Z","name":"Nels Reichert","mobile_number":"405-660-1087","email_id":"Bryana.White@hotmail.com","dop":"2025-04-06","serial_number":"14073910654031040","imei1":"14073910654031040","imei2":"14073910654031040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:30:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178499,"job_number":"JOB_178499","tr_customer_id":178517,"tr_customer_product_id":178507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:40.000Z","modified_at":"2026-02-06T03:31:16.000Z","name":"Roman Gleason","mobile_number":"310-565-8476","email_id":"Russell_Hickle36@yahoo.com","dop":"2025-04-06","serial_number":"10362757210628","imei1":"10362757210628","imei2":"10362757210628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178498,"job_number":"JOB_178498","tr_customer_id":178516,"tr_customer_product_id":178506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:40.000Z","modified_at":"2026-02-06T03:30:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16775085499940","imei1":"16775085499940","imei2":"16775085499940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:30:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178497,"job_number":"JOB_178497","tr_customer_id":178515,"tr_customer_product_id":178505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:58.000Z","modified_at":"2026-02-06T03:29:58.000Z","name":"Kaley Cummerata","mobile_number":"792-276-3904","email_id":"Al.Green@yahoo.com","dop":"2025-04-06","serial_number":"10708389049912282","imei1":"10708389049912282","imei2":"10708389049912282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178496,"job_number":"JOB_178496","tr_customer_id":178514,"tr_customer_product_id":178504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:57.000Z","modified_at":"2026-02-06T03:30:33.000Z","name":"Kendall VonRueden","mobile_number":"248-332-8478","email_id":"Wallace.Legros90@hotmail.com","dop":"2025-04-06","serial_number":"17430450630790","imei1":"17430450630790","imei2":"17430450630790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:30:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178495,"job_number":"JOB_178495","tr_customer_id":178513,"tr_customer_product_id":178503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:56.000Z","modified_at":"2026-02-06T03:29:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18115383388281","imei1":"18115383388281","imei2":"18115383388281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178494,"job_number":"JOB_178494","tr_customer_id":178512,"tr_customer_product_id":178502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:15.000Z","modified_at":"2026-02-06T03:29:15.000Z","name":"Elisabeth Willms","mobile_number":"431-470-7335","email_id":"Justyn.Fahey@hotmail.com","dop":"2025-04-06","serial_number":"11874232959013326","imei1":"11874232959013326","imei2":"11874232959013326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178493,"job_number":"JOB_178493","tr_customer_id":178511,"tr_customer_product_id":178501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:13.000Z","modified_at":"2026-02-06T03:29:49.000Z","name":"Lauren Larkin","mobile_number":"634-984-8853","email_id":"Shirley.Koepp39@gmail.com","dop":"2025-04-06","serial_number":"15478912898604","imei1":"15478912898604","imei2":"15478912898604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:29:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178492,"job_number":"JOB_178492","tr_customer_id":178510,"tr_customer_product_id":178500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:13.000Z","modified_at":"2026-02-06T03:29:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19505621456563","imei1":"19505621456563","imei2":"19505621456563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178491,"job_number":"JOB_178491","tr_customer_id":178509,"tr_customer_product_id":178499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:17:57.000Z","modified_at":"2026-02-06T03:17:57.000Z","name":"Selena Bailey","mobile_number":"364-564-6518","email_id":"Katheryn4@yahoo.com","dop":"2025-12-31","serial_number":"62250526306529","imei1":"62250526306529","imei2":"62250526306529","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178490,"job_number":"JOB_178490","tr_customer_id":178508,"tr_customer_product_id":178498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:53.000Z","modified_at":"2026-02-06T03:13:53.000Z","name":"Nayeli Dooley","mobile_number":"217-308-2532","email_id":"Enos9@hotmail.com","dop":"2025-05-30","serial_number":"1821203685521707","imei1":"1821203685521707","imei2":"1821203685521707","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178489,"job_number":"JOB_178489","tr_customer_id":178507,"tr_customer_product_id":178497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:52.000Z","modified_at":"2026-02-06T03:13:52.000Z","name":"Seth Carroll","mobile_number":"591-832-8589","email_id":"Edgardo.Wilderman@hotmail.com","dop":"2025-05-30","serial_number":"10444764879077","imei1":"10444764879077","imei2":"10444764879077","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:13:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178488,"job_number":"JOB_178488","tr_customer_id":178506,"tr_customer_product_id":178496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:51.000Z","modified_at":"2026-02-06T03:14:05.000Z","name":"Vidal Batz","mobile_number":"385-522-5561","email_id":"Allene91@hotmail.com","dop":"2025-05-30","serial_number":"12787455503848","imei1":"12787455503848","imei2":"12787455503848","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:14:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178487,"job_number":"JOB_178487","tr_customer_id":178505,"tr_customer_product_id":178495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T02:23:04.000Z","modified_at":"2026-02-06T02:23:04.000Z","name":"Hudson Kunde","mobile_number":"238-906-6183","email_id":"Michele32@gmail.com","dop":"2025-04-06","serial_number":"19554842580195","imei1":"19554842580195","imei2":"19554842580195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T02:23:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178486,"job_number":"JOB_178486","tr_customer_id":178504,"tr_customer_product_id":178494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T02:02:28.000Z","modified_at":"2026-02-06T02:38:00.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1176@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"13222222222222522","imei2":"13222222222222522","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T02:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178485,"job_number":"JOB_178485","tr_customer_id":178503,"tr_customer_product_id":178493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T01:26:57.000Z","modified_at":"2026-02-06T01:26:57.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"13222222222222222","imei2":"13222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T01:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178914,"job_number":"JOB_178914","tr_customer_id":178932,"tr_customer_product_id":178922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:48.000Z","modified_at":"2026-02-06T06:57:48.000Z","name":"Meta Kuphal","mobile_number":"664-544-4214","email_id":"Ervin.Reilly@hotmail.com","dop":"2000-01-31","serial_number":"1077393793090604","imei1":"1077393793090604","imei2":"1077393793090604","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178912,"job_number":"JOB_178912","tr_customer_id":178930,"tr_customer_product_id":178920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:46.000Z","modified_at":"2026-02-06T06:57:46.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10026053934837","imei1":"10026053934837","imei2":"10026053934837","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178908,"job_number":"JOB_178908","tr_customer_id":178926,"tr_customer_product_id":178916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:54.000Z","modified_at":"2026-02-06T06:56:54.000Z","name":"Jarret Farrell","mobile_number":"822-208-2388","email_id":"Gregg47@gmail.com","dop":"2000-01-31","serial_number":"1090095771777451","imei1":"1090095771777451","imei2":"1090095771777451","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178906,"job_number":"JOB_178906","tr_customer_id":178924,"tr_customer_product_id":178914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:52.000Z","modified_at":"2026-02-06T06:56:52.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10645558446851","imei1":"10645558446851","imei2":"10645558446851","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178896,"job_number":"JOB_178896","tr_customer_id":178914,"tr_customer_product_id":178904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:00.000Z","modified_at":"2026-02-06T06:56:00.000Z","name":"Roma Brekke","mobile_number":"825-674-9869","email_id":"Ambrose_Zboncak56@yahoo.com","dop":"2000-01-31","serial_number":"1026998847197533","imei1":"1026998847197533","imei2":"1026998847197533","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178894,"job_number":"JOB_178894","tr_customer_id":178912,"tr_customer_product_id":178902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:58.000Z","modified_at":"2026-02-06T06:55:58.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10791555439773","imei1":"10791555439773","imei2":"10791555439773","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178887,"job_number":"JOB_178887","tr_customer_id":178905,"tr_customer_product_id":178895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:04.000Z","modified_at":"2026-02-06T06:55:04.000Z","name":"Enrico Veum","mobile_number":"256-293-8541","email_id":"Alden_Renner64@gmail.com","dop":"2000-01-31","serial_number":"1062278552715014","imei1":"1062278552715014","imei2":"1062278552715014","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178885,"job_number":"JOB_178885","tr_customer_id":178903,"tr_customer_product_id":178893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:02.000Z","modified_at":"2026-02-06T06:55:02.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10551222297047","imei1":"10551222297047","imei2":"10551222297047","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178720,"job_number":"JOB_178720","tr_customer_id":178738,"tr_customer_product_id":178728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:36.000Z","modified_at":"2026-02-06T04:28:36.000Z","name":"Emmet Reichel","mobile_number":"706-797-0966","email_id":"Lawson.Satterfield@gmail.com","dop":"2000-01-31","serial_number":"1005347938337359","imei1":"1005347938337359","imei2":"1005347938337359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178716,"job_number":"JOB_178716","tr_customer_id":178734,"tr_customer_product_id":178724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:28:35.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10566914557713","imei1":"10566914557713","imei2":"10566914557713","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178691,"job_number":"JOB_178691","tr_customer_id":178709,"tr_customer_product_id":178699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Alexandre Balistreri","mobile_number":"785-395-4806","email_id":"Ashley.Weber28@hotmail.com","dop":"2000-01-31","serial_number":"1096083899103573","imei1":"1096083899103573","imei2":"1096083899103573","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178686,"job_number":"JOB_178686","tr_customer_id":178704,"tr_customer_product_id":178694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10370533831700","imei1":"10370533831700","imei2":"10370533831700","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178644,"job_number":"JOB_178644","tr_customer_id":178662,"tr_customer_product_id":178652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Cleta Zieme","mobile_number":"854-914-5226","email_id":"Kenny.Koelpin34@gmail.com","dop":"2000-01-31","serial_number":"1012498962503304","imei1":"1012498962503304","imei2":"1012498962503304","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178637,"job_number":"JOB_178637","tr_customer_id":178655,"tr_customer_product_id":178645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10917395844601","imei1":"10917395844601","imei2":"10917395844601","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178574,"job_number":"JOB_178574","tr_customer_id":178592,"tr_customer_product_id":178582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:26.000Z","modified_at":"2026-02-06T04:26:26.000Z","name":"Simeon Osinski","mobile_number":"864-522-8947","email_id":"Irwin.Marquardt@hotmail.com","dop":"2000-01-31","serial_number":"1016982343222829","imei1":"1016982343222829","imei2":"1016982343222829","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178572,"job_number":"JOB_178572","tr_customer_id":178590,"tr_customer_product_id":178580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10902945964064","imei1":"10902945964064","imei2":"10902945964064","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Status code is 200 OK | 1 | 0 | 0 |
| Verify response message should be 'Success' | 1 | 0 | 0 |
| Verify response data should be a non-empty array. | 1 | 0 | 0 |
| Verify Response time should be below 250 ms | 0 | 1 | 0 |
| Verify Keys are present for job with jobId: 179001 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179001 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178998 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178998 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178995 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178995 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178994 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178994 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178993 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178993 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178992 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178992 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178991 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178991 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178990 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178990 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178856 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178856 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178855 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178855 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178854 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178854 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178853 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178853 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178850 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178850 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178849 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178849 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178805 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178805 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178804 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178804 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178801 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178801 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178796 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178796 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178795 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178795 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178794 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178794 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178793 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178793 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178792 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178792 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178791 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178791 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178790 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178790 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178789 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178789 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178788 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178788 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178786 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178786 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178785 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178785 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178784 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178784 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178783 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178783 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178782 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178782 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178781 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178781 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178780 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178780 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178779 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178779 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178778 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178778 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178777 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178777 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178772 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178772 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178771 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178771 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178770 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178770 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178769 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178769 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178764 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178764 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178761 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178761 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178760 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178760 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178759 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178759 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178758 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178758 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178757 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178757 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178756 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178756 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178755 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178755 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178754 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178754 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178753 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178753 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178752 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178752 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178677 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178677 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178667 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178667 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178666 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178666 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178665 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178665 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178663 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178663 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178657 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178657 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178656 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178656 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178654 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178654 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178653 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178653 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178631 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178631 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178630 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178630 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178624 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178624 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178620 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178620 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178619 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178619 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178618 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178618 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178616 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178616 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178614 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178614 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178613 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178613 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178605 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178605 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178596 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178596 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178595 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178595 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178594 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178594 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178593 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178593 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178566 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178566 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178549 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178549 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178542 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178542 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178538 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178538 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178533 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178533 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179107 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179107 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179106 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179106 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179105 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179105 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179104 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179104 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179103 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179103 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179102 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179102 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179101 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179101 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179100 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179100 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179099 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179099 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179098 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179098 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179097 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179097 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179096 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179096 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179095 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179095 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179094 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179094 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179093 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179093 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179092 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179092 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179091 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179091 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179090 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179090 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179089 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179089 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179088 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179088 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179087 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179087 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179086 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179086 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179085 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179085 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179084 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179084 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179083 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179083 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179082 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179082 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179081 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179081 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179080 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179080 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179079 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179079 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179078 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179078 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179077 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179077 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179076 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179076 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179075 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179075 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179074 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179074 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179073 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179073 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179072 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179072 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179071 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179071 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179070 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179070 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179069 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179069 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179068 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179068 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179067 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179067 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179066 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179066 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179065 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179065 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179064 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179064 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179063 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179063 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179062 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179062 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179061 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179061 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179060 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179060 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179059 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179059 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179058 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179058 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179057 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179057 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179056 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179056 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179055 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179055 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179054 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179054 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179053 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179053 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179052 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179052 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179051 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179051 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179050 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179050 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179049 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179049 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179048 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179048 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179047 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179047 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179046 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179046 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179045 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179045 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179044 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179044 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179043 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179043 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179042 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179042 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179041 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179041 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179040 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179040 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179039 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179039 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179038 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179038 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179037 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179037 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179036 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179036 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179035 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179035 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179034 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179034 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179033 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179033 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179032 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179032 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179031 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179031 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179030 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179030 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179029 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179029 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179028 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179028 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179027 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179027 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179026 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179026 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179025 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179025 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179024 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179024 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179023 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179023 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179022 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179022 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179021 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179021 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179020 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179020 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179019 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179019 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179018 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179018 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179017 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179017 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179016 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179016 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179015 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179015 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179014 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179014 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179013 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179013 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179012 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179012 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179011 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179011 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179010 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179010 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179009 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179009 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179008 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179008 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179007 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179007 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179006 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179006 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179005 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179005 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179004 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179004 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179003 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179003 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179002 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179002 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 179000 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 179000 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178999 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178999 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178997 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178997 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178996 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178996 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178989 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178989 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178988 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178988 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178987 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178987 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178986 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178986 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178985 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178985 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178984 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178984 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178983 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178983 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178982 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178982 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178981 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178981 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178980 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178980 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178979 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178979 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178978 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178978 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178977 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178977 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178976 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178976 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178975 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178975 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178974 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178974 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178973 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178973 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178972 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178972 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178971 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178971 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178970 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178970 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178969 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178969 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178968 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178968 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178967 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178967 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178966 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178966 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178965 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178965 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178964 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178964 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178963 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178963 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178962 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178962 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178961 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178961 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178960 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178960 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178959 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178959 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178958 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178958 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178957 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178957 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178956 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178956 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178955 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178955 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178954 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178954 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178953 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178953 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178952 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178952 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178951 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178951 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178950 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178950 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178949 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178949 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178948 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178948 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178947 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178947 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178946 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178946 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178945 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178945 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178944 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178944 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178943 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178943 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178942 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178942 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178941 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178941 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178940 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178940 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178939 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178939 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178938 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178938 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178937 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178937 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178936 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178936 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178935 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178935 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178934 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178934 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178933 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178933 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178932 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178932 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178931 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178931 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178930 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178930 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178929 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178929 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178928 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178928 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178927 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178927 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178926 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178926 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178925 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178925 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178924 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178924 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178923 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178923 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178922 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178922 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178921 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178921 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178920 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178920 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178919 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178919 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178918 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178918 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178917 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178917 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178916 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178916 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178915 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178915 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178913 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178913 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178911 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178911 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178910 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178910 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178909 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178909 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178907 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178907 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178905 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178905 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178904 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178904 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178903 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178903 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178902 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178902 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178901 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178901 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178900 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178900 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178899 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178899 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178898 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178898 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178897 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178897 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178895 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178895 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178893 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178893 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178892 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178892 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178891 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178891 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178890 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178890 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178889 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178889 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178888 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178888 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178886 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178886 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178884 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178884 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178883 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178883 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178882 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178882 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178881 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178881 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178880 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178880 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178879 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178879 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178878 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178878 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178877 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178877 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178876 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178876 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178875 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178875 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178874 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178874 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178873 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178873 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178872 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178872 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178871 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178871 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178870 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178870 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178869 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178869 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178868 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178868 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178867 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178867 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178866 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178866 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178865 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178865 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178864 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178864 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178863 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178863 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178862 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178862 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178861 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178861 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178860 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178860 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178859 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178859 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178858 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178858 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178857 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178857 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178852 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178852 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178851 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178851 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178848 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178848 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178847 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178847 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178846 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178846 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178845 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178845 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178844 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178844 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178843 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178843 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178842 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178842 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178841 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178841 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178840 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178840 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178839 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178839 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178838 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178838 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178837 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178837 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178836 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178836 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178835 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178835 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178834 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178834 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178833 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178833 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178832 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178832 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178831 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178831 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178830 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178830 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178829 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178829 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178828 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178828 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178827 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178827 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178826 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178826 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178825 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178825 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178824 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178824 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178823 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178823 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178822 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178822 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178821 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178821 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178820 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178820 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178819 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178819 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178818 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178818 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178817 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178817 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178816 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178816 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178815 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178815 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178814 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178814 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178813 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178813 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178812 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178812 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178811 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178811 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178810 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178810 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178809 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178809 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178808 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178808 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178807 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178807 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178806 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178806 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178803 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178803 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178802 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178802 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178800 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178800 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178799 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178799 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178798 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178798 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178797 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178797 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178787 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178787 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178776 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178776 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178775 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178775 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178774 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178774 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178773 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178773 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178768 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178768 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178767 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178767 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178766 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178766 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178765 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178765 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178763 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178763 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178762 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178762 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178751 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178751 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178750 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178750 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178749 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178749 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178748 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178748 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178747 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178747 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178746 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178746 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178745 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178745 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178744 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178744 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178743 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178743 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178742 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178742 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178741 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178741 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178740 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178740 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178739 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178739 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178738 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178738 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178737 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178737 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178736 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178736 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178735 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178735 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178734 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178734 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178733 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178733 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178732 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178732 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178731 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178731 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178730 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178730 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178729 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178729 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178728 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178728 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178727 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178727 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178726 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178726 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178725 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178725 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178724 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178724 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178723 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178723 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178722 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178722 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178721 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178721 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178719 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178719 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178718 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178718 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178717 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178717 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178715 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178715 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178714 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178714 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178713 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178713 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178712 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178712 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178711 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178711 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178710 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178710 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178709 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178709 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178708 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178708 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178707 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178707 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178706 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178706 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178705 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178705 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178704 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178704 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178703 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178703 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178702 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178702 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178701 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178701 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178700 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178700 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178699 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178699 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178698 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178698 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178697 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178697 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178696 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178696 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178695 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178695 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178694 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178694 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178693 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178693 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178692 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178692 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178690 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178690 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178689 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178689 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178688 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178688 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178687 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178687 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178685 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178685 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178684 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178684 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178683 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178683 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178682 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178682 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178681 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178681 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178680 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178680 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178679 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178679 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178678 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178678 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178676 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178676 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178675 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178675 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178674 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178674 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178673 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178673 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178672 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178672 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178671 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178671 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178670 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178670 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178669 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178669 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178668 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178668 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178664 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178664 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178662 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178662 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178661 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178661 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178660 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178660 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178659 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178659 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178658 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178658 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178655 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178655 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178652 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178652 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178651 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178651 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178650 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178650 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178649 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178649 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178648 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178648 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178647 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178647 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178646 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178646 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178645 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178645 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178643 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178643 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178642 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178642 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178641 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178641 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178640 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178640 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178639 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178639 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178638 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178638 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178636 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178636 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178635 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178635 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178634 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178634 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178633 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178633 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178632 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178632 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178629 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178629 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178628 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178628 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178627 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178627 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178626 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178626 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178625 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178625 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178623 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178623 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178622 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178622 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178621 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178621 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178617 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178617 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178615 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178615 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178612 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178612 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178611 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178611 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178610 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178610 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178609 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178609 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178608 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178608 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178607 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178607 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178606 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178606 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178604 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178604 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178603 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178603 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178602 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178602 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178601 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178601 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178600 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178600 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178599 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178599 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178598 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178598 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178597 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178597 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178592 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178592 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178591 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178591 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178590 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178590 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178589 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178589 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178588 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178588 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178587 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178587 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178586 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178586 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178585 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178585 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178584 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178584 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178583 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178583 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178582 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178582 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178581 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178581 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178580 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178580 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178579 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178579 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178578 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178578 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178577 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178577 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178576 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178576 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178575 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178575 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178573 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178573 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178571 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178571 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178570 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178570 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178569 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178569 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178568 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178568 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178567 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178567 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178565 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178565 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178564 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178564 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178563 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178563 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178562 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178562 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178561 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178561 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178560 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178560 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178559 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178559 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178558 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178558 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178557 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178557 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178556 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178556 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178555 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178555 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178554 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178554 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178553 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178553 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178552 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178552 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178551 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178551 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178550 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178550 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178548 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178548 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178547 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178547 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178546 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178546 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178545 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178545 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178544 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178544 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178543 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178543 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178541 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178541 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178540 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178540 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178539 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178539 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178537 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178537 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178536 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178536 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178535 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178535 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178534 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178534 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178532 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178532 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178531 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178531 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178530 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178530 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178529 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178529 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178528 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178528 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178527 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178527 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178526 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178526 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178525 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178525 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178524 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178524 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178523 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178523 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178522 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178522 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178521 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178521 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178520 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178520 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178519 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178519 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178518 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178518 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178517 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178517 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178516 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178516 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178515 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178515 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178514 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178514 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178513 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178513 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178512 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178512 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178511 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178511 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178510 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178510 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178509 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178509 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178508 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178508 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178507 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178507 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178506 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178506 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178505 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178505 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178504 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178504 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178503 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178503 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178502 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178502 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178501 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178501 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178500 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178500 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178499 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178499 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178498 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178498 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178497 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178497 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178496 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178496 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178495 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178495 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178494 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178494 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178493 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178493 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178492 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178492 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178491 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178491 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178490 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178490 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178489 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178489 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178488 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178488 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178487 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178487 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178486 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178486 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178485 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178485 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178914 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178914 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178912 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178912 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178908 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178908 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178906 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178906 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178896 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178896 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178894 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178894 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178887 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178887 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178885 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178885 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178720 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178720 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178716 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178716 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178691 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178691 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178686 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178686 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178644 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178644 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178637 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178637 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178574 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178574 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 178572 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 178572 | 1 | 0 | 0 |
| Verify Job Number created createjob api should be present in this response | 1 | 0 | 0 |
| Total | 1250 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Response time should be below 250 ms | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b2a5bd46-610d-40f3-a8ce-4caf3ca6f50b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 40 |
{
"details_key": "created_today"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:18 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Missing Token returns 401 Unauthorized | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9. |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | cf7ca313-d02d-4e2a-a37a-b1d7e7bfa70b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 40 |
{
"details_key": "created_today"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 79 |
| ETag | W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:18 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Invalid Token returns 403 Forbidden | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Invalid Token returns 403 Forbidden | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxNjl9.ceMqG1tdGhfBjOgZ2RA8g1Z9-RDmcojB4_d2ZR2HUcQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ad0088cd-2cb7-474d-b363-0e599816ed94 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 40 |
{
"details_key": "created_today"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"970b2-CxHpu8NWUvMM9b/SjvKxtVuEyu4" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 13:56:18 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":179001,"job_number":"JOB_179001","tr_customer_id":179019,"tr_customer_product_id":179009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:01:19.000Z","modified_at":"2026-02-06T08:01:32.000Z","name":"Carolyn Rutherford","mobile_number":"425-706-5437","email_id":"Jovanny.Waters@hotmail.com","dop":"2025-11-04","serial_number":"36398638229612","imei1":"36398638229612","imei2":"36398638229612","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:01:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178998,"job_number":"JOB_178998","tr_customer_id":179016,"tr_customer_product_id":179006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:00:44.000Z","modified_at":"2026-02-06T08:01:15.000Z","name":"Vinnie Klocko","mobile_number":"822-270-9339","email_id":"Loma.Turcotte@hotmail.com","dop":"2025-11-04","serial_number":"67476002834504","imei1":"67476002834504","imei2":"67476002834504","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:01:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178995,"job_number":"JOB_178995","tr_customer_id":179013,"tr_customer_product_id":179003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:51:13.000Z","modified_at":"2026-02-06T07:51:13.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Guido15@yahoo.com","dop":"2025-07-02","serial_number":"10638541719694","imei1":"10638541719694","imei2":"10638541719694","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:51:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178994,"job_number":"JOB_178994","tr_customer_id":179012,"tr_customer_product_id":179002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:50:56.000Z","modified_at":"2026-02-06T07:50:56.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Erik70@yahoo.com","dop":"2025-07-02","serial_number":"18622580252897","imei1":"18622580252897","imei2":"18622580252897","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:50:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178993,"job_number":"JOB_178993","tr_customer_id":179011,"tr_customer_product_id":179001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:50:38.000Z","modified_at":"2026-02-06T07:50:38.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Cooper42@hotmail.com","dop":"2025-07-02","serial_number":"13507259441029","imei1":"13507259441029","imei2":"13507259441029","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178992,"job_number":"JOB_178992","tr_customer_id":179010,"tr_customer_product_id":179000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:47:10.000Z","modified_at":"2026-02-06T07:47:21.000Z","name":"Jaycee Nader","mobile_number":"696-713-0231","email_id":"Henderson.Dickens82@yahoo.com","dop":"2025-11-04","serial_number":"60338784339911","imei1":"60338784339911","imei2":"60338784339911","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:47:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178991,"job_number":"JOB_178991","tr_customer_id":179009,"tr_customer_product_id":178999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:46:53.000Z","modified_at":"2026-02-06T07:47:05.000Z","name":"Clinton Bechtelar","mobile_number":"437-934-0072","email_id":"Madonna.Nikolaus93@hotmail.com","dop":"2025-11-04","serial_number":"43668592380047","imei1":"43668592380047","imei2":"43668592380047","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:47:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178990,"job_number":"JOB_178990","tr_customer_id":179008,"tr_customer_product_id":178998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:46:37.000Z","modified_at":"2026-02-06T07:46:49.000Z","name":"Dominique Larson","mobile_number":"224-855-6196","email_id":"Candida52@gmail.com","dop":"2025-11-04","serial_number":"26779274391965","imei1":"26779274391965","imei2":"26779274391965","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178856,"job_number":"JOB_178856","tr_customer_id":178874,"tr_customer_product_id":178864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:24.000Z","modified_at":"2026-02-06T06:49:24.000Z","name":"Clay Schumm","mobile_number":"873-392-3412","email_id":"Sibyl.Grant@gmail.com","dop":"2025-12-14","serial_number":"166351643720815","imei1":"166351643720815","imei2":"166351643720815","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178855,"job_number":"JOB_178855","tr_customer_id":178873,"tr_customer_product_id":178863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:21.000Z","modified_at":"2026-02-06T06:49:21.000Z","name":"Sydni Schulist","mobile_number":"620-493-7065","email_id":"Kenton20@yahoo.com","dop":"2025-12-14","serial_number":"138250144343264","imei1":"138250144343264","imei2":"138250144343264","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178854,"job_number":"JOB_178854","tr_customer_id":178872,"tr_customer_product_id":178862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:13.000Z","modified_at":"2026-02-06T06:49:25.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"23227800082185","imei1":"23227800082185","imei2":"23227800082185","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178853,"job_number":"JOB_178853","tr_customer_id":178871,"tr_customer_product_id":178861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:57.000Z","modified_at":"2026-02-06T06:49:09.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"56237502113076","imei1":"56237502113076","imei2":"56237502113076","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178850,"job_number":"JOB_178850","tr_customer_id":178868,"tr_customer_product_id":178858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:40.000Z","modified_at":"2026-02-06T06:48:52.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"23566786629105","imei1":"23566786629105","imei2":"23566786629105","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178849,"job_number":"JOB_178849","tr_customer_id":178867,"tr_customer_product_id":178857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:37.000Z","modified_at":"2026-02-06T06:48:37.000Z","name":"Aurelie Nitzsche","mobile_number":"316-828-6290","email_id":"Jude_Grimes36@gmail.com","dop":"2025-12-14","serial_number":"196281297429908","imei1":"196281297429908","imei2":"196281297429908","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178805,"job_number":"JOB_178805","tr_customer_id":178823,"tr_customer_product_id":178813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:31.000Z","modified_at":"2026-02-06T06:41:57.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"18378251709405","imei1":"18378251709405","imei2":"18378251709405","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178804,"job_number":"JOB_178804","tr_customer_id":178822,"tr_customer_product_id":178812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:14.000Z","modified_at":"2026-02-06T06:41:24.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"53120930975158","imei1":"53120930975158","imei2":"53120930975158","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178801,"job_number":"JOB_178801","tr_customer_id":178819,"tr_customer_product_id":178809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:46.000Z","modified_at":"2026-02-06T06:40:46.000Z","name":"Caleb Senger","mobile_number":"920-666-1510","email_id":"Trevion.Kerluke15@yahoo.com","dop":"2025-12-14","serial_number":"109124031217858","imei1":"109124031217858","imei2":"109124031217858","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178796,"job_number":"JOB_178796","tr_customer_id":178814,"tr_customer_product_id":178804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:39:58.000Z","name":"Audrey Smitham","mobile_number":"787-320-9682","email_id":"Brice_Cole@gmail.com","dop":"2025-06-09","serial_number":"101637620043776","imei1":"101637620043776","imei2":"101637620043776","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178795,"job_number":"JOB_178795","tr_customer_id":178813,"tr_customer_product_id":178803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:40:09.000Z","name":"Mallie Mertz","mobile_number":"928-794-0209","email_id":"Mitchel_Herzog91@gmail.com","dop":"2025-06-09","serial_number":"100205938634094","imei1":"100205938634094","imei2":"100205938634094","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:40:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178794,"job_number":"JOB_178794","tr_customer_id":178812,"tr_customer_product_id":178802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:39:58.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101771991003600","imei1":"101771991003600","imei2":"101771991003600","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178793,"job_number":"JOB_178793","tr_customer_id":178811,"tr_customer_product_id":178801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:43.000Z","modified_at":"2026-02-06T06:39:43.000Z","name":"Camren Harris","mobile_number":"469-399-2518","email_id":"Casey45@yahoo.com","dop":"2025-06-09","serial_number":"100283362635400","imei1":"100283362635400","imei2":"100283362635400","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178792,"job_number":"JOB_178792","tr_customer_id":178810,"tr_customer_product_id":178800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:43.000Z","modified_at":"2026-02-06T06:39:54.000Z","name":"Caleigh Kautzer","mobile_number":"847-315-0855","email_id":"Mittie.McLaughlin30@hotmail.com","dop":"2025-06-09","serial_number":"105846200455308","imei1":"105846200455308","imei2":"105846200455308","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:39:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178791,"job_number":"JOB_178791","tr_customer_id":178809,"tr_customer_product_id":178799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:42.000Z","modified_at":"2026-02-06T06:39:42.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100472593790307","imei1":"100472593790307","imei2":"100472593790307","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178790,"job_number":"JOB_178790","tr_customer_id":178808,"tr_customer_product_id":178798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:27.000Z","modified_at":"2026-02-06T06:39:27.000Z","name":"Keely Kilback","mobile_number":"696-528-7600","email_id":"Rosetta_Senger6@hotmail.com","dop":"2025-06-09","serial_number":"106517763984059","imei1":"106517763984059","imei2":"106517763984059","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178789,"job_number":"JOB_178789","tr_customer_id":178807,"tr_customer_product_id":178797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:27.000Z","modified_at":"2026-02-06T06:39:38.000Z","name":"Quinten Runte","mobile_number":"289-692-2261","email_id":"Douglas35@hotmail.com","dop":"2025-06-09","serial_number":"103409113686397","imei1":"103409113686397","imei2":"103409113686397","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:39:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178788,"job_number":"JOB_178788","tr_customer_id":178806,"tr_customer_product_id":178796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:26.000Z","modified_at":"2026-02-06T06:39:26.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108556022189392","imei1":"108556022189392","imei2":"108556022189392","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178786,"job_number":"JOB_178786","tr_customer_id":178804,"tr_customer_product_id":178794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:45.000Z","modified_at":"2026-02-06T06:38:09.000Z","name":"Letitia Hermann","mobile_number":"730-939-1195","email_id":"Easton.Kovacek96@gmail.com","dop":"2025-10-01","serial_number":"11401739279151","imei1":"11401739279151","imei2":"11401739279151","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178785,"job_number":"JOB_178785","tr_customer_id":178803,"tr_customer_product_id":178793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:43.000Z","modified_at":"2026-02-06T06:37:43.000Z","name":"Mercedes Weissnat","mobile_number":"428-327-7455","email_id":"Aida.Swaniawski@hotmail.com","dop":"2025-12-14","serial_number":"153449244120925","imei1":"153449244120925","imei2":"153449244120925","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178784,"job_number":"JOB_178784","tr_customer_id":178802,"tr_customer_product_id":178792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:25.000Z","modified_at":"2026-02-06T06:37:36.000Z","name":"Keara Wunsch","mobile_number":"659-381-6378","email_id":"Hailie_Gorczany@yahoo.com","dop":"2025-11-04","serial_number":"50344514038511","imei1":"50344514038511","imei2":"50344514038511","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:37:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178783,"job_number":"JOB_178783","tr_customer_id":178801,"tr_customer_product_id":178791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:10.000Z","modified_at":"2026-02-06T06:37:21.000Z","name":"Glenna Sawayn","mobile_number":"814-284-6586","email_id":"Allie_Schultz@yahoo.com","dop":"2025-11-04","serial_number":"52148337948783","imei1":"52148337948783","imei2":"52148337948783","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178782,"job_number":"JOB_178782","tr_customer_id":178800,"tr_customer_product_id":178790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:36:54.000Z","modified_at":"2026-02-06T06:37:05.000Z","name":"Javier Hoeger","mobile_number":"406-625-2600","email_id":"Estell44@yahoo.com","dop":"2025-11-04","serial_number":"92501352173513","imei1":"92501352173513","imei2":"92501352173513","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:37:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178781,"job_number":"JOB_178781","tr_customer_id":178799,"tr_customer_product_id":178789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:29:15.000Z","modified_at":"2026-02-06T06:29:15.000Z","name":"Cade Zboncak","mobile_number":"818-323-6019","email_id":"Antoinette81@gmail.com","dop":"2025-12-14","serial_number":"102880754374249","imei1":"102880754374249","imei2":"102880754374249","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178780,"job_number":"JOB_178780","tr_customer_id":178798,"tr_customer_product_id":178788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:26:46.000Z","modified_at":"2026-02-06T06:26:46.000Z","name":"Willis Muller","mobile_number":"431-897-7861","email_id":"Mariela.Dicki18@gmail.com","dop":"2025-12-14","serial_number":"105878818951360","imei1":"105878818951360","imei2":"105878818951360","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178779,"job_number":"JOB_178779","tr_customer_id":178797,"tr_customer_product_id":178787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:24:42.000Z","modified_at":"2026-02-06T06:24:42.000Z","name":"Leopold Mitchell","mobile_number":"211-847-7767","email_id":"Daryl71@hotmail.com","dop":"2025-12-14","serial_number":"600677702400388","imei1":"600677702400388","imei2":"600677702400388","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178778,"job_number":"JOB_178778","tr_customer_id":178796,"tr_customer_product_id":178786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:21:32.000Z","modified_at":"2026-02-06T06:21:32.000Z","name":"Tillman Block","mobile_number":"630-448-5007","email_id":"Dax_Wuckert@yahoo.com","dop":"2025-12-14","serial_number":"101831986109296","imei1":"101831986109296","imei2":"101831986109296","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178777,"job_number":"JOB_178777","tr_customer_id":178795,"tr_customer_product_id":178785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:03:17.000Z","modified_at":"2026-02-06T06:03:17.000Z","name":"Samanta Lehner","mobile_number":"671-793-6172","email_id":"Lester_Cole61@gmail.com","dop":"2025-12-14","serial_number":"179435281281086","imei1":"179435281281086","imei2":"179435281281086","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178772,"job_number":"JOB_178772","tr_customer_id":178790,"tr_customer_product_id":178780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:30:11.000Z","modified_at":"2026-02-06T05:30:11.000Z","name":"Deon Braun","mobile_number":"573-732-4408","email_id":"Vella14@yahoo.com","dop":"2025-12-14","serial_number":"171727690727191","imei1":"171727690727191","imei2":"171727690727191","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178771,"job_number":"JOB_178771","tr_customer_id":178789,"tr_customer_product_id":178779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:29:22.000Z","modified_at":"2026-02-06T05:29:22.000Z","name":"Hilton Dietrich","mobile_number":"889-971-7203","email_id":"Jaren73@hotmail.com","dop":"2025-12-14","serial_number":"161988092607777","imei1":"161988092607777","imei2":"161988092607777","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:29:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178770,"job_number":"JOB_178770","tr_customer_id":178788,"tr_customer_product_id":178778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:38.000Z","modified_at":"2026-02-06T05:18:38.000Z","name":"Buster Walker","mobile_number":"423-233-3499","email_id":"Kaylie46@yahoo.com","dop":"2025-12-14","serial_number":"101950838940352","imei1":"101950838940352","imei2":"101950838940352","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178769,"job_number":"JOB_178769","tr_customer_id":178787,"tr_customer_product_id":178777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:26.000Z","modified_at":"2026-02-06T05:18:26.000Z","name":"Karolann Graham","mobile_number":"224-852-7201","email_id":"Armani.OReilly35@hotmail.com","dop":"2025-12-14","serial_number":"180517299207067","imei1":"180517299207067","imei2":"180517299207067","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178764,"job_number":"JOB_178764","tr_customer_id":178782,"tr_customer_product_id":178772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:48.000Z","modified_at":"2026-02-06T05:13:48.000Z","name":"August McCullough","mobile_number":"754-244-3044","email_id":"Ova.Ziemann96@yahoo.com","dop":"2025-12-14","serial_number":"163713486557286","imei1":"163713486557286","imei2":"163713486557286","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178761,"job_number":"JOB_178761","tr_customer_id":178779,"tr_customer_product_id":178769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:29.000Z","modified_at":"2026-02-06T05:13:29.000Z","name":"Walter Zulauf","mobile_number":"750-320-1433","email_id":"Kaylee.Satterfield56@hotmail.com","dop":"2025-12-14","serial_number":"136779732025097","imei1":"136779732025097","imei2":"136779732025097","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178760,"job_number":"JOB_178760","tr_customer_id":178778,"tr_customer_product_id":178768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:11:04.000Z","modified_at":"2026-02-06T05:11:04.000Z","name":"Sheila Rodriguez","mobile_number":"548-208-4521","email_id":"Jayda_Balistreri@hotmail.com","dop":"2025-12-14","serial_number":"194213600439643","imei1":"194213600439643","imei2":"194213600439643","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:11:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178759,"job_number":"JOB_178759","tr_customer_id":178777,"tr_customer_product_id":178767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:10:50.000Z","modified_at":"2026-02-06T05:10:50.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15883147821539","imei1":"15883147821539","imei2":"15883147821539","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:10:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178758,"job_number":"JOB_178758","tr_customer_id":178776,"tr_customer_product_id":178766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:10:50.000Z","modified_at":"2026-02-06T05:11:00.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16365194181806","imei1":"16365194181806","imei2":"16365194181806","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:11:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178757,"job_number":"JOB_178757","tr_customer_id":178775,"tr_customer_product_id":178765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:02:45.000Z","modified_at":"2026-02-06T05:02:45.000Z","name":"Lavinia Berge","mobile_number":"243-759-9064","email_id":"Otha.Fahey@hotmail.com","dop":"2025-12-14","serial_number":"188721239273191","imei1":"188721239273191","imei2":"188721239273191","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:02:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178756,"job_number":"JOB_178756","tr_customer_id":178774,"tr_customer_product_id":178764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:00:50.000Z","modified_at":"2026-02-06T05:00:50.000Z","name":"Simone Schmidt","mobile_number":"442-448-0446","email_id":"Annabel.Hauck73@yahoo.com","dop":"2025-12-14","serial_number":"166842876416848","imei1":"166842876416848","imei2":"166842876416848","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178755,"job_number":"JOB_178755","tr_customer_id":178773,"tr_customer_product_id":178763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:00:14.000Z","modified_at":"2026-02-06T05:00:14.000Z","name":"Fred Williamson","mobile_number":"250-291-2966","email_id":"Micheal3@yahoo.com","dop":"2025-12-14","serial_number":"105406047416620","imei1":"105406047416620","imei2":"105406047416620","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178754,"job_number":"JOB_178754","tr_customer_id":178772,"tr_customer_product_id":178762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:58:51.000Z","modified_at":"2026-02-06T04:58:51.000Z","name":"Reese Fritsch","mobile_number":"424-447-4109","email_id":"Wendy90@gmail.com","dop":"2025-12-14","serial_number":"100832630440911","imei1":"100832630440911","imei2":"100832630440911","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178753,"job_number":"JOB_178753","tr_customer_id":178771,"tr_customer_product_id":178761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:57:48.000Z","modified_at":"2026-02-06T04:57:48.000Z","name":"Juliet Emard","mobile_number":"651-846-5251","email_id":"Otha_Kuhic@yahoo.com","dop":"2025-12-14","serial_number":"191539244490491","imei1":"191539244490491","imei2":"191539244490491","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178752,"job_number":"JOB_178752","tr_customer_id":178770,"tr_customer_product_id":178760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:56:58.000Z","modified_at":"2026-02-06T04:56:58.000Z","name":"Misael Robel","mobile_number":"483-262-9650","email_id":"Armando.Bartoletti72@gmail.com","dop":"2025-12-14","serial_number":"131200562032546","imei1":"131200562032546","imei2":"131200562032546","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178677,"job_number":"JOB_178677","tr_customer_id":178695,"tr_customer_product_id":178685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:45.000Z","modified_at":"2026-02-06T04:27:54.000Z","name":"Gabriel Cruickshank","mobile_number":"910-588-0990","email_id":"Fredy.Mann77@yahoo.com","dop":"2025-12-31","serial_number":"10539992516211","imei1":"10539992516211","imei2":"10539992516211","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178667,"job_number":"JOB_178667","tr_customer_id":178685,"tr_customer_product_id":178675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:27:35.000Z","name":"Gerry Brakus","mobile_number":"311-228-3146","email_id":"Esther.Bednar@yahoo.com","dop":"2025-06-09","serial_number":"102741266285242","imei1":"102741266285242","imei2":"102741266285242","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178666,"job_number":"JOB_178666","tr_customer_id":178684,"tr_customer_product_id":178674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:34.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Clinton Emard","mobile_number":"352-305-8377","email_id":"Titus30@hotmail.com","dop":"2025-06-09","serial_number":"103515650134919","imei1":"103515650134919","imei2":"103515650134919","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178665,"job_number":"JOB_178665","tr_customer_id":178683,"tr_customer_product_id":178673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:34.000Z","modified_at":"2026-02-06T04:27:34.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105360654266309","imei1":"105360654266309","imei2":"105360654266309","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178663,"job_number":"JOB_178663","tr_customer_id":178681,"tr_customer_product_id":178671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:33.000Z","modified_at":"2026-02-06T04:27:42.000Z","name":"Tiana Nitzsche","mobile_number":"820-269-7822","email_id":"Jaylen.Howe20@gmail.com","dop":"2025-12-31","serial_number":"10058762208530","imei1":"10058762208530","imei2":"10058762208530","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178657,"job_number":"JOB_178657","tr_customer_id":178675,"tr_customer_product_id":178665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:20.000Z","modified_at":"2026-02-06T04:27:29.000Z","name":"Christina DuBuque","mobile_number":"444-639-0881","email_id":"Melisa85@gmail.com","dop":"2025-12-31","serial_number":"10670005866137","imei1":"10670005866137","imei2":"10670005866137","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178656,"job_number":"JOB_178656","tr_customer_id":178674,"tr_customer_product_id":178664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:19.000Z","name":"Pearline Grimes","mobile_number":"202-958-9021","email_id":"Lily_Dickens@hotmail.com","dop":"2025-06-09","serial_number":"104624737359212","imei1":"104624737359212","imei2":"104624737359212","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178654,"job_number":"JOB_178654","tr_customer_id":178672,"tr_customer_product_id":178662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:30.000Z","name":"Yadira Botsford","mobile_number":"418-785-7616","email_id":"Jordan.Olson4@yahoo.com","dop":"2025-06-09","serial_number":"103083955708215","imei1":"103083955708215","imei2":"103083955708215","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178653,"job_number":"JOB_178653","tr_customer_id":178671,"tr_customer_product_id":178661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:18.000Z","modified_at":"2026-02-06T04:27:18.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107943434643272","imei1":"107943434643272","imei2":"107943434643272","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178631,"job_number":"JOB_178631","tr_customer_id":178649,"tr_customer_product_id":178639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11695279405753","imei1":"11695279405753","imei2":"11695279405753","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178630,"job_number":"JOB_178630","tr_customer_id":178648,"tr_customer_product_id":178638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:06.000Z","modified_at":"2026-02-06T04:27:16.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16543836757730","imei1":"16543836757730","imei2":"16543836757730","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178624,"job_number":"JOB_178624","tr_customer_id":178642,"tr_customer_product_id":178632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Beaulah Feeney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101770323978005","imei1":"101770323978005","imei2":"101770323978005","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178620,"job_number":"JOB_178620","tr_customer_id":178638,"tr_customer_product_id":178628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Alvena Purdy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"152646468626071","imei1":"152646468626071","imei2":"152646468626071","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178619,"job_number":"JOB_178619","tr_customer_id":178637,"tr_customer_product_id":178627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Gilbert Ferry","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"124398116714505","imei1":"124398116714505","imei2":"124398116714505","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178618,"job_number":"JOB_178618","tr_customer_id":178636,"tr_customer_product_id":178626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"157888565992630","imei1":"157888565992630","imei2":"157888565992630","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178616,"job_number":"JOB_178616","tr_customer_id":178634,"tr_customer_product_id":178624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Virginie Ebert","mobile_number":"916-219-9688","email_id":"Margarete.Simonis@gmail.com","dop":"2025-06-09","serial_number":"106396555171152","imei1":"106396555171152","imei2":"106396555171152","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178614,"job_number":"JOB_178614","tr_customer_id":178632,"tr_customer_product_id":178622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:14.000Z","name":"Omari Lindgren","mobile_number":"945-707-7395","email_id":"Loma15@gmail.com","dop":"2025-06-09","serial_number":"109981249556518","imei1":"109981249556518","imei2":"109981249556518","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178613,"job_number":"JOB_178613","tr_customer_id":178631,"tr_customer_product_id":178621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:02.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109396836959461","imei1":"109396836959461","imei2":"109396836959461","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178605,"job_number":"JOB_178605","tr_customer_id":178623,"tr_customer_product_id":178613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:57.000Z","modified_at":"2026-02-06T04:27:20.000Z","name":"Emory Kuvalis","mobile_number":"731-394-6076","email_id":"Abel.Boyer91@yahoo.com","dop":"2025-10-01","serial_number":"16159687240792","imei1":"16159687240792","imei2":"16159687240792","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178596,"job_number":"JOB_178596","tr_customer_id":178614,"tr_customer_product_id":178604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:53.000Z","modified_at":"2026-02-06T04:26:53.000Z","name":"Silas Hodkiewicz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"183751967698186","imei1":"183751967698186","imei2":"183751967698186","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178595,"job_number":"JOB_178595","tr_customer_id":178613,"tr_customer_product_id":178603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"Ryann Russel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"151859945223550","imei1":"151859945223550","imei2":"151859945223550","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178594,"job_number":"JOB_178594","tr_customer_id":178612,"tr_customer_product_id":178602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"Vernie Rath","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"172958352920846","imei1":"172958352920846","imei2":"172958352920846","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178593,"job_number":"JOB_178593","tr_customer_id":178611,"tr_customer_product_id":178601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"169899382190369","imei1":"169899382190369","imei2":"169899382190369","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178566,"job_number":"JOB_178566","tr_customer_id":178584,"tr_customer_product_id":178574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:26:22.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Laury_Kiehn70@yahoo.com","dop":"2025-07-02","serial_number":"16696115985981","imei1":"16696115985981","imei2":"16696115985981","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178549,"job_number":"JOB_178549","tr_customer_id":178567,"tr_customer_product_id":178557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:05.000Z","modified_at":"2026-02-06T04:26:05.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Billie.Renner32@hotmail.com","dop":"2025-07-02","serial_number":"13518732063710","imei1":"13518732063710","imei2":"13518732063710","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178542,"job_number":"JOB_178542","tr_customer_id":178560,"tr_customer_product_id":178550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:55.000Z","modified_at":"2026-02-06T04:26:05.000Z","name":"giyu tomiaka","mobile_number":"940-807-9270","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"809793346492813","imei1":"809793346492813","imei2":"809793346492813","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178538,"job_number":"JOB_178538","tr_customer_id":178556,"tr_customer_product_id":178546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:48.000Z","modified_at":"2026-02-06T04:25:48.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Adolph.Abernathy@yahoo.com","dop":"2025-07-02","serial_number":"17680310089306","imei1":"17680310089306","imei2":"17680310089306","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178533,"job_number":"JOB_178533","tr_customer_id":178551,"tr_customer_product_id":178541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:44.000Z","modified_at":"2026-02-06T04:25:53.000Z","name":"tanjiro kamado","mobile_number":"943-881-3299","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"328388142858642","imei1":"328388142858642","imei2":"328388142858642","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179107,"job_number":"JOB_179107","tr_customer_id":179125,"tr_customer_product_id":179115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:56:16.000Z","modified_at":"2026-02-06T13:56:16.000Z","name":"Lillie Borer","mobile_number":"817-303-6910","email_id":"Ernest_Bailey@yahoo.com","dop":"2025-05-30","serial_number":"1795845544788867","imei1":"1795845544788867","imei2":"1795845544788867","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179106,"job_number":"JOB_179106","tr_customer_id":179124,"tr_customer_product_id":179114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:56:14.000Z","modified_at":"2026-02-06T13:56:14.000Z","name":"Santiago Murazik","mobile_number":"414-759-5477","email_id":"Shana14@gmail.com","dop":"2025-05-30","serial_number":"10513171811345","imei1":"10513171811345","imei2":"10513171811345","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179105,"job_number":"JOB_179105","tr_customer_id":179123,"tr_customer_product_id":179113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:56:13.000Z","modified_at":"2026-02-06T13:56:13.000Z","name":"Roger O'Conner","mobile_number":"289-915-0980","email_id":"Tierra.Lueilwitz@hotmail.com","dop":"2025-05-30","serial_number":"12711395177165","imei1":"12711395177165","imei2":"12711395177165","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179104,"job_number":"JOB_179104","tr_customer_id":179122,"tr_customer_product_id":179112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:55:33.000Z","modified_at":"2026-02-06T13:55:33.000Z","name":"Ram Kumar","mobile_number":"9916150593","email_id":"ramkumar123@gmail.com","dop":"2025-05-05","serial_number":"17891877009567","imei1":"17891877009567","imei2":"17891877009567","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179103,"job_number":"JOB_179103","tr_customer_id":179121,"tr_customer_product_id":179111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:40:06.000Z","modified_at":"2026-02-06T13:40:06.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2026-01-27","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2026-01-27T13:40:05.683925492Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:40:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179102,"job_number":"JOB_179102","tr_customer_id":179120,"tr_customer_product_id":179110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:21:43.000Z","modified_at":"2026-02-06T13:21:43.000Z","name":"Ram Kumar","mobile_number":"9916150593","email_id":"ramkumar123@gmail.com","dop":"2025-05-05","serial_number":"55512309900000","imei1":"55512309900000","imei2":"55512309900000","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:21:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179101,"job_number":"JOB_179101","tr_customer_id":179119,"tr_customer_product_id":179109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:21:33.000Z","modified_at":"2026-02-06T13:21:33.000Z","name":"Jace Rohan","mobile_number":"730-700-4196","email_id":"Ashlynn.Turcotte45@yahoo.com","dop":"2026-01-23","serial_number":"149720977360065","imei1":"149720977360065","imei2":"149720977360065","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179100,"job_number":"JOB_179100","tr_customer_id":179118,"tr_customer_product_id":179108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:21:31.000Z","modified_at":"2026-02-06T13:22:12.000Z","name":"Jaquan Mitchell","mobile_number":"224-319-5342","email_id":"Karl.Lang@hotmail.com","dop":"2026-01-23","serial_number":"16002027260214","imei1":"16002027260214","imei2":"16002027260214","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T13:22:12.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179099,"job_number":"JOB_179099","tr_customer_id":179117,"tr_customer_product_id":179107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:21:31.000Z","modified_at":"2026-02-06T13:21:31.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"11449388145103","imei1":"11449388145103","imei2":"11449388145103","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179098,"job_number":"JOB_179098","tr_customer_id":179116,"tr_customer_product_id":179106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:20:35.000Z","modified_at":"2026-02-06T13:20:35.000Z","name":"Isaac Johns","mobile_number":"463-719-0730","email_id":"Junior71@gmail.com","dop":"2026-01-23","serial_number":"163847358671713","imei1":"163847358671713","imei2":"163847358671713","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179097,"job_number":"JOB_179097","tr_customer_id":179115,"tr_customer_product_id":179105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:20:34.000Z","modified_at":"2026-02-06T13:20:58.000Z","name":"Bobby Bernhard","mobile_number":"582-472-6710","email_id":"Leola.DuBuque81@hotmail.com","dop":"2026-01-23","serial_number":"16542838421294","imei1":"16542838421294","imei2":"16542838421294","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T13:20:58.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179096,"job_number":"JOB_179096","tr_customer_id":179114,"tr_customer_product_id":179104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:20:34.000Z","modified_at":"2026-02-06T13:20:34.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"16400044804804","imei1":"16400044804804","imei2":"16400044804804","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179095,"job_number":"JOB_179095","tr_customer_id":179113,"tr_customer_product_id":179103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:19:25.000Z","modified_at":"2026-02-06T13:19:25.000Z","name":"Janessa Littel","mobile_number":"521-505-0665","email_id":"Yesenia48@gmail.com","dop":"2026-01-23","serial_number":"141510053202217","imei1":"141510053202217","imei2":"141510053202217","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179094,"job_number":"JOB_179094","tr_customer_id":179112,"tr_customer_product_id":179102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:19:24.000Z","modified_at":"2026-02-06T13:20:05.000Z","name":"Payton Will","mobile_number":"386-459-8729","email_id":"Emmett83@hotmail.com","dop":"2026-01-23","serial_number":"18047206044578","imei1":"18047206044578","imei2":"18047206044578","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T13:20:05.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179093,"job_number":"JOB_179093","tr_customer_id":179111,"tr_customer_product_id":179101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:19:23.000Z","modified_at":"2026-02-06T13:19:23.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"14924276554614","imei1":"14924276554614","imei2":"14924276554614","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179092,"job_number":"JOB_179092","tr_customer_id":179110,"tr_customer_product_id":179100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:01:27.000Z","modified_at":"2026-02-06T13:01:27.000Z","name":"Jade Stracke","mobile_number":"418-213-3980","email_id":"Camren_Gislason65@hotmail.com","dop":"2026-01-23","serial_number":"137044030135650","imei1":"137044030135650","imei2":"137044030135650","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:01:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179091,"job_number":"JOB_179091","tr_customer_id":179109,"tr_customer_product_id":179099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:01:25.000Z","modified_at":"2026-02-06T13:01:49.000Z","name":"Leslie Steuber","mobile_number":"516-887-7057","email_id":"Leora86@yahoo.com","dop":"2026-01-23","serial_number":"16752070047734","imei1":"16752070047734","imei2":"16752070047734","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T13:01:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179090,"job_number":"JOB_179090","tr_customer_id":179108,"tr_customer_product_id":179098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:01:25.000Z","modified_at":"2026-02-06T13:01:25.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"16029380054846","imei1":"16029380054846","imei2":"16029380054846","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179089,"job_number":"JOB_179089","tr_customer_id":179107,"tr_customer_product_id":179097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:00:35.000Z","modified_at":"2026-02-06T13:00:35.000Z","name":"Bridie Lehner","mobile_number":"809-209-7699","email_id":"Rebeka.McDermott@yahoo.com","dop":"2026-01-23","serial_number":"178607092605092","imei1":"178607092605092","imei2":"178607092605092","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179088,"job_number":"JOB_179088","tr_customer_id":179106,"tr_customer_product_id":179096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:00:34.000Z","modified_at":"2026-02-06T13:00:58.000Z","name":"Terrance Veum","mobile_number":"408-923-0832","email_id":"Stanton.Rempel1@gmail.com","dop":"2026-01-23","serial_number":"17882104733237","imei1":"17882104733237","imei2":"17882104733237","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T13:00:58.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179087,"job_number":"JOB_179087","tr_customer_id":179105,"tr_customer_product_id":179095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:00:34.000Z","modified_at":"2026-02-06T13:00:34.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"18513384727471","imei1":"18513384727471","imei2":"18513384727471","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179086,"job_number":"JOB_179086","tr_customer_id":179104,"tr_customer_product_id":179094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T12:59:43.000Z","modified_at":"2026-02-06T12:59:43.000Z","name":"Nicholas Boehm","mobile_number":"426-469-3257","email_id":"Elissa.Bogan@yahoo.com","dop":"2026-01-23","serial_number":"111118237591943","imei1":"111118237591943","imei2":"111118237591943","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T12:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179085,"job_number":"JOB_179085","tr_customer_id":179103,"tr_customer_product_id":179093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T12:59:41.000Z","modified_at":"2026-02-06T13:00:05.000Z","name":"Izabella Lindgren","mobile_number":"475-882-1894","email_id":"Adriana_Reichel@hotmail.com","dop":"2026-01-23","serial_number":"15108278166291","imei1":"15108278166291","imei2":"15108278166291","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T13:00:05.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179084,"job_number":"JOB_179084","tr_customer_id":179102,"tr_customer_product_id":179092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T12:59:41.000Z","modified_at":"2026-02-06T12:59:41.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"12430889879504","imei1":"12430889879504","imei2":"12430889879504","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T12:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179083,"job_number":"JOB_179083","tr_customer_id":179101,"tr_customer_product_id":179091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T12:57:48.000Z","modified_at":"2026-02-06T12:57:48.000Z","name":"Uriel Wiegand","mobile_number":"620-579-5704","email_id":"Damaris9@yahoo.com","dop":"2026-01-23","serial_number":"197615831180377","imei1":"197615831180377","imei2":"197615831180377","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T12:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179082,"job_number":"JOB_179082","tr_customer_id":179100,"tr_customer_product_id":179090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T12:57:46.000Z","modified_at":"2026-02-06T12:58:15.000Z","name":"Kameron Hansen","mobile_number":"415-699-6002","email_id":"Olen.Kilback@gmail.com","dop":"2026-01-23","serial_number":"18418866819798","imei1":"18418866819798","imei2":"18418866819798","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T12:58:15.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179081,"job_number":"JOB_179081","tr_customer_id":179099,"tr_customer_product_id":179089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:53:13.000Z","modified_at":"2026-02-06T11:53:13.000Z","name":"Jatin Sharma","mobile_number":"7293847564","email_id":"jatin@gmail.com","dop":"2026-01-27","serial_number":"19700432156456","imei1":"19700432156456","imei2":"19700432156456","popurl":"2026-01-27T11:53:13.489783811Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:53:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179080,"job_number":"JOB_179080","tr_customer_id":179098,"tr_customer_product_id":179088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:34:28.000Z","modified_at":"2026-02-06T11:34:28.000Z","name":"Tushar Shelar","mobile_number":"854-299-5160","email_id":"Florine_Schmidt@yahoo.com","dop":"2025-09-30","serial_number":"11912835031892","imei1":"11912835031892","imei2":"11912835031892","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179079,"job_number":"JOB_179079","tr_customer_id":179097,"tr_customer_product_id":179087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:30:24.000Z","modified_at":"2026-02-06T11:30:24.000Z","name":"Jasper Reinger","mobile_number":"647-981-2292","email_id":"Ezequiel.Von95@gmail.com","dop":"2026-01-23","serial_number":"193411184592777","imei1":"193411184592777","imei2":"193411184592777","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:30:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179078,"job_number":"JOB_179078","tr_customer_id":179096,"tr_customer_product_id":179086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:30:22.000Z","modified_at":"2026-02-06T11:30:46.000Z","name":"Linnie Beer","mobile_number":"202-466-1984","email_id":"Roosevelt.Medhurst@hotmail.com","dop":"2026-01-23","serial_number":"11089589154148","imei1":"11089589154148","imei2":"11089589154148","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T11:30:46.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179077,"job_number":"JOB_179077","tr_customer_id":179095,"tr_customer_product_id":179085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:30:22.000Z","modified_at":"2026-02-06T11:30:22.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"13182180976802","imei1":"13182180976802","imei2":"13182180976802","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:30:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179076,"job_number":"JOB_179076","tr_customer_id":179094,"tr_customer_product_id":179084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:29:31.000Z","modified_at":"2026-02-06T11:29:31.000Z","name":"Bonita Wuckert","mobile_number":"425-395-7791","email_id":"Rhett_Schultz@yahoo.com","dop":"2026-01-23","serial_number":"109241207752182","imei1":"109241207752182","imei2":"109241207752182","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179075,"job_number":"JOB_179075","tr_customer_id":179093,"tr_customer_product_id":179083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:29:30.000Z","modified_at":"2026-02-06T11:29:54.000Z","name":"Juliet Wisoky","mobile_number":"294-793-5183","email_id":"Heaven.Ritchie@yahoo.com","dop":"2026-01-23","serial_number":"19413597212120","imei1":"19413597212120","imei2":"19413597212120","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T11:29:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179074,"job_number":"JOB_179074","tr_customer_id":179092,"tr_customer_product_id":179082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:29:29.000Z","modified_at":"2026-02-06T11:29:29.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"14631103797574","imei1":"14631103797574","imei2":"14631103797574","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179073,"job_number":"JOB_179073","tr_customer_id":179091,"tr_customer_product_id":179081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:28:41.000Z","modified_at":"2026-02-06T11:28:41.000Z","name":"Vern Pfannerstill","mobile_number":"948-276-9115","email_id":"Vivienne_Cassin@yahoo.com","dop":"2026-01-23","serial_number":"198236531692556","imei1":"198236531692556","imei2":"198236531692556","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179072,"job_number":"JOB_179072","tr_customer_id":179090,"tr_customer_product_id":179080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:28:39.000Z","modified_at":"2026-02-06T11:29:03.000Z","name":"Garret Gibson","mobile_number":"239-935-6615","email_id":"Zelma63@hotmail.com","dop":"2026-01-23","serial_number":"12048412830163","imei1":"12048412830163","imei2":"12048412830163","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T11:29:03.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179071,"job_number":"JOB_179071","tr_customer_id":179089,"tr_customer_product_id":179079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:28:39.000Z","modified_at":"2026-02-06T11:28:39.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"11012242114214","imei1":"11012242114214","imei2":"11012242114214","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179070,"job_number":"JOB_179070","tr_customer_id":179088,"tr_customer_product_id":179078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:07:00.000Z","modified_at":"2026-02-06T11:07:12.000Z","name":"Neal Zieme","mobile_number":"365-428-5934","email_id":"Darrin39@hotmail.com","dop":"2025-09-30","serial_number":"18122914854385","imei1":"18122914854385","imei2":"18122914854385","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T11:07:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179069,"job_number":"JOB_179069","tr_customer_id":179087,"tr_customer_product_id":179077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:07:00.000Z","modified_at":"2026-02-06T11:07:00.000Z","name":"Satish ABCD","mobile_number":"8765737373","email_id":"test12.tech@gmail.com","dop":"2025-09-30","serial_number":"18319337752263","imei1":"18319337752263","imei2":"18319337752263","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179068,"job_number":"JOB_179068","tr_customer_id":179086,"tr_customer_product_id":179076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:06:43.000Z","modified_at":"2026-02-06T11:06:55.000Z","name":"Hollis Hamill","mobile_number":"272-821-1220","email_id":"Clement_Ondricka@yahoo.com","dop":"2025-09-30","serial_number":"13642991769574","imei1":"13642991769574","imei2":"13642991769574","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T11:06:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179067,"job_number":"JOB_179067","tr_customer_id":179085,"tr_customer_product_id":179075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:06:43.000Z","modified_at":"2026-02-06T11:06:43.000Z","name":"Jatin Tech","mobile_number":"8844737373","email_id":"test.tech@gmail.com","dop":"2025-09-30","serial_number":"10564545419250","imei1":"10564545419250","imei2":"10564545419250","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:06:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179066,"job_number":"JOB_179066","tr_customer_id":179084,"tr_customer_product_id":179074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:02:21.000Z","modified_at":"2026-02-06T11:02:21.000Z","name":"Dhruv Prajapat","mobile_number":"8651513734","email_id":"deb.devar@hotmail.com","dop":"2026-01-27","serial_number":"17543551936144","imei1":"17543551936144","imei2":"17543551936144","popurl":"www.chanakya-dubashi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:02:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179065,"job_number":"JOB_179065","tr_customer_id":179083,"tr_customer_product_id":179073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:01:57.000Z","modified_at":"2026-02-06T11:01:57.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-27","serial_number":"89766599838882","imei1":"89766599838882","imei2":"89766599838882","popurl":"2026-01-27T11:01:47.697991045Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179064,"job_number":"JOB_179064","tr_customer_id":179082,"tr_customer_product_id":179072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:01:56.000Z","modified_at":"2026-02-06T11:01:56.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-27","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-27T11:01:47.695624485Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:01:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179063,"job_number":"JOB_179063","tr_customer_id":179081,"tr_customer_product_id":179071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T10:29:12.000Z","modified_at":"2026-02-06T10:29:12.000Z","name":"Melisa Greenholt","mobile_number":"921-767-4411","email_id":"Citlalli52@yahoo.com","dop":"2017-01-31","serial_number":"1043408842503871","imei1":"1043408842503871","imei2":"1043408842503871","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T10:29:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179062,"job_number":"JOB_179062","tr_customer_id":179080,"tr_customer_product_id":179070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T10:29:11.000Z","modified_at":"2026-02-06T10:29:38.000Z","name":"Esther Corwin","mobile_number":"839-575-4130","email_id":"Lysanne_OKon55@hotmail.com","dop":"2017-01-31","serial_number":"15414879523231","imei1":"15414879523231","imei2":"15414879523231","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T10:29:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179061,"job_number":"JOB_179061","tr_customer_id":179079,"tr_customer_product_id":179069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:40:45.000Z","modified_at":"2026-02-06T09:40:45.000Z","name":"Caleb Marvin","mobile_number":"916-236-3628","email_id":"Nettie15@yahoo.com","dop":"2026-01-23","serial_number":"166360752487388","imei1":"166360752487388","imei2":"166360752487388","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:40:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179060,"job_number":"JOB_179060","tr_customer_id":179078,"tr_customer_product_id":179068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:40:44.000Z","modified_at":"2026-02-06T09:41:12.000Z","name":"Francis Gibson","mobile_number":"530-658-2842","email_id":"Daisy10@yahoo.com","dop":"2026-01-23","serial_number":"13692752107303","imei1":"13692752107303","imei2":"13692752107303","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:41:12.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179059,"job_number":"JOB_179059","tr_customer_id":179077,"tr_customer_product_id":179067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:40:43.000Z","modified_at":"2026-02-06T09:40:43.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"14628615946787","imei1":"14628615946787","imei2":"14628615946787","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:40:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179058,"job_number":"JOB_179058","tr_customer_id":179076,"tr_customer_product_id":179066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:39:48.000Z","modified_at":"2026-02-06T09:39:48.000Z","name":"Easton Trantow","mobile_number":"361-268-9695","email_id":"Mariah_Raynor@yahoo.com","dop":"2026-01-23","serial_number":"103211194590998","imei1":"103211194590998","imei2":"103211194590998","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:39:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179057,"job_number":"JOB_179057","tr_customer_id":179075,"tr_customer_product_id":179065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:39:46.000Z","modified_at":"2026-02-06T09:40:15.000Z","name":"Vicky Auer","mobile_number":"350-545-5364","email_id":"Margret74@hotmail.com","dop":"2026-01-23","serial_number":"19560404362549","imei1":"19560404362549","imei2":"19560404362549","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:40:15.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179056,"job_number":"JOB_179056","tr_customer_id":179074,"tr_customer_product_id":179064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:39:46.000Z","modified_at":"2026-02-06T09:39:46.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"19373891435443","imei1":"19373891435443","imei2":"19373891435443","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:39:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179055,"job_number":"JOB_179055","tr_customer_id":179073,"tr_customer_product_id":179063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:38:50.000Z","modified_at":"2026-02-06T09:38:50.000Z","name":"Jackson Dare","mobile_number":"811-235-9260","email_id":"Maude48@yahoo.com","dop":"2026-01-23","serial_number":"198839495979423","imei1":"198839495979423","imei2":"198839495979423","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179054,"job_number":"JOB_179054","tr_customer_id":179072,"tr_customer_product_id":179062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:38:48.000Z","modified_at":"2026-02-06T09:39:17.000Z","name":"Arnoldo Klein","mobile_number":"307-218-3477","email_id":"Aurelie.Grant49@yahoo.com","dop":"2026-01-23","serial_number":"13767960906568","imei1":"13767960906568","imei2":"13767960906568","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:39:17.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179053,"job_number":"JOB_179053","tr_customer_id":179071,"tr_customer_product_id":179061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:38:48.000Z","modified_at":"2026-02-06T09:38:48.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"12491842445570","imei1":"12491842445570","imei2":"12491842445570","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:38:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179052,"job_number":"JOB_179052","tr_customer_id":179070,"tr_customer_product_id":179060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:33:21.000Z","modified_at":"2026-02-06T09:33:21.000Z","name":"Jensen Gulgowski","mobile_number":"922-780-2305","email_id":"Jade.Considine@gmail.com","dop":"2025-04-06","serial_number":"13542599956751808","imei1":"13542599956751808","imei2":"13542599956751808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:33:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179051,"job_number":"JOB_179051","tr_customer_id":179069,"tr_customer_product_id":179059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:33:20.000Z","modified_at":"2026-02-06T09:33:57.000Z","name":"Rory Franecki","mobile_number":"307-827-3048","email_id":"Jaylen71@hotmail.com","dop":"2025-04-06","serial_number":"11716304623446","imei1":"11716304623446","imei2":"11716304623446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T09:33:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179050,"job_number":"JOB_179050","tr_customer_id":179068,"tr_customer_product_id":179058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:33:19.000Z","modified_at":"2026-02-06T09:33:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10881915730041","imei1":"10881915730041","imei2":"10881915730041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:33:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179049,"job_number":"JOB_179049","tr_customer_id":179067,"tr_customer_product_id":179057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:32:37.000Z","modified_at":"2026-02-06T09:32:37.000Z","name":"Daija Yundt","mobile_number":"644-246-4052","email_id":"Amos8@yahoo.com","dop":"2025-04-06","serial_number":"13630688286354760","imei1":"13630688286354760","imei2":"13630688286354760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:32:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179048,"job_number":"JOB_179048","tr_customer_id":179066,"tr_customer_product_id":179056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:32:35.000Z","modified_at":"2026-02-06T09:33:13.000Z","name":"Pablo O'Hara","mobile_number":"583-650-5763","email_id":"Nikolas1@gmail.com","dop":"2025-04-06","serial_number":"17458328708904","imei1":"17458328708904","imei2":"17458328708904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T09:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179047,"job_number":"JOB_179047","tr_customer_id":179065,"tr_customer_product_id":179055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:32:35.000Z","modified_at":"2026-02-06T09:32:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13423527036380","imei1":"13423527036380","imei2":"13423527036380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:32:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179046,"job_number":"JOB_179046","tr_customer_id":179064,"tr_customer_product_id":179054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:31:52.000Z","modified_at":"2026-02-06T09:31:52.000Z","name":"Daisy Parker","mobile_number":"767-608-0479","email_id":"David92@yahoo.com","dop":"2025-04-06","serial_number":"11255170496906596","imei1":"11255170496906596","imei2":"11255170496906596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179045,"job_number":"JOB_179045","tr_customer_id":179063,"tr_customer_product_id":179053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:31:51.000Z","modified_at":"2026-02-06T09:32:28.000Z","name":"Joseph Rice","mobile_number":"602-247-7876","email_id":"Verdie93@gmail.com","dop":"2025-04-06","serial_number":"17124264197982","imei1":"17124264197982","imei2":"17124264197982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T09:32:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179044,"job_number":"JOB_179044","tr_customer_id":179062,"tr_customer_product_id":179052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:31:50.000Z","modified_at":"2026-02-06T09:31:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11097658888590","imei1":"11097658888590","imei2":"11097658888590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:31:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179043,"job_number":"JOB_179043","tr_customer_id":179061,"tr_customer_product_id":179051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:30:49.000Z","modified_at":"2026-02-06T09:30:49.000Z","name":"Curt Harvey","mobile_number":"774-931-5669","email_id":"Scot82@hotmail.com","dop":"2026-01-23","serial_number":"107835279972787","imei1":"107835279972787","imei2":"107835279972787","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:30:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179042,"job_number":"JOB_179042","tr_customer_id":179060,"tr_customer_product_id":179050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:30:47.000Z","modified_at":"2026-02-06T09:31:16.000Z","name":"Ricardo Hansen","mobile_number":"655-568-7284","email_id":"Javier_Cartwright44@yahoo.com","dop":"2026-01-23","serial_number":"16099623842860","imei1":"16099623842860","imei2":"16099623842860","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:31:16.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179041,"job_number":"JOB_179041","tr_customer_id":179059,"tr_customer_product_id":179049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:30:47.000Z","modified_at":"2026-02-06T09:30:47.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"11718499752117","imei1":"11718499752117","imei2":"11718499752117","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:30:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179040,"job_number":"JOB_179040","tr_customer_id":179058,"tr_customer_product_id":179048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:29:50.000Z","modified_at":"2026-02-06T09:29:50.000Z","name":"Lavern Hodkiewicz","mobile_number":"597-925-5792","email_id":"Erika.Stracke@gmail.com","dop":"2026-01-23","serial_number":"190330997008776","imei1":"190330997008776","imei2":"190330997008776","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:29:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179039,"job_number":"JOB_179039","tr_customer_id":179057,"tr_customer_product_id":179047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:29:49.000Z","modified_at":"2026-02-06T09:30:17.000Z","name":"Tevin Schiller","mobile_number":"704-255-8311","email_id":"Sydni6@yahoo.com","dop":"2026-01-23","serial_number":"13772787103423","imei1":"13772787103423","imei2":"13772787103423","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:30:17.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179038,"job_number":"JOB_179038","tr_customer_id":179056,"tr_customer_product_id":179046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:29:48.000Z","modified_at":"2026-02-06T09:29:48.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"12739244747942","imei1":"12739244747942","imei2":"12739244747942","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:29:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179037,"job_number":"JOB_179037","tr_customer_id":179055,"tr_customer_product_id":179045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:28:51.000Z","modified_at":"2026-02-06T09:28:51.000Z","name":"Verdie Jacobson","mobile_number":"479-554-9755","email_id":"Alayna97@yahoo.com","dop":"2026-01-23","serial_number":"107692849869424","imei1":"107692849869424","imei2":"107692849869424","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:28:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179036,"job_number":"JOB_179036","tr_customer_id":179054,"tr_customer_product_id":179044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:28:48.000Z","modified_at":"2026-02-06T09:29:18.000Z","name":"Concepcion Okuneva","mobile_number":"763-935-7291","email_id":"Elza_Corkery41@gmail.com","dop":"2026-01-23","serial_number":"15274644857760","imei1":"15274644857760","imei2":"15274644857760","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:29:18.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179035,"job_number":"JOB_179035","tr_customer_id":179053,"tr_customer_product_id":179043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:28:48.000Z","modified_at":"2026-02-06T09:28:48.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"13838347707303","imei1":"13838347707303","imei2":"13838347707303","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:28:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179034,"job_number":"JOB_179034","tr_customer_id":179052,"tr_customer_product_id":179042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:10:58.000Z","modified_at":"2026-02-06T09:10:58.000Z","name":"Dandre Gleason","mobile_number":"217-382-9451","email_id":"Violette.Murphy33@hotmail.com","dop":"2026-01-23","serial_number":"151397971438995","imei1":"151397971438995","imei2":"151397971438995","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:10:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179033,"job_number":"JOB_179033","tr_customer_id":179051,"tr_customer_product_id":179041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:10:57.000Z","modified_at":"2026-02-06T09:11:34.000Z","name":"Ned Kihn","mobile_number":"210-213-1045","email_id":"Oda96@gmail.com","dop":"2026-01-23","serial_number":"15249695974375","imei1":"15249695974375","imei2":"15249695974375","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:11:34.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179032,"job_number":"JOB_179032","tr_customer_id":179050,"tr_customer_product_id":179040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:10:56.000Z","modified_at":"2026-02-06T09:10:56.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"13967357117816","imei1":"13967357117816","imei2":"13967357117816","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:10:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179031,"job_number":"JOB_179031","tr_customer_id":179049,"tr_customer_product_id":179039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:10:01.000Z","modified_at":"2026-02-06T09:10:01.000Z","name":"Jessie Hodkiewicz","mobile_number":"742-480-4644","email_id":"Douglas6@hotmail.com","dop":"2026-01-23","serial_number":"162482655576487","imei1":"162482655576487","imei2":"162482655576487","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:10:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179030,"job_number":"JOB_179030","tr_customer_id":179048,"tr_customer_product_id":179038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:10:00.000Z","modified_at":"2026-02-06T09:10:27.000Z","name":"Jack Beahan","mobile_number":"396-511-5098","email_id":"Sylvester77@hotmail.com","dop":"2026-01-23","serial_number":"11563237428903","imei1":"11563237428903","imei2":"11563237428903","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:10:27.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179029,"job_number":"JOB_179029","tr_customer_id":179047,"tr_customer_product_id":179037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:09:59.000Z","modified_at":"2026-02-06T09:09:59.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"18530943787910","imei1":"18530943787910","imei2":"18530943787910","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:09:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179028,"job_number":"JOB_179028","tr_customer_id":179046,"tr_customer_product_id":179036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:09:03.000Z","modified_at":"2026-02-06T09:09:03.000Z","name":"Henry Becker","mobile_number":"589-717-3719","email_id":"Sandra_Gerhold24@yahoo.com","dop":"2026-01-23","serial_number":"148197029266340","imei1":"148197029266340","imei2":"148197029266340","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:09:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179027,"job_number":"JOB_179027","tr_customer_id":179045,"tr_customer_product_id":179035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:09:01.000Z","modified_at":"2026-02-06T09:09:30.000Z","name":"Neal Homenick","mobile_number":"978-527-1325","email_id":"Mustafa39@yahoo.com","dop":"2026-01-23","serial_number":"10173870103971","imei1":"10173870103971","imei2":"10173870103971","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:09:30.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179026,"job_number":"JOB_179026","tr_customer_id":179044,"tr_customer_product_id":179034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:09:01.000Z","modified_at":"2026-02-06T09:09:01.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"18260244256800","imei1":"18260244256800","imei2":"18260244256800","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:09:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179025,"job_number":"JOB_179025","tr_customer_id":179043,"tr_customer_product_id":179033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:06:52.000Z","modified_at":"2026-02-06T09:06:52.000Z","name":"Maynard Klein","mobile_number":"235-441-3240","email_id":"Jarrell58@gmail.com","dop":"2026-01-23","serial_number":"147902880508271","imei1":"147902880508271","imei2":"147902880508271","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:06:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179024,"job_number":"JOB_179024","tr_customer_id":179042,"tr_customer_product_id":179032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:06:49.000Z","modified_at":"2026-02-06T09:06:49.000Z","name":"Tyrel Yost","mobile_number":"770-442-0079","email_id":"Jaqueline.Heidenreich23@yahoo.com","dop":"2026-01-23","serial_number":"17627739768910","imei1":"17627739768910","imei2":"17627739768910","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:06:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179023,"job_number":"JOB_179023","tr_customer_id":179041,"tr_customer_product_id":179031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:06:49.000Z","modified_at":"2026-02-06T09:06:49.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"14231032703174","imei1":"14231032703174","imei2":"14231032703174","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:06:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179022,"job_number":"JOB_179022","tr_customer_id":179040,"tr_customer_product_id":179030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:57:44.000Z","modified_at":"2026-02-06T08:57:44.000Z","name":"Brandyn Gleason","mobile_number":"468-969-3514","email_id":"Jamarcus67@yahoo.com","dop":"2026-01-23","serial_number":"170645180138502","imei1":"170645180138502","imei2":"170645180138502","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:57:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179021,"job_number":"JOB_179021","tr_customer_id":179039,"tr_customer_product_id":179029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:57:43.000Z","modified_at":"2026-02-06T08:58:09.000Z","name":"Iva Satterfield","mobile_number":"948-406-7385","email_id":"Maye39@gmail.com","dop":"2026-01-23","serial_number":"19065055622168","imei1":"19065055622168","imei2":"19065055622168","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:58:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179020,"job_number":"JOB_179020","tr_customer_id":179038,"tr_customer_product_id":179028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:57:43.000Z","modified_at":"2026-02-06T08:57:43.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"15168769446112","imei1":"15168769446112","imei2":"15168769446112","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179019,"job_number":"JOB_179019","tr_customer_id":179037,"tr_customer_product_id":179027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:57:14.000Z","modified_at":"2026-02-06T08:57:14.000Z","name":"Toy Stiedemann","mobile_number":"647-653-0993","email_id":"Delpha.Simonis@yahoo.com","dop":"2026-01-23","serial_number":"139397890991846","imei1":"139397890991846","imei2":"139397890991846","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:57:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179018,"job_number":"JOB_179018","tr_customer_id":179036,"tr_customer_product_id":179026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:57:13.000Z","modified_at":"2026-02-06T08:57:38.000Z","name":"Christopher Pfannerstill","mobile_number":"902-726-7305","email_id":"April13@hotmail.com","dop":"2026-01-23","serial_number":"17225434454415","imei1":"17225434454415","imei2":"17225434454415","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179017,"job_number":"JOB_179017","tr_customer_id":179035,"tr_customer_product_id":179025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:57:13.000Z","modified_at":"2026-02-06T08:57:13.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"11770514651143","imei1":"11770514651143","imei2":"11770514651143","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179016,"job_number":"JOB_179016","tr_customer_id":179034,"tr_customer_product_id":179024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:56:44.000Z","modified_at":"2026-02-06T08:56:44.000Z","name":"Wilber Spinka","mobile_number":"500-826-6601","email_id":"Abbigail.Feeney70@yahoo.com","dop":"2026-01-23","serial_number":"112513590014790","imei1":"112513590014790","imei2":"112513590014790","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179015,"job_number":"JOB_179015","tr_customer_id":179033,"tr_customer_product_id":179023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:56:43.000Z","modified_at":"2026-02-06T08:57:08.000Z","name":"Kane Vandervort","mobile_number":"882-719-1534","email_id":"Tristin68@gmail.com","dop":"2026-01-23","serial_number":"12893118407769","imei1":"12893118407769","imei2":"12893118407769","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179014,"job_number":"JOB_179014","tr_customer_id":179032,"tr_customer_product_id":179022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:56:43.000Z","modified_at":"2026-02-06T08:56:43.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"14899088899813","imei1":"14899088899813","imei2":"14899088899813","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179013,"job_number":"JOB_179013","tr_customer_id":179031,"tr_customer_product_id":179021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:48:28.000Z","modified_at":"2026-02-06T08:48:28.000Z","name":"Brendan Armstrong","mobile_number":"392-990-6055","email_id":"Toby.Emmerich33@gmail.com","dop":"2026-01-23","serial_number":"161442832019335","imei1":"161442832019335","imei2":"161442832019335","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179012,"job_number":"JOB_179012","tr_customer_id":179030,"tr_customer_product_id":179020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:48:27.000Z","modified_at":"2026-02-06T08:49:21.000Z","name":"Rick Koelpin","mobile_number":"200-509-2148","email_id":"Kaylee_Mayert@gmail.com","dop":"2026-01-23","serial_number":"10009496223958","imei1":"10009496223958","imei2":"10009496223958","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179011,"job_number":"JOB_179011","tr_customer_id":179029,"tr_customer_product_id":179019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:42:46.000Z","modified_at":"2026-02-06T08:42:46.000Z","name":"Rodolfo Mann","mobile_number":"477-878-7172","email_id":"Nicolas36@hotmail.com","dop":"2026-01-23","serial_number":"109355658214757","imei1":"109355658214757","imei2":"109355658214757","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179010,"job_number":"JOB_179010","tr_customer_id":179028,"tr_customer_product_id":179018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:42:45.000Z","modified_at":"2026-02-06T08:43:25.000Z","name":"Emory Nader","mobile_number":"962-557-4200","email_id":"Kolby83@gmail.com","dop":"2026-01-23","serial_number":"14839232639477","imei1":"14839232639477","imei2":"14839232639477","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:43:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179009,"job_number":"JOB_179009","tr_customer_id":179027,"tr_customer_product_id":179017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:38:50.000Z","modified_at":"2026-02-06T08:38:50.000Z","name":"June Hudson","mobile_number":"322-271-5939","email_id":"Sharon_Marquardt@hotmail.com","dop":"2026-01-23","serial_number":"107805104420521","imei1":"107805104420521","imei2":"107805104420521","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179008,"job_number":"JOB_179008","tr_customer_id":179026,"tr_customer_product_id":179016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:38:49.000Z","modified_at":"2026-02-06T08:39:24.000Z","name":"Morgan Auer","mobile_number":"583-899-3418","email_id":"Niko_Harris22@yahoo.com","dop":"2026-01-23","serial_number":"13904086335500","imei1":"13904086335500","imei2":"13904086335500","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:39:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179007,"job_number":"JOB_179007","tr_customer_id":179025,"tr_customer_product_id":179015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:29:27.000Z","modified_at":"2026-02-06T08:29:27.000Z","name":"Karen Lehner","mobile_number":"667-360-8329","email_id":"Tianna_Nienow@hotmail.com","dop":"2026-01-23","serial_number":"132548907160968","imei1":"132548907160968","imei2":"132548907160968","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:29:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179006,"job_number":"JOB_179006","tr_customer_id":179024,"tr_customer_product_id":179014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:29:26.000Z","modified_at":"2026-02-06T08:30:07.000Z","name":"Tillman Prohaska","mobile_number":"575-569-9246","email_id":"Araceli67@gmail.com","dop":"2026-01-23","serial_number":"10901567029658","imei1":"10901567029658","imei2":"10901567029658","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:30:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179005,"job_number":"JOB_179005","tr_customer_id":179023,"tr_customer_product_id":179013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:27:34.000Z","modified_at":"2026-02-06T08:27:34.000Z","name":"Sarina Hane","mobile_number":"270-497-9315","email_id":"Nikita60@yahoo.com","dop":"2026-01-23","serial_number":"126232573597903","imei1":"126232573597903","imei2":"126232573597903","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179004,"job_number":"JOB_179004","tr_customer_id":179022,"tr_customer_product_id":179012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:27:32.000Z","modified_at":"2026-02-06T08:28:20.000Z","name":"May Hermiston","mobile_number":"846-287-0938","email_id":"Denis_Pollich@hotmail.com","dop":"2026-01-23","serial_number":"16980876343217","imei1":"16980876343217","imei2":"16980876343217","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179003,"job_number":"JOB_179003","tr_customer_id":179021,"tr_customer_product_id":179011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:17:38.000Z","modified_at":"2026-02-06T08:17:38.000Z","name":"Sabina Konopelski","mobile_number":"434-234-8064","email_id":"Adam_Jacobs15@gmail.com","dop":"2026-01-23","serial_number":"165787897747452","imei1":"165787897747452","imei2":"165787897747452","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:17:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179002,"job_number":"JOB_179002","tr_customer_id":179020,"tr_customer_product_id":179010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:17:37.000Z","modified_at":"2026-02-06T08:18:06.000Z","name":"Rhett Toy","mobile_number":"948-786-3491","email_id":"Alene.Frami27@yahoo.com","dop":"2026-01-23","serial_number":"17266962085901","imei1":"17266962085901","imei2":"17266962085901","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179000,"job_number":"JOB_179000","tr_customer_id":179018,"tr_customer_product_id":179008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:01:01.000Z","modified_at":"2026-02-06T08:01:01.000Z","name":"Bettie Torphy","mobile_number":"413-789-7450","email_id":"Graciela27@yahoo.com","dop":"2025-04-06","serial_number":"16612333465149398","imei1":"16612333465149398","imei2":"16612333465149398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178999,"job_number":"JOB_178999","tr_customer_id":179017,"tr_customer_product_id":179007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:00:59.000Z","modified_at":"2026-02-06T08:01:38.000Z","name":"Reggie McCullough","mobile_number":"281-323-3218","email_id":"Oswald_Beier90@gmail.com","dop":"2025-04-06","serial_number":"13559897458189","imei1":"13559897458189","imei2":"13559897458189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:01:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178997,"job_number":"JOB_178997","tr_customer_id":179015,"tr_customer_product_id":179005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:00:26.000Z","modified_at":"2026-02-06T08:00:26.000Z","name":"Breana Toy","mobile_number":"637-583-1445","email_id":"Chandler60@hotmail.com","dop":"2025-04-06","serial_number":"15270552428759740","imei1":"15270552428759740","imei2":"15270552428759740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178996,"job_number":"JOB_178996","tr_customer_id":179014,"tr_customer_product_id":179004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:00:24.000Z","modified_at":"2026-02-06T08:01:07.000Z","name":"Roderick Hilll","mobile_number":"210-244-5997","email_id":"Koby.Wilkinson@hotmail.com","dop":"2025-04-06","serial_number":"18442387392369","imei1":"18442387392369","imei2":"18442387392369","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178989,"job_number":"JOB_178989","tr_customer_id":179007,"tr_customer_product_id":178997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:42:30.000Z","modified_at":"2026-02-06T07:42:30.000Z","name":"Idella Franecki","mobile_number":"794-297-8345","email_id":"Zita_Schmitt@gmail.com","dop":"2026-01-23","serial_number":"159483003649495","imei1":"159483003649495","imei2":"159483003649495","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178988,"job_number":"JOB_178988","tr_customer_id":179006,"tr_customer_product_id":178996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:42:29.000Z","modified_at":"2026-02-06T07:42:56.000Z","name":"Donnie Gislason","mobile_number":"872-292-3227","email_id":"Demarco84@yahoo.com","dop":"2026-01-23","serial_number":"15847394972552","imei1":"15847394972552","imei2":"15847394972552","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178987,"job_number":"JOB_178987","tr_customer_id":179005,"tr_customer_product_id":178995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:38:50.000Z","modified_at":"2026-02-06T07:38:50.000Z","name":"Karen Goyette","mobile_number":"940-354-6647","email_id":"Lesly71@hotmail.com","dop":"2026-01-23","serial_number":"108906154841381","imei1":"108906154841381","imei2":"108906154841381","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178986,"job_number":"JOB_178986","tr_customer_id":179004,"tr_customer_product_id":178994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:38:49.000Z","modified_at":"2026-02-06T07:39:14.000Z","name":"Garrett Spinka","mobile_number":"579-847-4451","email_id":"Graciela.Schowalter1@yahoo.com","dop":"2026-01-23","serial_number":"11532165808132","imei1":"11532165808132","imei2":"11532165808132","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:39:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178985,"job_number":"JOB_178985","tr_customer_id":179003,"tr_customer_product_id":178993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:32.000Z","modified_at":"2026-02-06T07:36:44.000Z","name":"Griffin Lehner","mobile_number":"770-301-3399","email_id":"Lea_Kshlerin83@gmail.com","dop":"2025-12-01","serial_number":"15855541223266","imei1":"15855541223266","imei2":"15855541223266","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:36:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178984,"job_number":"JOB_178984","tr_customer_id":179002,"tr_customer_product_id":178992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:32.000Z","modified_at":"2026-02-06T07:36:32.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"15635988251009","imei1":"15635988251009","imei2":"15635988251009","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178983,"job_number":"JOB_178983","tr_customer_id":179001,"tr_customer_product_id":178991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:16.000Z","modified_at":"2026-02-06T07:36:28.000Z","name":"Maryse Mayer","mobile_number":"238-600-0532","email_id":"Joanie.Hamill@yahoo.com","dop":"2025-12-01","serial_number":"12328725064385","imei1":"12328725064385","imei2":"12328725064385","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:36:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178982,"job_number":"JOB_178982","tr_customer_id":179000,"tr_customer_product_id":178990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:16.000Z","modified_at":"2026-02-06T07:36:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11327948887313","imei1":"11327948887313","imei2":"11327948887313","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178981,"job_number":"JOB_178981","tr_customer_id":178999,"tr_customer_product_id":178989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:00.000Z","modified_at":"2026-02-06T07:36:12.000Z","name":"Wiley Ritchie","mobile_number":"803-200-2191","email_id":"Caitlyn15@hotmail.com","dop":"2025-12-01","serial_number":"15887129985371","imei1":"15887129985371","imei2":"15887129985371","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178980,"job_number":"JOB_178980","tr_customer_id":178998,"tr_customer_product_id":178988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:00.000Z","modified_at":"2026-02-06T07:36:00.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"19672350639800","imei1":"19672350639800","imei2":"19672350639800","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178979,"job_number":"JOB_178979","tr_customer_id":178997,"tr_customer_product_id":178987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:27:41.000Z","modified_at":"2026-02-06T07:27:41.000Z","name":"Sigurd Dare","mobile_number":"790-742-9724","email_id":"Fernando_Koss66@yahoo.com","dop":"2026-01-23","serial_number":"149499220623249","imei1":"149499220623249","imei2":"149499220623249","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178978,"job_number":"JOB_178978","tr_customer_id":178996,"tr_customer_product_id":178986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:27:40.000Z","modified_at":"2026-02-06T07:28:07.000Z","name":"Jonathan Fisher","mobile_number":"540-734-6376","email_id":"Hans20@hotmail.com","dop":"2026-01-23","serial_number":"11599697670299","imei1":"11599697670299","imei2":"11599697670299","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:28:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178977,"job_number":"JOB_178977","tr_customer_id":178995,"tr_customer_product_id":178985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:25:56.000Z","modified_at":"2026-02-06T07:25:56.000Z","name":"Renee Howell","mobile_number":"442-355-9061","email_id":"Brennon_Botsford@gmail.com","dop":"2026-01-23","serial_number":"164221145700357","imei1":"164221145700357","imei2":"164221145700357","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:25:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178976,"job_number":"JOB_178976","tr_customer_id":178994,"tr_customer_product_id":178984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:25:55.000Z","modified_at":"2026-02-06T07:26:21.000Z","name":"Laurel Greenholt","mobile_number":"568-717-9339","email_id":"Lenora_King@hotmail.com","dop":"2026-01-23","serial_number":"14020455946738","imei1":"14020455946738","imei2":"14020455946738","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178975,"job_number":"JOB_178975","tr_customer_id":178993,"tr_customer_product_id":178983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:23:08.000Z","modified_at":"2026-02-06T07:23:08.000Z","name":"Elena Marquardt","mobile_number":"391-993-1646","email_id":"Billy_Smitham4@hotmail.com","dop":"2026-01-23","serial_number":"177926401748957","imei1":"177926401748957","imei2":"177926401748957","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:23:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178974,"job_number":"JOB_178974","tr_customer_id":178992,"tr_customer_product_id":178982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:23:07.000Z","modified_at":"2026-02-06T07:23:22.000Z","name":"Sarah Hilpert","mobile_number":"420-685-4399","email_id":"Morton.Smith72@hotmail.com","dop":"2026-01-23","serial_number":"12010965351277","imei1":"12010965351277","imei2":"12010965351277","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:23:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178973,"job_number":"JOB_178973","tr_customer_id":178991,"tr_customer_product_id":178981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:21:20.000Z","modified_at":"2026-02-06T07:21:20.000Z","name":"Noel Schinner","mobile_number":"985-989-3078","email_id":"Ramona_Braun@hotmail.com","dop":"2026-01-23","serial_number":"106646817468016","imei1":"106646817468016","imei2":"106646817468016","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178972,"job_number":"JOB_178972","tr_customer_id":178990,"tr_customer_product_id":178980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:21:19.000Z","modified_at":"2026-02-06T07:21:33.000Z","name":"Jermaine West","mobile_number":"607-660-7805","email_id":"Heather_Steuber54@yahoo.com","dop":"2026-01-23","serial_number":"10168854722427","imei1":"10168854722427","imei2":"10168854722427","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178971,"job_number":"JOB_178971","tr_customer_id":178989,"tr_customer_product_id":178979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:18:42.000Z","modified_at":"2026-02-06T07:18:42.000Z","name":"Laisha Hintz","mobile_number":"888-334-5099","email_id":"Chelsey.Towne@yahoo.com","dop":"2026-01-23","serial_number":"161694320118049","imei1":"161694320118049","imei2":"161694320118049","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178970,"job_number":"JOB_178970","tr_customer_id":178988,"tr_customer_product_id":178978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:18:42.000Z","modified_at":"2026-02-06T07:18:56.000Z","name":"Macey Dooley","mobile_number":"266-633-5133","email_id":"Samson_Hackett@hotmail.com","dop":"2026-01-23","serial_number":"12660611998120","imei1":"12660611998120","imei2":"12660611998120","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178969,"job_number":"JOB_178969","tr_customer_id":178987,"tr_customer_product_id":178977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:16:44.000Z","modified_at":"2026-02-06T07:16:44.000Z","name":"Rupert Von","mobile_number":"800-589-3942","email_id":"Rolando.Purdy43@gmail.com","dop":"2026-01-23","serial_number":"148048538066534","imei1":"148048538066534","imei2":"148048538066534","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178968,"job_number":"JOB_178968","tr_customer_id":178986,"tr_customer_product_id":178976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:16:43.000Z","modified_at":"2026-02-06T07:16:57.000Z","name":"Dayton Wilderman","mobile_number":"603-318-2434","email_id":"Pablo_Harris@hotmail.com","dop":"2026-01-23","serial_number":"16526147669144","imei1":"16526147669144","imei2":"16526147669144","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:16:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178967,"job_number":"JOB_178967","tr_customer_id":178985,"tr_customer_product_id":178975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:14:37.000Z","modified_at":"2026-02-06T07:14:37.000Z","name":"Adaline Swift","mobile_number":"706-935-3580","email_id":"Lindsay_Donnelly52@hotmail.com","dop":"2025-10-05","serial_number":"16362624073445","imei1":"16362624073445","imei2":"16362624073445","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178966,"job_number":"JOB_178966","tr_customer_id":178984,"tr_customer_product_id":178974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:13:02.000Z","modified_at":"2026-02-06T07:13:02.000Z","name":"Cordie Parker","mobile_number":"635-662-9169","email_id":"Meda.Lemke@gmail.com","dop":"2025-10-05","serial_number":"10611424797522","imei1":"10611424797522","imei2":"10611424797522","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178965,"job_number":"JOB_178965","tr_customer_id":178983,"tr_customer_product_id":178973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:11:53.000Z","modified_at":"2026-02-06T07:11:53.000Z","name":"Johnny Bernhard","mobile_number":"617-986-9167","email_id":"Nikita_Konopelski@hotmail.com","dop":"2026-01-23","serial_number":"145898016024278","imei1":"145898016024278","imei2":"145898016024278","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:11:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178964,"job_number":"JOB_178964","tr_customer_id":178982,"tr_customer_product_id":178972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:11:53.000Z","modified_at":"2026-02-06T07:15:44.000Z","name":"Tate Tremblay","mobile_number":"306-871-5537","email_id":"Madonna.Gutkowski@yahoo.com","dop":"2026-01-23","serial_number":"16655689590060","imei1":"16655689590060","imei2":"16655689590060","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:15:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178963,"job_number":"JOB_178963","tr_customer_id":178981,"tr_customer_product_id":178971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:10:34.000Z","modified_at":"2026-02-06T07:10:34.000Z","name":"Santos Hudson","mobile_number":"625-850-3704","email_id":"Kasey_Tromp@yahoo.com","dop":"2025-10-05","serial_number":"12400963817831","imei1":"12400963817831","imei2":"12400963817831","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:10:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178962,"job_number":"JOB_178962","tr_customer_id":178980,"tr_customer_product_id":178970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:09:29.000Z","modified_at":"2026-02-06T07:09:29.000Z","name":"Kristina Torphy","mobile_number":"729-384-5590","email_id":"Tony.Trantow78@hotmail.com","dop":"2026-01-23","serial_number":"179098963070969","imei1":"179098963070969","imei2":"179098963070969","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:09:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178961,"job_number":"JOB_178961","tr_customer_id":178979,"tr_customer_product_id":178969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:09:27.000Z","modified_at":"2026-02-06T07:09:37.000Z","name":"Lyda Schaden","mobile_number":"215-812-7977","email_id":"Wilbert.Kutch44@hotmail.com","dop":"2026-01-23","serial_number":"11158577678952","imei1":"11158577678952","imei2":"11158577678952","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T07:09:37.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":178960,"job_number":"JOB_178960","tr_customer_id":178978,"tr_customer_product_id":178968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:08:20.000Z","modified_at":"2026-02-06T07:08:20.000Z","name":"Korey Grady","mobile_number":"314-457-1864","email_id":"Skye9@yahoo.com","dop":"2025-10-05","serial_number":"11374674959945","imei1":"11374674959945","imei2":"11374674959945","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:08:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178959,"job_number":"JOB_178959","tr_customer_id":178977,"tr_customer_product_id":178967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:41.000Z","modified_at":"2026-02-06T07:06:41.000Z","name":"Damaris Stanton","mobile_number":"323-562-3356","email_id":"Krista51@gmail.com","dop":"2025-04-06","serial_number":"15111146123586504","imei1":"15111146123586504","imei2":"15111146123586504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:06:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178958,"job_number":"JOB_178958","tr_customer_id":178976,"tr_customer_product_id":178966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:40.000Z","modified_at":"2026-02-06T07:07:20.000Z","name":"Malcolm Reichel","mobile_number":"620-653-0750","email_id":"Viola.Jacobs@gmail.com","dop":"2025-04-06","serial_number":"18209231807978","imei1":"18209231807978","imei2":"18209231807978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:07:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178957,"job_number":"JOB_178957","tr_customer_id":178975,"tr_customer_product_id":178965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:39.000Z","modified_at":"2026-02-06T07:06:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13111063974299","imei1":"13111063974299","imei2":"13111063974299","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:06:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178956,"job_number":"JOB_178956","tr_customer_id":178974,"tr_customer_product_id":178964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:52.000Z","modified_at":"2026-02-06T07:05:52.000Z","name":"Lexus Stracke","mobile_number":"739-938-7423","email_id":"Rickey92@yahoo.com","dop":"2025-04-06","serial_number":"16965267721559632","imei1":"16965267721559632","imei2":"16965267721559632","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178955,"job_number":"JOB_178955","tr_customer_id":178973,"tr_customer_product_id":178963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:51.000Z","modified_at":"2026-02-06T07:06:31.000Z","name":"Alex Crooks","mobile_number":"667-252-6211","email_id":"Regan62@hotmail.com","dop":"2025-04-06","serial_number":"14121813432625","imei1":"14121813432625","imei2":"14121813432625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:06:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178954,"job_number":"JOB_178954","tr_customer_id":178972,"tr_customer_product_id":178962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:50.000Z","modified_at":"2026-02-06T07:05:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12280090651342","imei1":"12280090651342","imei2":"12280090651342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178953,"job_number":"JOB_178953","tr_customer_id":178971,"tr_customer_product_id":178961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:08.000Z","modified_at":"2026-02-06T07:05:08.000Z","name":"Lenore Huels","mobile_number":"979-610-3678","email_id":"Hilda_Dooley@hotmail.com","dop":"2025-04-06","serial_number":"13287987365847478","imei1":"13287987365847478","imei2":"13287987365847478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178952,"job_number":"JOB_178952","tr_customer_id":178970,"tr_customer_product_id":178960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:07.000Z","modified_at":"2026-02-06T07:05:48.000Z","name":"Earl Torphy","mobile_number":"338-771-5120","email_id":"Eldora67@yahoo.com","dop":"2025-04-06","serial_number":"14762144343307","imei1":"14762144343307","imei2":"14762144343307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:05:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178951,"job_number":"JOB_178951","tr_customer_id":178969,"tr_customer_product_id":178959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:02.000Z","modified_at":"2026-02-06T07:05:02.000Z","name":"Sheridan Kuhlman","mobile_number":"517-567-3002","email_id":"Paul92@gmail.com","dop":"2025-04-06","serial_number":"12559036493029272","imei1":"12559036493029272","imei2":"12559036493029272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178950,"job_number":"JOB_178950","tr_customer_id":178968,"tr_customer_product_id":178958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:01.000Z","modified_at":"2026-02-06T07:05:42.000Z","name":"Burley Kunze","mobile_number":"979-872-4954","email_id":"Ova_Kemmer36@hotmail.com","dop":"2025-04-06","serial_number":"14719862789615","imei1":"14719862789615","imei2":"14719862789615","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178949,"job_number":"JOB_178949","tr_customer_id":178967,"tr_customer_product_id":178957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:00.000Z","modified_at":"2026-02-06T07:05:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19161731361074","imei1":"19161731361074","imei2":"19161731361074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178948,"job_number":"JOB_178948","tr_customer_id":178966,"tr_customer_product_id":178956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:32.000Z","modified_at":"2026-02-06T07:03:32.000Z","name":"Ernestine Reichel","mobile_number":"638-632-7640","email_id":"Finn_Mertz71@yahoo.com","dop":"2025-04-06","serial_number":"10831254783412986","imei1":"10831254783412986","imei2":"10831254783412986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178947,"job_number":"JOB_178947","tr_customer_id":178965,"tr_customer_product_id":178955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:30.000Z","modified_at":"2026-02-06T07:04:15.000Z","name":"Daphne Wiegand","mobile_number":"833-821-3711","email_id":"Ludie_Gusikowski76@yahoo.com","dop":"2025-04-06","serial_number":"19456772657849","imei1":"19456772657849","imei2":"19456772657849","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:04:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178946,"job_number":"JOB_178946","tr_customer_id":178964,"tr_customer_product_id":178954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:30.000Z","modified_at":"2026-02-06T07:03:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17920847589643","imei1":"17920847589643","imei2":"17920847589643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:03:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178945,"job_number":"JOB_178945","tr_customer_id":178963,"tr_customer_product_id":178953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:55.000Z","modified_at":"2026-02-06T07:02:55.000Z","name":"Sydney Boyle","mobile_number":"416-346-7735","email_id":"Shane_Ortiz@gmail.com","dop":"2025-04-06","serial_number":"10497313265800412","imei1":"10497313265800412","imei2":"10497313265800412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178944,"job_number":"JOB_178944","tr_customer_id":178962,"tr_customer_product_id":178952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:53.000Z","modified_at":"2026-02-06T07:03:39.000Z","name":"Branson Pfeffer","mobile_number":"460-855-4218","email_id":"Brett_Paucek71@hotmail.com","dop":"2025-04-06","serial_number":"15397367147044","imei1":"15397367147044","imei2":"15397367147044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:03:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178943,"job_number":"JOB_178943","tr_customer_id":178961,"tr_customer_product_id":178951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:53.000Z","modified_at":"2026-02-06T07:02:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14472343314859","imei1":"14472343314859","imei2":"14472343314859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178942,"job_number":"JOB_178942","tr_customer_id":178960,"tr_customer_product_id":178950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:44.000Z","modified_at":"2026-02-06T07:02:44.000Z","name":"Beryl Heller","mobile_number":"407-616-1816","email_id":"Eliza.Cummings@hotmail.com","dop":"2025-04-06","serial_number":"10231407315906314","imei1":"10231407315906314","imei2":"10231407315906314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178941,"job_number":"JOB_178941","tr_customer_id":178959,"tr_customer_product_id":178949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:42.000Z","modified_at":"2026-02-06T07:03:25.000Z","name":"Bart Wunsch","mobile_number":"286-888-0892","email_id":"Juana93@yahoo.com","dop":"2025-04-06","serial_number":"10101928501336","imei1":"10101928501336","imei2":"10101928501336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178940,"job_number":"JOB_178940","tr_customer_id":178958,"tr_customer_product_id":178948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:42.000Z","modified_at":"2026-02-06T07:02:42.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"13972484773853","imei1":"13972484773853","imei2":"13972484773853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178939,"job_number":"JOB_178939","tr_customer_id":178957,"tr_customer_product_id":178947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:37.000Z","modified_at":"2026-02-06T07:02:37.000Z","name":"Reyna West","mobile_number":"938-678-4373","email_id":"Lenore_Gutmann5@gmail.com","dop":"2025-04-06","serial_number":"19415787839704800","imei1":"19415787839704800","imei2":"19415787839704800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178938,"job_number":"JOB_178938","tr_customer_id":178956,"tr_customer_product_id":178946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:36.000Z","modified_at":"2026-02-06T07:03:21.000Z","name":"Avery Champlin","mobile_number":"791-637-1032","email_id":"Rosanna.Kilback1@hotmail.com","dop":"2025-04-06","serial_number":"11185466058604","imei1":"11185466058604","imei2":"11185466058604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178937,"job_number":"JOB_178937","tr_customer_id":178955,"tr_customer_product_id":178945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:35.000Z","modified_at":"2026-02-06T07:02:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13473407524577","imei1":"13473407524577","imei2":"13473407524577","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178936,"job_number":"JOB_178936","tr_customer_id":178954,"tr_customer_product_id":178944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:00.000Z","modified_at":"2026-02-06T07:02:00.000Z","name":"Jazmyne Marvin","mobile_number":"373-943-4892","email_id":"Janae_Marks@yahoo.com","dop":"2025-04-06","serial_number":"16813033263020008","imei1":"16813033263020008","imei2":"16813033263020008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178935,"job_number":"JOB_178935","tr_customer_id":178953,"tr_customer_product_id":178943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:59.000Z","modified_at":"2026-02-06T07:01:59.000Z","name":"Wanda Heller","mobile_number":"308-818-0907","email_id":"Alan94@yahoo.com","dop":"2025-04-06","serial_number":"12191856865361422","imei1":"12191856865361422","imei2":"12191856865361422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178934,"job_number":"JOB_178934","tr_customer_id":178952,"tr_customer_product_id":178942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:59.000Z","modified_at":"2026-02-06T07:01:59.000Z","name":"Ottis Turner","mobile_number":"228-306-7672","email_id":"Kale.Bahringer64@yahoo.com","dop":"2025-04-06","serial_number":"12532733221351342","imei1":"12532733221351342","imei2":"12532733221351342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178933,"job_number":"JOB_178933","tr_customer_id":178951,"tr_customer_product_id":178941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:58.000Z","modified_at":"2026-02-06T07:02:44.000Z","name":"Eric Fahey","mobile_number":"680-869-0582","email_id":"Justice63@hotmail.com","dop":"2025-04-06","serial_number":"14737159141466","imei1":"14737159141466","imei2":"14737159141466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178932,"job_number":"JOB_178932","tr_customer_id":178950,"tr_customer_product_id":178940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:58.000Z","modified_at":"2026-02-06T07:01:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10597368262404","imei1":"10597368262404","imei2":"10597368262404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178931,"job_number":"JOB_178931","tr_customer_id":178949,"tr_customer_product_id":178939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:58.000Z","modified_at":"2026-02-06T07:02:36.000Z","name":"Loren Stark","mobile_number":"312-776-6780","email_id":"Ada.Labadie10@yahoo.com","dop":"2025-04-06","serial_number":"14339628547425","imei1":"14339628547425","imei2":"14339628547425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178930,"job_number":"JOB_178930","tr_customer_id":178948,"tr_customer_product_id":178938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:57.000Z","modified_at":"2026-02-06T07:02:43.000Z","name":"Casey Bradtke","mobile_number":"898-541-2937","email_id":"Tyrel.Hilll@gmail.com","dop":"2025-04-06","serial_number":"19555008397539","imei1":"19555008397539","imei2":"19555008397539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178929,"job_number":"JOB_178929","tr_customer_id":178947,"tr_customer_product_id":178937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:52.000Z","modified_at":"2026-02-06T07:01:52.000Z","name":"Haleigh Kshlerin","mobile_number":"672-651-7362","email_id":"Ara.Bernhard@gmail.com","dop":"2025-04-06","serial_number":"13333742920209500","imei1":"13333742920209500","imei2":"13333742920209500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178928,"job_number":"JOB_178928","tr_customer_id":178946,"tr_customer_product_id":178936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:50.000Z","modified_at":"2026-02-06T07:02:34.000Z","name":"Jarod VonRueden","mobile_number":"797-915-2095","email_id":"Willow7@yahoo.com","dop":"2025-04-06","serial_number":"12989549641980","imei1":"12989549641980","imei2":"12989549641980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178927,"job_number":"JOB_178927","tr_customer_id":178945,"tr_customer_product_id":178935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:50.000Z","modified_at":"2026-02-06T07:01:50.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"13298360656238","imei1":"13298360656238","imei2":"13298360656238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178926,"job_number":"JOB_178926","tr_customer_id":178944,"tr_customer_product_id":178934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:42.000Z","modified_at":"2026-02-06T07:01:42.000Z","name":"Brandi Wuckert","mobile_number":"376-534-1423","email_id":"Quincy_Padberg@hotmail.com","dop":"2025-04-06","serial_number":"17095021356356952","imei1":"17095021356356952","imei2":"17095021356356952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178925,"job_number":"JOB_178925","tr_customer_id":178943,"tr_customer_product_id":178933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:41.000Z","modified_at":"2026-02-06T07:02:27.000Z","name":"Norval Volkman","mobile_number":"508-391-5596","email_id":"Jaden_Feeney29@yahoo.com","dop":"2025-04-06","serial_number":"18652990407408","imei1":"18652990407408","imei2":"18652990407408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178924,"job_number":"JOB_178924","tr_customer_id":178942,"tr_customer_product_id":178932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:40.000Z","modified_at":"2026-02-06T07:01:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10727081071044","imei1":"10727081071044","imei2":"10727081071044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178923,"job_number":"JOB_178923","tr_customer_id":178941,"tr_customer_product_id":178931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:05.000Z","modified_at":"2026-02-06T07:01:05.000Z","name":"Gavin Rogahn","mobile_number":"590-239-5819","email_id":"Doris_Casper19@yahoo.com","dop":"2025-04-06","serial_number":"17002356000045296","imei1":"17002356000045296","imei2":"17002356000045296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178922,"job_number":"JOB_178922","tr_customer_id":178940,"tr_customer_product_id":178930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:03.000Z","modified_at":"2026-02-06T07:01:49.000Z","name":"Chanelle Zieme","mobile_number":"759-915-8121","email_id":"Elna56@yahoo.com","dop":"2025-04-06","serial_number":"18718698274857","imei1":"18718698274857","imei2":"18718698274857","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:01:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178921,"job_number":"JOB_178921","tr_customer_id":178939,"tr_customer_product_id":178929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:03.000Z","modified_at":"2026-02-06T07:01:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15226533868404","imei1":"15226533868404","imei2":"15226533868404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178920,"job_number":"JOB_178920","tr_customer_id":178938,"tr_customer_product_id":178928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:59.000Z","modified_at":"2026-02-06T07:00:59.000Z","name":"Abagail Bergstrom","mobile_number":"814-256-2224","email_id":"Kali43@yahoo.com","dop":"2025-04-06","serial_number":"19203794390418292","imei1":"19203794390418292","imei2":"19203794390418292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178919,"job_number":"JOB_178919","tr_customer_id":178937,"tr_customer_product_id":178927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:57.000Z","modified_at":"2026-02-06T07:01:41.000Z","name":"Lavada Homenick","mobile_number":"366-302-8431","email_id":"Don.Lindgren@gmail.com","dop":"2025-04-06","serial_number":"12079846250507","imei1":"12079846250507","imei2":"12079846250507","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178918,"job_number":"JOB_178918","tr_customer_id":178936,"tr_customer_product_id":178926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:57.000Z","modified_at":"2026-02-06T07:00:57.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"11387056771415","imei1":"11387056771415","imei2":"11387056771415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:00:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178917,"job_number":"JOB_178917","tr_customer_id":178935,"tr_customer_product_id":178925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:57.000Z","modified_at":"2026-02-06T06:57:57.000Z","name":"Malvina Thiel","mobile_number":"821-565-1611","email_id":"Frankie.Gibson@hotmail.com","dop":"2025-04-06","serial_number":"10171136895783408","imei1":"10171136895783408","imei2":"10171136895783408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178916,"job_number":"JOB_178916","tr_customer_id":178934,"tr_customer_product_id":178924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:56.000Z","modified_at":"2026-02-06T06:58:38.000Z","name":"Diana Smith","mobile_number":"593-396-5129","email_id":"Jordy.Harvey@hotmail.com","dop":"2025-04-06","serial_number":"10201013514815","imei1":"10201013514815","imei2":"10201013514815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178915,"job_number":"JOB_178915","tr_customer_id":178933,"tr_customer_product_id":178923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:55.000Z","modified_at":"2026-02-06T06:57:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17744560349240","imei1":"17744560349240","imei2":"17744560349240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178913,"job_number":"JOB_178913","tr_customer_id":178931,"tr_customer_product_id":178921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:46.000Z","modified_at":"2026-02-06T06:58:31.000Z","name":"Jailyn Stracke","mobile_number":"284-282-0967","email_id":"Katelyn0@gmail.com","dop":"2000-01-31","serial_number":"10171339315367","imei1":"10171339315367","imei2":"10171339315367","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178911,"job_number":"JOB_178911","tr_customer_id":178929,"tr_customer_product_id":178919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:06.000Z","modified_at":"2026-02-06T06:57:06.000Z","name":"Nelda Wehner","mobile_number":"334-611-1274","email_id":"Novella.Wisozk@gmail.com","dop":"2025-04-06","serial_number":"17707884621672788","imei1":"17707884621672788","imei2":"17707884621672788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178910,"job_number":"JOB_178910","tr_customer_id":178928,"tr_customer_product_id":178918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:05.000Z","modified_at":"2026-02-06T06:57:47.000Z","name":"Kayley Kuhic","mobile_number":"724-436-1972","email_id":"Jarvis.Crooks33@gmail.com","dop":"2025-04-06","serial_number":"17044087782448","imei1":"17044087782448","imei2":"17044087782448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178909,"job_number":"JOB_178909","tr_customer_id":178927,"tr_customer_product_id":178917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:04.000Z","modified_at":"2026-02-06T06:57:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15369178769588","imei1":"15369178769588","imei2":"15369178769588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178907,"job_number":"JOB_178907","tr_customer_id":178925,"tr_customer_product_id":178915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:52.000Z","modified_at":"2026-02-06T06:57:37.000Z","name":"Devyn Erdman","mobile_number":"260-988-7276","email_id":"Francisca_Cummings60@gmail.com","dop":"2000-01-31","serial_number":"10324413965385","imei1":"10324413965385","imei2":"10324413965385","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178905,"job_number":"JOB_178905","tr_customer_id":178923,"tr_customer_product_id":178913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:29.000Z","modified_at":"2026-02-06T06:56:29.000Z","name":"Luciano Kilback","mobile_number":"640-604-1116","email_id":"Amir66@gmail.com","dop":"2025-04-06","serial_number":"19735698765972016","imei1":"19735698765972016","imei2":"19735698765972016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178904,"job_number":"JOB_178904","tr_customer_id":178922,"tr_customer_product_id":178912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:28.000Z","modified_at":"2026-02-06T06:57:07.000Z","name":"Ricardo Hackett","mobile_number":"213-796-9315","email_id":"Herman_Gutmann@gmail.com","dop":"2025-04-06","serial_number":"13926045357322","imei1":"13926045357322","imei2":"13926045357322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178903,"job_number":"JOB_178903","tr_customer_id":178921,"tr_customer_product_id":178911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:27.000Z","modified_at":"2026-02-06T06:56:27.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"10660233371962","imei1":"10660233371962","imei2":"10660233371962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178902,"job_number":"JOB_178902","tr_customer_id":178920,"tr_customer_product_id":178910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:17.000Z","modified_at":"2026-02-06T06:56:17.000Z","name":"Jaden Jacobson","mobile_number":"462-979-3480","email_id":"Hassie51@gmail.com","dop":"2025-04-06","serial_number":"18776311774188620","imei1":"18776311774188620","imei2":"18776311774188620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178901,"job_number":"JOB_178901","tr_customer_id":178919,"tr_customer_product_id":178909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:16.000Z","modified_at":"2026-02-06T06:56:53.000Z","name":"Jaycee Jaskolski","mobile_number":"821-982-2035","email_id":"Tia_Lind@gmail.com","dop":"2025-04-06","serial_number":"13021561998850","imei1":"13021561998850","imei2":"13021561998850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178900,"job_number":"JOB_178900","tr_customer_id":178918,"tr_customer_product_id":178908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:15.000Z","modified_at":"2026-02-06T06:56:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11069070762379","imei1":"11069070762379","imei2":"11069070762379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178899,"job_number":"JOB_178899","tr_customer_id":178917,"tr_customer_product_id":178907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:14.000Z","modified_at":"2026-02-06T06:56:14.000Z","name":"Helene Wisoky","mobile_number":"350-377-4426","email_id":"Dorothea_Wilderman@hotmail.com","dop":"2025-04-06","serial_number":"15152973638932044","imei1":"15152973638932044","imei2":"15152973638932044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178898,"job_number":"JOB_178898","tr_customer_id":178916,"tr_customer_product_id":178906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:13.000Z","modified_at":"2026-02-06T06:56:56.000Z","name":"Maryse Greenfelder","mobile_number":"400-441-9465","email_id":"Arjun.Ullrich@hotmail.com","dop":"2025-04-06","serial_number":"10587341366595","imei1":"10587341366595","imei2":"10587341366595","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178897,"job_number":"JOB_178897","tr_customer_id":178915,"tr_customer_product_id":178905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:12.000Z","modified_at":"2026-02-06T06:56:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10564614319878","imei1":"10564614319878","imei2":"10564614319878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178895,"job_number":"JOB_178895","tr_customer_id":178913,"tr_customer_product_id":178903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:58.000Z","modified_at":"2026-02-06T06:56:43.000Z","name":"Marcellus Hagenes","mobile_number":"399-979-4235","email_id":"Greg.Runolfsson2@hotmail.com","dop":"2000-01-31","serial_number":"10150949641707","imei1":"10150949641707","imei2":"10150949641707","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178893,"job_number":"JOB_178893","tr_customer_id":178911,"tr_customer_product_id":178901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:42.000Z","modified_at":"2026-02-06T06:55:42.000Z","name":"Rossie Effertz","mobile_number":"460-658-0979","email_id":"Crystal.Johnston1@hotmail.com","dop":"2025-04-06","serial_number":"14784965860737532","imei1":"14784965860737532","imei2":"14784965860737532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178892,"job_number":"JOB_178892","tr_customer_id":178910,"tr_customer_product_id":178900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:40.000Z","modified_at":"2026-02-06T06:56:20.000Z","name":"Cathy Friesen","mobile_number":"215-876-6459","email_id":"Casey.Gerlach@yahoo.com","dop":"2025-04-06","serial_number":"11205568642410","imei1":"11205568642410","imei2":"11205568642410","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178891,"job_number":"JOB_178891","tr_customer_id":178909,"tr_customer_product_id":178899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:40.000Z","modified_at":"2026-02-06T06:55:40.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"14930354768508","imei1":"14930354768508","imei2":"14930354768508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178890,"job_number":"JOB_178890","tr_customer_id":178908,"tr_customer_product_id":178898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:32.000Z","modified_at":"2026-02-06T06:55:32.000Z","name":"Arjun Tromp","mobile_number":"414-785-8808","email_id":"Kailee82@yahoo.com","dop":"2025-04-06","serial_number":"17661828527272584","imei1":"17661828527272584","imei2":"17661828527272584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178889,"job_number":"JOB_178889","tr_customer_id":178907,"tr_customer_product_id":178897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:31.000Z","modified_at":"2026-02-06T06:56:08.000Z","name":"Adolphus Schultz","mobile_number":"838-927-6948","email_id":"Irwin.Johnson70@hotmail.com","dop":"2025-04-06","serial_number":"11609559637212","imei1":"11609559637212","imei2":"11609559637212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178888,"job_number":"JOB_178888","tr_customer_id":178906,"tr_customer_product_id":178896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:30.000Z","modified_at":"2026-02-06T06:55:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19191882104652","imei1":"19191882104652","imei2":"19191882104652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178886,"job_number":"JOB_178886","tr_customer_id":178904,"tr_customer_product_id":178894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:02.000Z","modified_at":"2026-02-06T06:55:49.000Z","name":"Keyshawn Abbott","mobile_number":"201-642-9945","email_id":"Andreanne.Hoppe@hotmail.com","dop":"2000-01-31","serial_number":"10718753085919","imei1":"10718753085919","imei2":"10718753085919","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178884,"job_number":"JOB_178884","tr_customer_id":178902,"tr_customer_product_id":178892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:54.000Z","modified_at":"2026-02-06T06:54:54.000Z","name":"Raquel Bernhard","mobile_number":"285-403-1991","email_id":"Rigoberto.Zieme@yahoo.com","dop":"2025-04-06","serial_number":"14618290375263452","imei1":"14618290375263452","imei2":"14618290375263452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178883,"job_number":"JOB_178883","tr_customer_id":178901,"tr_customer_product_id":178891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:52.000Z","modified_at":"2026-02-06T06:55:32.000Z","name":"Celia Schumm","mobile_number":"801-390-6504","email_id":"Cade.Schmidt@gmail.com","dop":"2025-04-06","serial_number":"19096615411646","imei1":"19096615411646","imei2":"19096615411646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178882,"job_number":"JOB_178882","tr_customer_id":178900,"tr_customer_product_id":178890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:52.000Z","modified_at":"2026-02-06T06:54:52.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"16159422371734","imei1":"16159422371734","imei2":"16159422371734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178881,"job_number":"JOB_178881","tr_customer_id":178899,"tr_customer_product_id":178889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:46.000Z","modified_at":"2026-02-06T06:54:46.000Z","name":"Richmond Maggio","mobile_number":"963-782-0150","email_id":"Leta_Kuhic99@hotmail.com","dop":"2025-04-06","serial_number":"19287958873678210","imei1":"19287958873678210","imei2":"19287958873678210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178880,"job_number":"JOB_178880","tr_customer_id":178898,"tr_customer_product_id":178888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:44.000Z","modified_at":"2026-02-06T06:55:23.000Z","name":"Blaze DuBuque","mobile_number":"287-760-1551","email_id":"Ricky64@yahoo.com","dop":"2025-04-06","serial_number":"13113032506573","imei1":"13113032506573","imei2":"13113032506573","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178879,"job_number":"JOB_178879","tr_customer_id":178897,"tr_customer_product_id":178887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:44.000Z","modified_at":"2026-02-06T06:54:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18523819994098","imei1":"18523819994098","imei2":"18523819994098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178878,"job_number":"JOB_178878","tr_customer_id":178896,"tr_customer_product_id":178886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:43.000Z","modified_at":"2026-02-06T06:54:43.000Z","name":"Zachery Bogan","mobile_number":"268-994-7786","email_id":"Grayson.Reilly@hotmail.com","dop":"2025-04-06","serial_number":"15982476206766984","imei1":"15982476206766984","imei2":"15982476206766984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178877,"job_number":"JOB_178877","tr_customer_id":178895,"tr_customer_product_id":178885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:42.000Z","modified_at":"2026-02-06T06:55:20.000Z","name":"Clement Koepp","mobile_number":"693-537-7749","email_id":"Kian_Blick@gmail.com","dop":"2025-04-06","serial_number":"14643628354244","imei1":"14643628354244","imei2":"14643628354244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178876,"job_number":"JOB_178876","tr_customer_id":178894,"tr_customer_product_id":178884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:42.000Z","modified_at":"2026-02-06T06:54:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13448206559711","imei1":"13448206559711","imei2":"13448206559711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178875,"job_number":"JOB_178875","tr_customer_id":178893,"tr_customer_product_id":178883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:03.000Z","modified_at":"2026-02-06T06:54:03.000Z","name":"Robin Rice","mobile_number":"630-299-8431","email_id":"Donna85@hotmail.com","dop":"2025-04-06","serial_number":"16650476521663000","imei1":"16650476521663000","imei2":"16650476521663000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178874,"job_number":"JOB_178874","tr_customer_id":178892,"tr_customer_product_id":178882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:01.000Z","modified_at":"2026-02-06T06:54:43.000Z","name":"Kristian Macejkovic","mobile_number":"885-783-2513","email_id":"Javonte65@gmail.com","dop":"2025-04-06","serial_number":"17071538377092","imei1":"17071538377092","imei2":"17071538377092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178873,"job_number":"JOB_178873","tr_customer_id":178891,"tr_customer_product_id":178881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:58.000Z","modified_at":"2026-02-06T06:53:58.000Z","name":"Joseph Hansen","mobile_number":"403-771-4986","email_id":"Nico.Kulas@gmail.com","dop":"2025-04-06","serial_number":"17463485163367480","imei1":"17463485163367480","imei2":"17463485163367480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178872,"job_number":"JOB_178872","tr_customer_id":178890,"tr_customer_product_id":178880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:56.000Z","modified_at":"2026-02-06T06:54:34.000Z","name":"Brielle Hills","mobile_number":"269-962-4388","email_id":"Jonas_Howell@gmail.com","dop":"2025-04-06","serial_number":"12171108028677","imei1":"12171108028677","imei2":"12171108028677","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:54:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178871,"job_number":"JOB_178871","tr_customer_id":178889,"tr_customer_product_id":178879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:56.000Z","modified_at":"2026-02-06T06:53:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18054689691058","imei1":"18054689691058","imei2":"18054689691058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178870,"job_number":"JOB_178870","tr_customer_id":178888,"tr_customer_product_id":178878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:11.000Z","modified_at":"2026-02-06T06:53:11.000Z","name":"Estelle Kreiger","mobile_number":"275-989-0294","email_id":"Cayla.Raynor19@yahoo.com","dop":"2025-04-06","serial_number":"12334707280277968","imei1":"12334707280277968","imei2":"12334707280277968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178869,"job_number":"JOB_178869","tr_customer_id":178887,"tr_customer_product_id":178877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:10.000Z","modified_at":"2026-02-06T06:53:49.000Z","name":"Ava Schuppe","mobile_number":"809-591-4986","email_id":"Lance_Bernhard@hotmail.com","dop":"2025-04-06","serial_number":"16410380761710","imei1":"16410380761710","imei2":"16410380761710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178868,"job_number":"JOB_178868","tr_customer_id":178886,"tr_customer_product_id":178876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:10.000Z","modified_at":"2026-02-06T06:53:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14286908152760","imei1":"14286908152760","imei2":"14286908152760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178867,"job_number":"JOB_178867","tr_customer_id":178885,"tr_customer_product_id":178875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:35.000Z","modified_at":"2026-02-06T06:51:35.000Z","name":"Chyna Connelly","mobile_number":"585-398-2706","email_id":"Myriam_Swaniawski@gmail.com","dop":"2025-04-06","serial_number":"17490032086050580","imei1":"17490032086050580","imei2":"17490032086050580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178866,"job_number":"JOB_178866","tr_customer_id":178884,"tr_customer_product_id":178874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:34.000Z","modified_at":"2026-02-06T06:52:12.000Z","name":"Abdul Heller","mobile_number":"623-409-8684","email_id":"Jany.Rowe@hotmail.com","dop":"2025-04-06","serial_number":"19587232857239","imei1":"19587232857239","imei2":"19587232857239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178865,"job_number":"JOB_178865","tr_customer_id":178883,"tr_customer_product_id":178873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:33.000Z","modified_at":"2026-02-06T06:51:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19519103885961","imei1":"19519103885961","imei2":"19519103885961","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178864,"job_number":"JOB_178864","tr_customer_id":178882,"tr_customer_product_id":178872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:49.000Z","modified_at":"2026-02-06T06:50:49.000Z","name":"Luisa Hoeger","mobile_number":"727-960-4650","email_id":"Nikki6@yahoo.com","dop":"2025-04-06","serial_number":"15421387150380556","imei1":"15421387150380556","imei2":"15421387150380556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178863,"job_number":"JOB_178863","tr_customer_id":178881,"tr_customer_product_id":178871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:47.000Z","modified_at":"2026-02-06T06:51:26.000Z","name":"Liliana Rice","mobile_number":"830-678-5977","email_id":"Bartholome_Smith@yahoo.com","dop":"2025-04-06","serial_number":"13567815461229","imei1":"13567815461229","imei2":"13567815461229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178862,"job_number":"JOB_178862","tr_customer_id":178880,"tr_customer_product_id":178870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:47.000Z","modified_at":"2026-02-06T06:50:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12074028403957","imei1":"12074028403957","imei2":"12074028403957","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178861,"job_number":"JOB_178861","tr_customer_id":178879,"tr_customer_product_id":178869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:02.000Z","modified_at":"2026-02-06T06:50:02.000Z","name":"Jennifer Schinner","mobile_number":"696-900-6880","email_id":"Travon.Herzog@hotmail.com","dop":"2025-04-06","serial_number":"18281248259133980","imei1":"18281248259133980","imei2":"18281248259133980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178860,"job_number":"JOB_178860","tr_customer_id":178878,"tr_customer_product_id":178868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:00.000Z","modified_at":"2026-02-06T06:50:40.000Z","name":"Hertha Welch","mobile_number":"610-927-9522","email_id":"Mikel.Watsica36@hotmail.com","dop":"2025-04-06","serial_number":"16097580495526","imei1":"16097580495526","imei2":"16097580495526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178859,"job_number":"JOB_178859","tr_customer_id":178877,"tr_customer_product_id":178867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:00.000Z","modified_at":"2026-02-06T06:50:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18067726902241","imei1":"18067726902241","imei2":"18067726902241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178858,"job_number":"JOB_178858","tr_customer_id":178876,"tr_customer_product_id":178866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:46.000Z","modified_at":"2026-02-06T06:49:46.000Z","name":"Orville Langworth","mobile_number":"978-897-9328","email_id":"Noelia.Muller@gmail.com","dop":"2025-10-05","serial_number":"10736414106113","imei1":"10736414106113","imei2":"10736414106113","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178857,"job_number":"JOB_178857","tr_customer_id":178875,"tr_customer_product_id":178865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:38.000Z","modified_at":"2026-02-06T06:49:38.000Z","name":"Henry Reinger","mobile_number":"402-580-1840","email_id":"Freddy.Wunsch@gmail.com","dop":"2025-10-05","serial_number":"10113283058728","imei1":"10113283058728","imei2":"10113283058728","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178852,"job_number":"JOB_178852","tr_customer_id":178870,"tr_customer_product_id":178860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:42.000Z","modified_at":"2026-02-06T06:48:42.000Z","name":"Ryleigh Legros","mobile_number":"472-964-1847","email_id":"Peyton72@hotmail.com","dop":"2026-01-23","serial_number":"136286241355847","imei1":"136286241355847","imei2":"136286241355847","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178851,"job_number":"JOB_178851","tr_customer_id":178869,"tr_customer_product_id":178859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:40.000Z","modified_at":"2026-02-06T06:49:06.000Z","name":"Marcelina Reinger","mobile_number":"879-448-3750","email_id":"Maude4@hotmail.com","dop":"2026-01-23","serial_number":"18835160636483","imei1":"18835160636483","imei2":"18835160636483","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:49:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178848,"job_number":"JOB_178848","tr_customer_id":178866,"tr_customer_product_id":178856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:28.000Z","modified_at":"2026-02-06T06:48:28.000Z","name":"Josiane Williamson","mobile_number":"425-581-2041","email_id":"Gail_Hayes73@gmail.com","dop":"2025-10-05","serial_number":"15861617411245","imei1":"15861617411245","imei2":"15861617411245","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178847,"job_number":"JOB_178847","tr_customer_id":178865,"tr_customer_product_id":178855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:47.000Z","modified_at":"2026-02-06T06:47:47.000Z","name":"Kamille Dickens","mobile_number":"611-771-4962","email_id":"Tianna.Moen@hotmail.com","dop":"2025-04-06","serial_number":"18853750550819556","imei1":"18853750550819556","imei2":"18853750550819556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178846,"job_number":"JOB_178846","tr_customer_id":178864,"tr_customer_product_id":178854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:45.000Z","modified_at":"2026-02-06T06:48:27.000Z","name":"Declan Emard","mobile_number":"677-287-9168","email_id":"Mack_Reinger@hotmail.com","dop":"2025-04-06","serial_number":"14046039843685","imei1":"14046039843685","imei2":"14046039843685","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178845,"job_number":"JOB_178845","tr_customer_id":178863,"tr_customer_product_id":178853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:45.000Z","modified_at":"2026-02-06T06:47:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13509145658953","imei1":"13509145658953","imei2":"13509145658953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178844,"job_number":"JOB_178844","tr_customer_id":178862,"tr_customer_product_id":178852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:17.000Z","modified_at":"2026-02-06T06:47:17.000Z","name":"Horacio Mosciski","mobile_number":"605-700-1039","email_id":"Bella_Streich7@yahoo.com","dop":"2026-01-23","serial_number":"142922729188726","imei1":"142922729188726","imei2":"142922729188726","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178843,"job_number":"JOB_178843","tr_customer_id":178861,"tr_customer_product_id":178851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:16.000Z","modified_at":"2026-02-06T06:47:42.000Z","name":"Ottilie Grady","mobile_number":"844-406-8470","email_id":"Candida.Kiehn56@yahoo.com","dop":"2026-01-23","serial_number":"17548295826563","imei1":"17548295826563","imei2":"17548295826563","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:47:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178842,"job_number":"JOB_178842","tr_customer_id":178860,"tr_customer_product_id":178850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:56.000Z","modified_at":"2026-02-06T06:46:56.000Z","name":"Zoie Dietrich","mobile_number":"575-566-4523","email_id":"Jovan19@hotmail.com","dop":"2025-04-06","serial_number":"14231968804747680","imei1":"14231968804747680","imei2":"14231968804747680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178841,"job_number":"JOB_178841","tr_customer_id":178859,"tr_customer_product_id":178849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:54.000Z","modified_at":"2026-02-06T06:47:37.000Z","name":"Jasen Orn","mobile_number":"663-259-4758","email_id":"Tyrese_Jast@yahoo.com","dop":"2025-04-06","serial_number":"10237531981034","imei1":"10237531981034","imei2":"10237531981034","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178840,"job_number":"JOB_178840","tr_customer_id":178858,"tr_customer_product_id":178848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:54.000Z","modified_at":"2026-02-06T06:46:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13626324084681","imei1":"13626324084681","imei2":"13626324084681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178839,"job_number":"JOB_178839","tr_customer_id":178857,"tr_customer_product_id":178847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:04.000Z","modified_at":"2026-02-06T06:46:04.000Z","name":"Michele Ernser","mobile_number":"557-455-3590","email_id":"Idella.Johnston@gmail.com","dop":"2025-04-06","serial_number":"11405727434515498","imei1":"11405727434515498","imei2":"11405727434515498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178838,"job_number":"JOB_178838","tr_customer_id":178856,"tr_customer_product_id":178846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:03.000Z","modified_at":"2026-02-06T06:46:46.000Z","name":"Dan Zieme","mobile_number":"461-771-9429","email_id":"Felicity_Schulist@gmail.com","dop":"2025-04-06","serial_number":"12553996678296","imei1":"12553996678296","imei2":"12553996678296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178837,"job_number":"JOB_178837","tr_customer_id":178855,"tr_customer_product_id":178845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:03.000Z","modified_at":"2026-02-06T06:46:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16919980653154","imei1":"16919980653154","imei2":"16919980653154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178836,"job_number":"JOB_178836","tr_customer_id":178854,"tr_customer_product_id":178844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:45:56.000Z","modified_at":"2026-02-06T06:45:56.000Z","name":"Mckenna Harvey","mobile_number":"361-712-1426","email_id":"Chadrick.Romaguera67@gmail.com","dop":"2026-01-23","serial_number":"158542847062259","imei1":"158542847062259","imei2":"158542847062259","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178835,"job_number":"JOB_178835","tr_customer_id":178853,"tr_customer_product_id":178843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:45:55.000Z","modified_at":"2026-02-06T06:46:20.000Z","name":"Nadia Ernser","mobile_number":"837-592-4853","email_id":"Wilfred13@gmail.com","dop":"2026-01-23","serial_number":"17705677962055","imei1":"17705677962055","imei2":"17705677962055","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178834,"job_number":"JOB_178834","tr_customer_id":178852,"tr_customer_product_id":178842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:45.000Z","modified_at":"2026-02-06T06:44:45.000Z","name":"Dave Davis","mobile_number":"214-848-6625","email_id":"Santa_Kuhlman95@hotmail.com","dop":"2025-04-06","serial_number":"14350976447124766","imei1":"14350976447124766","imei2":"14350976447124766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178833,"job_number":"JOB_178833","tr_customer_id":178851,"tr_customer_product_id":178841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:44.000Z","modified_at":"2026-02-06T06:45:23.000Z","name":"Johnny Quigley","mobile_number":"684-285-0739","email_id":"Liam88@yahoo.com","dop":"2025-04-06","serial_number":"12550690244730","imei1":"12550690244730","imei2":"12550690244730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:45:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178832,"job_number":"JOB_178832","tr_customer_id":178850,"tr_customer_product_id":178840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:44.000Z","modified_at":"2026-02-06T06:44:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10978613935534","imei1":"10978613935534","imei2":"10978613935534","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178831,"job_number":"JOB_178831","tr_customer_id":178849,"tr_customer_product_id":178839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:07.000Z","modified_at":"2026-02-06T06:44:07.000Z","name":"Efren Gibson","mobile_number":"863-556-6261","email_id":"Ana36@gmail.com","dop":"2025-10-05","serial_number":"15175717885159","imei1":"15175717885159","imei2":"15175717885159","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178830,"job_number":"JOB_178830","tr_customer_id":178848,"tr_customer_product_id":178838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:01.000Z","modified_at":"2026-02-06T06:44:01.000Z","name":"Kim Skiles","mobile_number":"494-485-8061","email_id":"Destin.Parker@hotmail.com","dop":"2025-04-06","serial_number":"19123711265213200","imei1":"19123711265213200","imei2":"19123711265213200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178829,"job_number":"JOB_178829","tr_customer_id":178847,"tr_customer_product_id":178837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:44:35.000Z","name":"Stephan Kuhlman","mobile_number":"734-626-6722","email_id":"Cecilia_Rau@hotmail.com","dop":"2025-04-06","serial_number":"11175108868221","imei1":"11175108868221","imei2":"11175108868221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178828,"job_number":"JOB_178828","tr_customer_id":178846,"tr_customer_product_id":178836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:43:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18633993096880","imei1":"18633993096880","imei2":"18633993096880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178827,"job_number":"JOB_178827","tr_customer_id":178845,"tr_customer_product_id":178835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:43:59.000Z","name":"Britney Krajcik","mobile_number":"718-209-2586","email_id":"Jany.Metz@gmail.com","dop":"2025-04-06","serial_number":"17862049717599084","imei1":"17862049717599084","imei2":"17862049717599084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178826,"job_number":"JOB_178826","tr_customer_id":178844,"tr_customer_product_id":178834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:58.000Z","modified_at":"2026-02-06T06:44:36.000Z","name":"Elton Kessler","mobile_number":"806-637-9557","email_id":"Cornelius23@yahoo.com","dop":"2025-04-06","serial_number":"18089490916318","imei1":"18089490916318","imei2":"18089490916318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:44:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178825,"job_number":"JOB_178825","tr_customer_id":178843,"tr_customer_product_id":178833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:57.000Z","modified_at":"2026-02-06T06:43:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11480178311106","imei1":"11480178311106","imei2":"11480178311106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178824,"job_number":"JOB_178824","tr_customer_id":178842,"tr_customer_product_id":178832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:17.000Z","modified_at":"2026-02-06T06:43:17.000Z","name":"Kailee Kohler","mobile_number":"397-332-8652","email_id":"Frederick_Zemlak@gmail.com","dop":"2025-04-06","serial_number":"16985789478389866","imei1":"16985789478389866","imei2":"16985789478389866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178823,"job_number":"JOB_178823","tr_customer_id":178841,"tr_customer_product_id":178831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:16.000Z","modified_at":"2026-02-06T06:43:52.000Z","name":"Ona Denesik","mobile_number":"905-860-1743","email_id":"Madeline10@hotmail.com","dop":"2025-04-06","serial_number":"14353831483994","imei1":"14353831483994","imei2":"14353831483994","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178822,"job_number":"JOB_178822","tr_customer_id":178840,"tr_customer_product_id":178830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:16.000Z","modified_at":"2026-02-06T06:43:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14842034057241","imei1":"14842034057241","imei2":"14842034057241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178821,"job_number":"JOB_178821","tr_customer_id":178839,"tr_customer_product_id":178829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:12.000Z","modified_at":"2026-02-06T06:43:12.000Z","name":"Janie Haley","mobile_number":"653-765-0477","email_id":"Bonnie.Wolf50@gmail.com","dop":"2025-04-06","serial_number":"15654767243344996","imei1":"15654767243344996","imei2":"15654767243344996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178820,"job_number":"JOB_178820","tr_customer_id":178838,"tr_customer_product_id":178828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:10.000Z","modified_at":"2026-02-06T06:43:50.000Z","name":"Ford Hane","mobile_number":"678-357-7312","email_id":"Brendan.Green@yahoo.com","dop":"2025-04-06","serial_number":"11332365617009","imei1":"11332365617009","imei2":"11332365617009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178819,"job_number":"JOB_178819","tr_customer_id":178837,"tr_customer_product_id":178827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:10.000Z","modified_at":"2026-02-06T06:43:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11010240020635","imei1":"11010240020635","imei2":"11010240020635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178818,"job_number":"JOB_178818","tr_customer_id":178836,"tr_customer_product_id":178826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:59.000Z","modified_at":"2026-02-06T06:42:59.000Z","name":"Jessyca Reichel","mobile_number":"929-223-8313","email_id":"Felicita74@yahoo.com","dop":"2025-06-18","serial_number":"1043643024568567","imei1":"1043643024568567","imei2":"1043643024568567","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178817,"job_number":"JOB_178817","tr_customer_id":178835,"tr_customer_product_id":178825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:59.000Z","modified_at":"2026-02-06T06:43:40.000Z","name":"Mazie Ondricka","mobile_number":"865-553-8265","email_id":"Heber86@yahoo.com","dop":"2025-06-18","serial_number":"10310160157020","imei1":"10310160157020","imei2":"10310160157020","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178816,"job_number":"JOB_178816","tr_customer_id":178834,"tr_customer_product_id":178824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:58.000Z","modified_at":"2026-02-06T06:42:58.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10891095280807","imei1":"10891095280807","imei2":"10891095280807","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178815,"job_number":"JOB_178815","tr_customer_id":178833,"tr_customer_product_id":178823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:34.000Z","modified_at":"2026-02-06T06:42:34.000Z","name":"Nicklaus Kuhn","mobile_number":"603-234-3536","email_id":"Beverly.Donnelly7@hotmail.com","dop":"2025-04-06","serial_number":"13570138412744692","imei1":"13570138412744692","imei2":"13570138412744692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178814,"job_number":"JOB_178814","tr_customer_id":178832,"tr_customer_product_id":178822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:32.000Z","modified_at":"2026-02-06T06:43:09.000Z","name":"Brianne Crooks","mobile_number":"471-682-2142","email_id":"Freddy.Cole27@hotmail.com","dop":"2025-04-06","serial_number":"10670916656051","imei1":"10670916656051","imei2":"10670916656051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178813,"job_number":"JOB_178813","tr_customer_id":178831,"tr_customer_product_id":178821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:32.000Z","modified_at":"2026-02-06T06:42:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14739058439828","imei1":"14739058439828","imei2":"14739058439828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178812,"job_number":"JOB_178812","tr_customer_id":178830,"tr_customer_product_id":178820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:09.000Z","modified_at":"2026-02-06T06:42:10.000Z","name":"Tre Lindgren","mobile_number":"676-872-4769","email_id":"Kenya.Hodkiewicz@yahoo.com","dop":"2025-06-18","serial_number":"1099169861774685","imei1":"1099169861774685","imei2":"1099169861774685","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178811,"job_number":"JOB_178811","tr_customer_id":178829,"tr_customer_product_id":178819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:09.000Z","modified_at":"2026-02-06T06:42:51.000Z","name":"Brandon Schulist","mobile_number":"534-650-5204","email_id":"Raegan.OConnell53@gmail.com","dop":"2025-06-18","serial_number":"10491221519194","imei1":"10491221519194","imei2":"10491221519194","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178810,"job_number":"JOB_178810","tr_customer_id":178828,"tr_customer_product_id":178818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:08.000Z","modified_at":"2026-02-06T06:42:08.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10523661500972","imei1":"10523661500972","imei2":"10523661500972","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178809,"job_number":"JOB_178809","tr_customer_id":178827,"tr_customer_product_id":178817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:00.000Z","modified_at":"2026-02-06T06:42:00.000Z","name":"Fletcher Grady","mobile_number":"612-602-8336","email_id":"Mervin.Towne@gmail.com","dop":"2025-04-06","serial_number":"19410223496156264","imei1":"19410223496156264","imei2":"19410223496156264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178808,"job_number":"JOB_178808","tr_customer_id":178826,"tr_customer_product_id":178816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:58.000Z","modified_at":"2026-02-06T06:42:39.000Z","name":"Laisha Nitzsche","mobile_number":"901-385-6961","email_id":"Shakira1@yahoo.com","dop":"2025-04-06","serial_number":"15704871045999","imei1":"15704871045999","imei2":"15704871045999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178807,"job_number":"JOB_178807","tr_customer_id":178825,"tr_customer_product_id":178815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:48.000Z","modified_at":"2026-02-06T06:42:34.000Z","name":"Clay Kulas","mobile_number":"909-715-2214","email_id":"Paul21@yahoo.com","dop":"2025-12-31","serial_number":"105129681338163","imei1":"105129681338163","imei2":"105129681338163","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178806,"job_number":"JOB_178806","tr_customer_id":178824,"tr_customer_product_id":178814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:48.000Z","modified_at":"2026-02-06T06:41:48.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"109105377580437","imei1":"109105377580437","imei2":"109105377580437","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178803,"job_number":"JOB_178803","tr_customer_id":178821,"tr_customer_product_id":178811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:53.000Z","modified_at":"2026-02-06T06:41:39.000Z","name":"Clemens Murazik","mobile_number":"941-473-2688","email_id":"Daphnee.Cormier@yahoo.com","dop":"2025-12-31","serial_number":"109938690985845","imei1":"109938690985845","imei2":"109938690985845","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:41:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178802,"job_number":"JOB_178802","tr_customer_id":178820,"tr_customer_product_id":178810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:52.000Z","modified_at":"2026-02-06T06:40:52.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"106137791336693","imei1":"106137791336693","imei2":"106137791336693","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178800,"job_number":"JOB_178800","tr_customer_id":178818,"tr_customer_product_id":178808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:04.000Z","modified_at":"2026-02-06T06:40:04.000Z","name":"Mia Conroy","mobile_number":"898-670-0881","email_id":"Terrill.Rippin37@hotmail.com","dop":"2026-01-23","serial_number":"173741310402395","imei1":"173741310402395","imei2":"173741310402395","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178799,"job_number":"JOB_178799","tr_customer_id":178817,"tr_customer_product_id":178807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:03.000Z","modified_at":"2026-02-06T06:40:31.000Z","name":"Victor Tremblay","mobile_number":"294-278-4879","email_id":"Carroll_Terry@hotmail.com","dop":"2026-01-23","serial_number":"16654201607089","imei1":"16654201607089","imei2":"16654201607089","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:40:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178798,"job_number":"JOB_178798","tr_customer_id":178816,"tr_customer_product_id":178806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:00.000Z","modified_at":"2026-02-06T06:40:44.000Z","name":"Wiley Williamson","mobile_number":"593-489-1827","email_id":"Lura29@hotmail.com","dop":"2025-12-31","serial_number":"108982756442978","imei1":"108982756442978","imei2":"108982756442978","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:40:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178797,"job_number":"JOB_178797","tr_customer_id":178815,"tr_customer_product_id":178805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:00.000Z","modified_at":"2026-02-06T06:40:00.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"103136425255783","imei1":"103136425255783","imei2":"103136425255783","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178787,"job_number":"JOB_178787","tr_customer_id":178805,"tr_customer_product_id":178795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:50.000Z","modified_at":"2026-02-06T06:37:50.000Z","name":"Louvenia Johnson","mobile_number":"667-257-5528","email_id":"Leopold_Zieme@gmail.com","dop":"2026-01-23","serial_number":"16756615019716","imei1":"16756615019716","imei2":"16756615019716","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178776,"job_number":"JOB_178776","tr_customer_id":178794,"tr_customer_product_id":178784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:36.000Z","modified_at":"2026-02-06T05:34:36.000Z","name":"Koby Schimmel","mobile_number":"981-735-9508","email_id":"Angeline77@yahoo.com","dop":"2025-04-06","serial_number":"12210067824541870","imei1":"12210067824541870","imei2":"12210067824541870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:34:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178775,"job_number":"JOB_178775","tr_customer_id":178793,"tr_customer_product_id":178783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:35.000Z","modified_at":"2026-02-06T05:35:12.000Z","name":"Jesus Kovacek","mobile_number":"764-792-1171","email_id":"Rylee21@gmail.com","dop":"2025-04-06","serial_number":"19022494699673","imei1":"19022494699673","imei2":"19022494699673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:35:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178774,"job_number":"JOB_178774","tr_customer_id":178792,"tr_customer_product_id":178782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:22.000Z","modified_at":"2026-02-06T05:34:22.000Z","name":"Monica Carroll","mobile_number":"766-936-1003","email_id":"Eveline_Mraz@yahoo.com","dop":"2025-04-06","serial_number":"18207855446145750","imei1":"18207855446145750","imei2":"18207855446145750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178773,"job_number":"JOB_178773","tr_customer_id":178791,"tr_customer_product_id":178781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:21.000Z","modified_at":"2026-02-06T05:34:59.000Z","name":"Johathan Ondricka","mobile_number":"654-472-0205","email_id":"Oscar1@gmail.com","dop":"2025-04-06","serial_number":"17937135235498","imei1":"17937135235498","imei2":"17937135235498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178768,"job_number":"JOB_178768","tr_customer_id":178786,"tr_customer_product_id":178776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:06.000Z","modified_at":"2026-02-06T05:18:17.000Z","name":"Misael Johnston","mobile_number":"561-806-1557","email_id":"Clementina87@hotmail.com","dop":"2025-07-01","serial_number":"107277439846750","imei1":"107277439846750","imei2":"107277439846750","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178767,"job_number":"JOB_178767","tr_customer_id":178785,"tr_customer_product_id":178775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:06.000Z","modified_at":"2026-02-06T05:18:06.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"108418687296613","imei1":"108418687296613","imei2":"108418687296613","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178766,"job_number":"JOB_178766","tr_customer_id":178784,"tr_customer_product_id":178774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:17:53.000Z","modified_at":"2026-02-06T05:18:04.000Z","name":"Joel Crona","mobile_number":"333-505-5846","email_id":"Emmy_Walter87@gmail.com","dop":"2025-07-01","serial_number":"100161934775892","imei1":"100161934775892","imei2":"100161934775892","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:18:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178765,"job_number":"JOB_178765","tr_customer_id":178783,"tr_customer_product_id":178773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:17:52.000Z","modified_at":"2026-02-06T05:17:52.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101133688345349","imei1":"101133688345349","imei2":"101133688345349","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178763,"job_number":"JOB_178763","tr_customer_id":178781,"tr_customer_product_id":178771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:39.000Z","modified_at":"2026-02-06T05:13:39.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-27","serial_number":"28715098310814","imei1":"28715098310814","imei2":"28715098310814","popurl":"2026-01-27T05:13:38.620003950Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178762,"job_number":"JOB_178762","tr_customer_id":178780,"tr_customer_product_id":178770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:31.000Z","modified_at":"2026-02-06T05:13:31.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-27","serial_number":"76579254897150","imei1":"76579254897150","imei2":"76579254897150","popurl":"2026-01-27T05:13:30.782368454Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178751,"job_number":"JOB_178751","tr_customer_id":178769,"tr_customer_product_id":178759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:44:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32342800923924","imei1":"32342800923924","imei2":"32342800923924","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:44:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178750,"job_number":"JOB_178750","tr_customer_id":178768,"tr_customer_product_id":178758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70351658034635","imei1":"70351658034635","imei2":"70351658034635","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178749,"job_number":"JOB_178749","tr_customer_id":178767,"tr_customer_product_id":178757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60914604529396","imei1":"60914604529396","imei2":"60914604529396","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178748,"job_number":"JOB_178748","tr_customer_id":178766,"tr_customer_product_id":178756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97488882844153","imei1":"97488882844153","imei2":"97488882844153","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178747,"job_number":"JOB_178747","tr_customer_id":178765,"tr_customer_product_id":178755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28633608120676","imei1":"28633608120676","imei2":"28633608120676","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178746,"job_number":"JOB_178746","tr_customer_id":178764,"tr_customer_product_id":178754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13574372875249","imei1":"13574372875249","imei2":"13574372875249","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178745,"job_number":"JOB_178745","tr_customer_id":178763,"tr_customer_product_id":178753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61818063366763","imei1":"61818063366763","imei2":"61818063366763","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178744,"job_number":"JOB_178744","tr_customer_id":178762,"tr_customer_product_id":178752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:23.000Z","modified_at":"2026-02-06T04:43:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34694062887707","imei1":"34694062887707","imei2":"34694062887707","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:43:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178743,"job_number":"JOB_178743","tr_customer_id":178761,"tr_customer_product_id":178751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57895214111608","imei1":"57895214111608","imei2":"57895214111608","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178742,"job_number":"JOB_178742","tr_customer_id":178760,"tr_customer_product_id":178750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64828990299996","imei1":"64828990299996","imei2":"64828990299996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178741,"job_number":"JOB_178741","tr_customer_id":178759,"tr_customer_product_id":178749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"58106167787568","imei1":"58106167787568","imei2":"58106167787568","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178740,"job_number":"JOB_178740","tr_customer_id":178758,"tr_customer_product_id":178748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78162092394913","imei1":"78162092394913","imei2":"78162092394913","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178739,"job_number":"JOB_178739","tr_customer_id":178757,"tr_customer_product_id":178747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62017311249495","imei1":"62017311249495","imei2":"62017311249495","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178738,"job_number":"JOB_178738","tr_customer_id":178756,"tr_customer_product_id":178746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21257513707693","imei1":"21257513707693","imei2":"21257513707693","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178737,"job_number":"JOB_178737","tr_customer_id":178755,"tr_customer_product_id":178745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:51.000Z","modified_at":"2026-02-06T04:43:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99934342920533","imei1":"99934342920533","imei2":"99934342920533","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:43:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178736,"job_number":"JOB_178736","tr_customer_id":178754,"tr_customer_product_id":178744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97324570908233","imei1":"97324570908233","imei2":"97324570908233","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178735,"job_number":"JOB_178735","tr_customer_id":178753,"tr_customer_product_id":178743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30765187438763","imei1":"30765187438763","imei2":"30765187438763","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178734,"job_number":"JOB_178734","tr_customer_id":178752,"tr_customer_product_id":178742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24966261039406","imei1":"24966261039406","imei2":"24966261039406","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178733,"job_number":"JOB_178733","tr_customer_id":178751,"tr_customer_product_id":178741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78838858674141","imei1":"78838858674141","imei2":"78838858674141","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178732,"job_number":"JOB_178732","tr_customer_id":178750,"tr_customer_product_id":178740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89548992262857","imei1":"89548992262857","imei2":"89548992262857","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178731,"job_number":"JOB_178731","tr_customer_id":178749,"tr_customer_product_id":178739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12217102399685","imei1":"12217102399685","imei2":"12217102399685","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178730,"job_number":"JOB_178730","tr_customer_id":178748,"tr_customer_product_id":178738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:52.000Z","modified_at":"2026-02-06T04:29:52.000Z","name":"Carley O'Connell","mobile_number":"802-411-1914","email_id":"Rosetta_Stiedemann@yahoo.com","dop":"2025-04-06","serial_number":"14137821969222900","imei1":"14137821969222900","imei2":"14137821969222900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178729,"job_number":"JOB_178729","tr_customer_id":178747,"tr_customer_product_id":178737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:50.000Z","modified_at":"2026-02-06T04:30:27.000Z","name":"Kip McGlynn","mobile_number":"294-445-0402","email_id":"Ashly89@hotmail.com","dop":"2025-04-06","serial_number":"18636274434907","imei1":"18636274434907","imei2":"18636274434907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:30:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178728,"job_number":"JOB_178728","tr_customer_id":178746,"tr_customer_product_id":178736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:50.000Z","modified_at":"2026-02-06T04:29:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13985526804653","imei1":"13985526804653","imei2":"13985526804653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178727,"job_number":"JOB_178727","tr_customer_id":178745,"tr_customer_product_id":178735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:06.000Z","modified_at":"2026-02-06T04:29:06.000Z","name":"Arnaldo Vandervort","mobile_number":"617-883-3943","email_id":"Greyson6@yahoo.com","dop":"2025-04-06","serial_number":"10342429698378404","imei1":"10342429698378404","imei2":"10342429698378404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178726,"job_number":"JOB_178726","tr_customer_id":178744,"tr_customer_product_id":178734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:05.000Z","modified_at":"2026-02-06T04:29:43.000Z","name":"Saige Krajcik","mobile_number":"846-967-7466","email_id":"Cary_Stiedemann@yahoo.com","dop":"2025-04-06","serial_number":"19559461699582","imei1":"19559461699582","imei2":"19559461699582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178725,"job_number":"JOB_178725","tr_customer_id":178743,"tr_customer_product_id":178733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:05.000Z","modified_at":"2026-02-06T04:29:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18994702700409","imei1":"18994702700409","imei2":"18994702700409","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178724,"job_number":"JOB_178724","tr_customer_id":178742,"tr_customer_product_id":178732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:43.000Z","modified_at":"2026-02-06T04:28:43.000Z","name":"Quinn Durgan","mobile_number":"295-879-0327","email_id":"Jedediah86@yahoo.com","dop":"2025-04-06","serial_number":"14860089658515574","imei1":"14860089658515574","imei2":"14860089658515574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178723,"job_number":"JOB_178723","tr_customer_id":178741,"tr_customer_product_id":178731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:41.000Z","modified_at":"2026-02-06T04:29:19.000Z","name":"Julie Rutherford","mobile_number":"288-419-6922","email_id":"Rubye.Gusikowski4@yahoo.com","dop":"2025-04-06","serial_number":"17019309498582","imei1":"17019309498582","imei2":"17019309498582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178722,"job_number":"JOB_178722","tr_customer_id":178740,"tr_customer_product_id":178730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:41.000Z","modified_at":"2026-02-06T04:28:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16197931943569","imei1":"16197931943569","imei2":"16197931943569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178721,"job_number":"JOB_178721","tr_customer_id":178739,"tr_customer_product_id":178729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:37.000Z","modified_at":"2026-02-06T04:28:37.000Z","name":"Pat Torp","mobile_number":"765-385-5819","email_id":"Wiley.Will12@hotmail.com","dop":"2025-04-06","serial_number":"10769057371513072","imei1":"10769057371513072","imei2":"10769057371513072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178719,"job_number":"JOB_178719","tr_customer_id":178737,"tr_customer_product_id":178727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:36.000Z","modified_at":"2026-02-06T04:29:13.000Z","name":"Alfredo McLaughlin","mobile_number":"520-397-7496","email_id":"Baylee49@hotmail.com","dop":"2025-04-06","serial_number":"10945519913994","imei1":"10945519913994","imei2":"10945519913994","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178718,"job_number":"JOB_178718","tr_customer_id":178736,"tr_customer_product_id":178726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:28:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14282972025873","imei1":"14282972025873","imei2":"14282972025873","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178717,"job_number":"JOB_178717","tr_customer_id":178735,"tr_customer_product_id":178725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:29:11.000Z","name":"Maci Koss","mobile_number":"217-730-1682","email_id":"Oran8@gmail.com","dop":"2000-01-31","serial_number":"10138181427873","imei1":"10138181427873","imei2":"10138181427873","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178715,"job_number":"JOB_178715","tr_customer_id":178733,"tr_customer_product_id":178723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:33.000Z","modified_at":"2026-02-06T04:28:33.000Z","name":"Hal Raynor","mobile_number":"614-352-1644","email_id":"Reilly.Dach@hotmail.com","dop":"2025-04-06","serial_number":"13441820016594886","imei1":"13441820016594886","imei2":"13441820016594886","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178714,"job_number":"JOB_178714","tr_customer_id":178732,"tr_customer_product_id":178722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:32.000Z","modified_at":"2026-02-06T04:29:08.000Z","name":"Olaf Gottlieb","mobile_number":"448-561-0906","email_id":"Walton10@yahoo.com","dop":"2025-04-06","serial_number":"15985614146917","imei1":"15985614146917","imei2":"15985614146917","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178713,"job_number":"JOB_178713","tr_customer_id":178731,"tr_customer_product_id":178721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:32.000Z","modified_at":"2026-02-06T04:28:32.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"14153835928335","imei1":"14153835928335","imei2":"14153835928335","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178712,"job_number":"JOB_178712","tr_customer_id":178730,"tr_customer_product_id":178720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:29.000Z","modified_at":"2026-02-06T04:28:29.000Z","name":"Keegan Bednar","mobile_number":"885-466-9861","email_id":"Karina.Marks@gmail.com","dop":"2025-04-06","serial_number":"14992407945770456","imei1":"14992407945770456","imei2":"14992407945770456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178711,"job_number":"JOB_178711","tr_customer_id":178729,"tr_customer_product_id":178719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:27.000Z","modified_at":"2026-02-06T04:29:04.000Z","name":"Jarrell Lind","mobile_number":"383-487-2026","email_id":"Milan_Rippin42@gmail.com","dop":"2025-04-06","serial_number":"16118576633902","imei1":"16118576633902","imei2":"16118576633902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178710,"job_number":"JOB_178710","tr_customer_id":178728,"tr_customer_product_id":178718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:27.000Z","modified_at":"2026-02-06T04:28:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10161171215380","imei1":"10161171215380","imei2":"10161171215380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178709,"job_number":"JOB_178709","tr_customer_id":178727,"tr_customer_product_id":178717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:23.000Z","modified_at":"2026-02-06T04:28:23.000Z","name":"Alek Rau","mobile_number":"373-276-1015","email_id":"Jeremy.Kunze75@hotmail.com","dop":"2025-04-06","serial_number":"13383844675265990","imei1":"13383844675265990","imei2":"13383844675265990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178708,"job_number":"JOB_178708","tr_customer_id":178726,"tr_customer_product_id":178716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:23.000Z","modified_at":"2026-02-06T04:28:23.000Z","name":"Otha Jaskolski","mobile_number":"329-342-9708","email_id":"German_Sauer@yahoo.com","dop":"2025-04-06","serial_number":"10125649834708324","imei1":"10125649834708324","imei2":"10125649834708324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178707,"job_number":"JOB_178707","tr_customer_id":178725,"tr_customer_product_id":178715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:22.000Z","modified_at":"2026-02-06T04:28:58.000Z","name":"Oliver Smith","mobile_number":"631-285-6630","email_id":"Gustave_Kub@gmail.com","dop":"2025-04-06","serial_number":"11928992021557","imei1":"11928992021557","imei2":"11928992021557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178706,"job_number":"JOB_178706","tr_customer_id":178724,"tr_customer_product_id":178714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:22.000Z","modified_at":"2026-02-06T04:28:58.000Z","name":"Itzel Barton","mobile_number":"527-785-8575","email_id":"Mandy_Mills@hotmail.com","dop":"2025-04-06","serial_number":"17217770174162","imei1":"17217770174162","imei2":"17217770174162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178705,"job_number":"JOB_178705","tr_customer_id":178723,"tr_customer_product_id":178713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:21.000Z","modified_at":"2026-02-06T04:28:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19755863193834","imei1":"19755863193834","imei2":"19755863193834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178704,"job_number":"JOB_178704","tr_customer_id":178722,"tr_customer_product_id":178712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:21.000Z","modified_at":"2026-02-06T04:28:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13266824234433","imei1":"13266824234433","imei2":"13266824234433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178703,"job_number":"JOB_178703","tr_customer_id":178721,"tr_customer_product_id":178711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:17.000Z","modified_at":"2026-02-06T04:28:17.000Z","name":"August Hauck","mobile_number":"414-451-5437","email_id":"Kaleb.Smitham89@gmail.com","dop":"2025-04-06","serial_number":"12389791134142702","imei1":"12389791134142702","imei2":"12389791134142702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178702,"job_number":"JOB_178702","tr_customer_id":178720,"tr_customer_product_id":178710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:16.000Z","modified_at":"2026-02-06T04:28:50.000Z","name":"Sophie Stoltenberg","mobile_number":"974-631-1442","email_id":"Otis_Waters89@gmail.com","dop":"2025-04-06","serial_number":"13504453212054","imei1":"13504453212054","imei2":"13504453212054","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178701,"job_number":"JOB_178701","tr_customer_id":178719,"tr_customer_product_id":178709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:16.000Z","modified_at":"2026-02-06T04:28:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17952968294950","imei1":"17952968294950","imei2":"17952968294950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178700,"job_number":"JOB_178700","tr_customer_id":178718,"tr_customer_product_id":178708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:14.000Z","modified_at":"2026-02-06T04:28:14.000Z","name":"Kaleb VonRueden","mobile_number":"420-268-9186","email_id":"Vernon.Stracke48@gmail.com","dop":"2025-04-06","serial_number":"19700165812424744","imei1":"19700165812424744","imei2":"19700165812424744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178699,"job_number":"JOB_178699","tr_customer_id":178717,"tr_customer_product_id":178707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:13.000Z","modified_at":"2026-02-06T04:28:49.000Z","name":"Mitchel Zieme","mobile_number":"367-774-3951","email_id":"Shayne_Beahan@gmail.com","dop":"2025-04-06","serial_number":"19812224274750","imei1":"19812224274750","imei2":"19812224274750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178698,"job_number":"JOB_178698","tr_customer_id":178716,"tr_customer_product_id":178706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:12.000Z","modified_at":"2026-02-06T04:28:12.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"18910778625285","imei1":"18910778625285","imei2":"18910778625285","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178697,"job_number":"JOB_178697","tr_customer_id":178715,"tr_customer_product_id":178705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:01.000Z","modified_at":"2026-02-06T04:28:01.000Z","name":"Maximillia Lynch","mobile_number":"853-716-6375","email_id":"Connor.Vandervort17@yahoo.com","dop":"2025-04-06","serial_number":"14744004279946126","imei1":"14744004279946126","imei2":"14744004279946126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178696,"job_number":"JOB_178696","tr_customer_id":178714,"tr_customer_product_id":178704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:00.000Z","modified_at":"2026-02-06T04:28:36.000Z","name":"Tanya Wehner","mobile_number":"891-507-9866","email_id":"Tabitha27@gmail.com","dop":"2025-04-06","serial_number":"16477708348616","imei1":"16477708348616","imei2":"16477708348616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178695,"job_number":"JOB_178695","tr_customer_id":178713,"tr_customer_product_id":178703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:59.000Z","modified_at":"2026-02-06T04:27:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19355442700455","imei1":"19355442700455","imei2":"19355442700455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178694,"job_number":"JOB_178694","tr_customer_id":178712,"tr_customer_product_id":178702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:58.000Z","modified_at":"2026-02-06T04:27:58.000Z","name":"Ivory O'Conner","mobile_number":"594-377-2545","email_id":"Antoinette_Koss@yahoo.com","dop":"2025-04-06","serial_number":"16315199843903030","imei1":"16315199843903030","imei2":"16315199843903030","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178693,"job_number":"JOB_178693","tr_customer_id":178711,"tr_customer_product_id":178701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:56.000Z","modified_at":"2026-02-06T04:28:34.000Z","name":"Orin Maggio","mobile_number":"260-509-0892","email_id":"Juliet40@hotmail.com","dop":"2025-04-06","serial_number":"13734047410072","imei1":"13734047410072","imei2":"13734047410072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178692,"job_number":"JOB_178692","tr_customer_id":178710,"tr_customer_product_id":178700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:56.000Z","modified_at":"2026-02-06T04:27:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17841808948419","imei1":"17841808948419","imei2":"17841808948419","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178690,"job_number":"JOB_178690","tr_customer_id":178708,"tr_customer_product_id":178698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Oma Bernhard","mobile_number":"512-351-4382","email_id":"Chaz_Renner@yahoo.com","dop":"2025-04-06","serial_number":"13046199834492742","imei1":"13046199834492742","imei2":"13046199834492742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178689,"job_number":"JOB_178689","tr_customer_id":178707,"tr_customer_product_id":178697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Ricky Waters","mobile_number":"489-410-5486","email_id":"Sylvan35@yahoo.com","dop":"2025-04-06","serial_number":"19958567143341184","imei1":"19958567143341184","imei2":"19958567143341184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178688,"job_number":"JOB_178688","tr_customer_id":178706,"tr_customer_product_id":178696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:52.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Peyton Cruickshank","mobile_number":"414-872-6943","email_id":"Emilie_Kris51@yahoo.com","dop":"2000-01-31","serial_number":"10521552457442","imei1":"10521552457442","imei2":"10521552457442","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178687,"job_number":"JOB_178687","tr_customer_id":178705,"tr_customer_product_id":178695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:52.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Lyla Schimmel","mobile_number":"677-675-6914","email_id":"Jeramy44@hotmail.com","dop":"2025-04-06","serial_number":"14851145681070","imei1":"14851145681070","imei2":"14851145681070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178685,"job_number":"JOB_178685","tr_customer_id":178703,"tr_customer_product_id":178693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"11901758758759","imei1":"11901758758759","imei2":"11901758758759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178684,"job_number":"JOB_178684","tr_customer_id":178702,"tr_customer_product_id":178692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Rylee Yost","mobile_number":"780-218-3616","email_id":"Travon.Kris@gmail.com","dop":"2025-04-06","serial_number":"10220774443136","imei1":"10220774443136","imei2":"10220774443136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178683,"job_number":"JOB_178683","tr_customer_id":178701,"tr_customer_product_id":178691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18203108081644","imei1":"18203108081644","imei2":"18203108081644","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178682,"job_number":"JOB_178682","tr_customer_id":178700,"tr_customer_product_id":178690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Ayana Bauch","mobile_number":"409-921-4519","email_id":"Isom.Gleason55@yahoo.com","dop":"2025-12-31","serial_number":"104725068256431","imei1":"104725068256431","imei2":"104725068256431","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178681,"job_number":"JOB_178681","tr_customer_id":178699,"tr_customer_product_id":178689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:50.000Z","modified_at":"2026-02-06T04:27:50.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"103166430859853","imei1":"103166430859853","imei2":"103166430859853","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178680,"job_number":"JOB_178680","tr_customer_id":178698,"tr_customer_product_id":178688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:50.000Z","modified_at":"2026-02-06T04:27:50.000Z","name":"Rosemary Trantow","mobile_number":"492-890-5357","email_id":"Eduardo.Stehr@yahoo.com","dop":"2025-04-06","serial_number":"18587927309518220","imei1":"18587927309518220","imei2":"18587927309518220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178679,"job_number":"JOB_178679","tr_customer_id":178697,"tr_customer_product_id":178687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:49.000Z","modified_at":"2026-02-06T04:28:25.000Z","name":"Creola Predovic","mobile_number":"790-502-8773","email_id":"Naomi69@gmail.com","dop":"2025-04-06","serial_number":"10184041834810","imei1":"10184041834810","imei2":"10184041834810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178678,"job_number":"JOB_178678","tr_customer_id":178696,"tr_customer_product_id":178686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:48.000Z","modified_at":"2026-02-06T04:27:48.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"14224546775715","imei1":"14224546775715","imei2":"14224546775715","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178676,"job_number":"JOB_178676","tr_customer_id":178694,"tr_customer_product_id":178684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:45.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Anais Stehr","mobile_number":"486-888-5711","email_id":"Zita22@yahoo.com","dop":"2025-04-06","serial_number":"18446361540043390","imei1":"18446361540043390","imei2":"18446361540043390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178675,"job_number":"JOB_178675","tr_customer_id":178693,"tr_customer_product_id":178683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:43.000Z","modified_at":"2026-02-06T04:28:20.000Z","name":"Constantin Klein","mobile_number":"822-651-4809","email_id":"Raven10@hotmail.com","dop":"2025-04-06","serial_number":"10863191902383","imei1":"10863191902383","imei2":"10863191902383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178674,"job_number":"JOB_178674","tr_customer_id":178692,"tr_customer_product_id":178682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:43.000Z","modified_at":"2026-02-06T04:27:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12665850014341","imei1":"12665850014341","imei2":"12665850014341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178673,"job_number":"JOB_178673","tr_customer_id":178691,"tr_customer_product_id":178681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:40.000Z","modified_at":"2026-02-06T04:27:40.000Z","name":"Aniya Carroll","mobile_number":"957-618-9941","email_id":"Akeem.Gerhold@yahoo.com","dop":"2025-04-06","serial_number":"16358632400385522","imei1":"16358632400385522","imei2":"16358632400385522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178672,"job_number":"JOB_178672","tr_customer_id":178690,"tr_customer_product_id":178680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:39.000Z","modified_at":"2026-02-06T04:28:15.000Z","name":"Jake Cartwright","mobile_number":"595-379-8018","email_id":"Florian.Harvey1@yahoo.com","dop":"2025-04-06","serial_number":"19761081809020","imei1":"19761081809020","imei2":"19761081809020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178671,"job_number":"JOB_178671","tr_customer_id":178689,"tr_customer_product_id":178679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:38.000Z","modified_at":"2026-02-06T04:27:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10420933726418","imei1":"10420933726418","imei2":"10420933726418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178670,"job_number":"JOB_178670","tr_customer_id":178688,"tr_customer_product_id":178678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:36.000Z","modified_at":"2026-02-06T04:27:37.000Z","name":"Florencio Leannon","mobile_number":"713-249-4156","email_id":"Michelle.Kirlin79@gmail.com","dop":"2025-04-06","serial_number":"17524136060503436","imei1":"17524136060503436","imei2":"17524136060503436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178669,"job_number":"JOB_178669","tr_customer_id":178687,"tr_customer_product_id":178677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:28:09.000Z","name":"Timmothy Keebler","mobile_number":"469-695-0909","email_id":"Edison.Tremblay7@hotmail.com","dop":"2025-04-06","serial_number":"17692950289282","imei1":"17692950289282","imei2":"17692950289282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178668,"job_number":"JOB_178668","tr_customer_id":178686,"tr_customer_product_id":178676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:27:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17984797148521","imei1":"17984797148521","imei2":"17984797148521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178664,"job_number":"JOB_178664","tr_customer_id":178682,"tr_customer_product_id":178672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:33.000Z","modified_at":"2026-02-06T04:27:33.000Z","name":"Turner Roberts","mobile_number":"348-880-9834","email_id":"Elnora.Flatley@gmail.com","dop":"2025-04-06","serial_number":"10378810664574000","imei1":"10378810664574000","imei2":"10378810664574000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178662,"job_number":"JOB_178662","tr_customer_id":178680,"tr_customer_product_id":178670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:32.000Z","modified_at":"2026-02-06T04:28:09.000Z","name":"Eleonore Hudson","mobile_number":"629-573-2485","email_id":"Guiseppe.Mohr@gmail.com","dop":"2025-04-06","serial_number":"15135459529555","imei1":"15135459529555","imei2":"15135459529555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178661,"job_number":"JOB_178661","tr_customer_id":178679,"tr_customer_product_id":178669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:31.000Z","modified_at":"2026-02-06T04:27:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10635861889164","imei1":"10635861889164","imei2":"10635861889164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178660,"job_number":"JOB_178660","tr_customer_id":178678,"tr_customer_product_id":178668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:30.000Z","modified_at":"2026-02-06T04:27:30.000Z","name":"Gwendolyn Pacocha","mobile_number":"707-591-2277","email_id":"Joshua_Maggio62@hotmail.com","dop":"2025-04-06","serial_number":"16252301995851752","imei1":"16252301995851752","imei2":"16252301995851752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178659,"job_number":"JOB_178659","tr_customer_id":178677,"tr_customer_product_id":178667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:29.000Z","modified_at":"2026-02-06T04:28:05.000Z","name":"Robin Prosacco","mobile_number":"827-541-6151","email_id":"Estell67@yahoo.com","dop":"2025-04-06","serial_number":"15516348005797","imei1":"15516348005797","imei2":"15516348005797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178658,"job_number":"JOB_178658","tr_customer_id":178676,"tr_customer_product_id":178666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:28.000Z","modified_at":"2026-02-06T04:27:28.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"10364004686617","imei1":"10364004686617","imei2":"10364004686617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178655,"job_number":"JOB_178655","tr_customer_id":178673,"tr_customer_product_id":178663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:19.000Z","name":"Colten Howell","mobile_number":"605-740-4987","email_id":"Octavia.Gaylord@yahoo.com","dop":"2025-04-06","serial_number":"11659212791736908","imei1":"11659212791736908","imei2":"11659212791736908","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178652,"job_number":"JOB_178652","tr_customer_id":178670,"tr_customer_product_id":178660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:18.000Z","modified_at":"2026-02-06T04:27:55.000Z","name":"Marquis Hauck","mobile_number":"220-986-1040","email_id":"Elmer.Rosenbaum66@gmail.com","dop":"2025-04-06","serial_number":"16593935796615","imei1":"16593935796615","imei2":"16593935796615","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178651,"job_number":"JOB_178651","tr_customer_id":178669,"tr_customer_product_id":178659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:17.000Z","modified_at":"2026-02-06T04:27:17.000Z","name":"Joanne Schneider","mobile_number":"988-680-3142","email_id":"Bradford18@gmail.com","dop":"2025-04-06","serial_number":"17514484511753048","imei1":"17514484511753048","imei2":"17514484511753048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178650,"job_number":"JOB_178650","tr_customer_id":178668,"tr_customer_product_id":178658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:17.000Z","modified_at":"2026-02-06T04:27:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11147600784300","imei1":"11147600784300","imei2":"11147600784300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178649,"job_number":"JOB_178649","tr_customer_id":178667,"tr_customer_product_id":178657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:16.000Z","modified_at":"2026-02-06T04:27:52.000Z","name":"Laury Beahan","mobile_number":"716-880-7193","email_id":"Randal57@hotmail.com","dop":"2025-04-06","serial_number":"19695939116675","imei1":"19695939116675","imei2":"19695939116675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178648,"job_number":"JOB_178648","tr_customer_id":178666,"tr_customer_product_id":178656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:15.000Z","modified_at":"2026-02-06T04:27:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11399539866676","imei1":"11399539866676","imei2":"11399539866676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178647,"job_number":"JOB_178647","tr_customer_id":178665,"tr_customer_product_id":178655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:12.000Z","modified_at":"2026-02-06T04:27:12.000Z","name":"Domenic Hahn","mobile_number":"251-619-7850","email_id":"Rusty.Yundt@gmail.com","dop":"2025-04-06","serial_number":"12622829384691066","imei1":"12622829384691066","imei2":"12622829384691066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178646,"job_number":"JOB_178646","tr_customer_id":178664,"tr_customer_product_id":178654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:11.000Z","modified_at":"2026-02-06T04:27:48.000Z","name":"Dina Kiehn","mobile_number":"628-763-2434","email_id":"Osvaldo_Kautzer61@hotmail.com","dop":"2025-04-06","serial_number":"10559079971260","imei1":"10559079971260","imei2":"10559079971260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178645,"job_number":"JOB_178645","tr_customer_id":178663,"tr_customer_product_id":178653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:10.000Z","modified_at":"2026-02-06T04:27:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13444158023568","imei1":"13444158023568","imei2":"13444158023568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178643,"job_number":"JOB_178643","tr_customer_id":178661,"tr_customer_product_id":178651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Neha Bins","mobile_number":"619-502-5763","email_id":"Trever_Kertzmann@yahoo.com","dop":"2025-04-06","serial_number":"11301039194387344","imei1":"11301039194387344","imei2":"11301039194387344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178642,"job_number":"JOB_178642","tr_customer_id":178660,"tr_customer_product_id":178650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Rocio Stracke","mobile_number":"808-485-5015","email_id":"Kaitlin.Koelpin@hotmail.com","dop":"2025-04-06","serial_number":"17279383694712772","imei1":"17279383694712772","imei2":"17279383694712772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178641,"job_number":"JOB_178641","tr_customer_id":178659,"tr_customer_product_id":178649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Karianne Collier","mobile_number":"642-689-1647","email_id":"Darion.Brown@gmail.com","dop":"2025-04-06","serial_number":"12848552859892608","imei1":"12848552859892608","imei2":"12848552859892608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178640,"job_number":"JOB_178640","tr_customer_id":178658,"tr_customer_product_id":178648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:44.000Z","name":"Zella Bernhard","mobile_number":"607-390-0543","email_id":"Savanah_Dietrich87@gmail.com","dop":"2000-01-31","serial_number":"10234848155468","imei1":"10234848155468","imei2":"10234848155468","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178639,"job_number":"JOB_178639","tr_customer_id":178657,"tr_customer_product_id":178647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:44.000Z","name":"Lela Yundt","mobile_number":"336-450-8633","email_id":"Estevan98@gmail.com","dop":"2025-04-06","serial_number":"15099421880320","imei1":"15099421880320","imei2":"15099421880320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178638,"job_number":"JOB_178638","tr_customer_id":178656,"tr_customer_product_id":178646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Jeromy Johnston","mobile_number":"337-685-9668","email_id":"Catherine32@hotmail.com","dop":"2025-04-06","serial_number":"12652252393533","imei1":"12652252393533","imei2":"12652252393533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178636,"job_number":"JOB_178636","tr_customer_id":178654,"tr_customer_product_id":178644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17784905583504","imei1":"17784905583504","imei2":"17784905583504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178635,"job_number":"JOB_178635","tr_customer_id":178653,"tr_customer_product_id":178643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17448791802041","imei1":"17448791802041","imei2":"17448791802041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178634,"job_number":"JOB_178634","tr_customer_id":178652,"tr_customer_product_id":178642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Vesta Bahringer","mobile_number":"226-909-1412","email_id":"Percy53@yahoo.com","dop":"2025-04-06","serial_number":"18403166730716","imei1":"18403166730716","imei2":"18403166730716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178633,"job_number":"JOB_178633","tr_customer_id":178651,"tr_customer_product_id":178641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"Colten Larkin","mobile_number":"422-793-4233","email_id":"Erik33@gmail.com","dop":"2025-04-06","serial_number":"19528582159958816","imei1":"19528582159958816","imei2":"19528582159958816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178632,"job_number":"JOB_178632","tr_customer_id":178650,"tr_customer_product_id":178640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16457469309090","imei1":"16457469309090","imei2":"16457469309090","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178629,"job_number":"JOB_178629","tr_customer_id":178647,"tr_customer_product_id":178637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:06.000Z","modified_at":"2026-02-06T04:27:06.000Z","name":"Raleigh Mertz","mobile_number":"987-888-1168","email_id":"Rudolph_Morissette68@hotmail.com","dop":"2025-04-06","serial_number":"19983453046833390","imei1":"19983453046833390","imei2":"19983453046833390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178628,"job_number":"JOB_178628","tr_customer_id":178646,"tr_customer_product_id":178636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:06.000Z","modified_at":"2026-02-06T04:27:44.000Z","name":"Adela Pfannerstill","mobile_number":"473-945-7697","email_id":"Eliza67@yahoo.com","dop":"2025-04-06","serial_number":"11498194238917","imei1":"11498194238917","imei2":"11498194238917","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178627,"job_number":"JOB_178627","tr_customer_id":178645,"tr_customer_product_id":178635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:05.000Z","modified_at":"2026-02-06T04:27:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16234703931539","imei1":"16234703931539","imei2":"16234703931539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178626,"job_number":"JOB_178626","tr_customer_id":178644,"tr_customer_product_id":178634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:05.000Z","modified_at":"2026-02-06T04:27:43.000Z","name":"Makenna Ankunding","mobile_number":"709-529-2913","email_id":"Sean_Christiansen@yahoo.com","dop":"2025-12-31","serial_number":"109509671213446","imei1":"109509671213446","imei2":"109509671213446","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178625,"job_number":"JOB_178625","tr_customer_id":178643,"tr_customer_product_id":178633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:41.000Z","name":"Telly McDermott","mobile_number":"219-368-2377","email_id":"Mike_Herman@hotmail.com","dop":"2025-04-06","serial_number":"18876844508531","imei1":"18876844508531","imei2":"18876844508531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178623,"job_number":"JOB_178623","tr_customer_id":178641,"tr_customer_product_id":178631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:37.000Z","name":"Rogers Rice","mobile_number":"772-817-7211","email_id":"Tobin_Waters89@yahoo.com","dop":"2025-02-01","serial_number":"33443402369957","imei1":"33443402369957","imei2":"33443402369957","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178622,"job_number":"JOB_178622","tr_customer_id":178640,"tr_customer_product_id":178630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"106169827767166","imei1":"106169827767166","imei2":"106169827767166","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178621,"job_number":"JOB_178621","tr_customer_id":178639,"tr_customer_product_id":178629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"19212272612877","imei1":"19212272612877","imei2":"19212272612877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178617,"job_number":"JOB_178617","tr_customer_id":178635,"tr_customer_product_id":178625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Jamaal Kovacek","mobile_number":"869-545-9290","email_id":"Cayla3@yahoo.com","dop":"2025-02-01","serial_number":"78177378182394","imei1":"78177378182394","imei2":"78177378182394","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178615,"job_number":"JOB_178615","tr_customer_id":178633,"tr_customer_product_id":178623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:02.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"58217241061323","imei1":"58217241061323","imei2":"58217241061323","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178612,"job_number":"JOB_178612","tr_customer_id":178630,"tr_customer_product_id":178620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:01.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Jaunita Hoppe","mobile_number":"270-472-2508","email_id":"Alia18@yahoo.com","dop":"2025-04-06","serial_number":"11464593702653530","imei1":"11464593702653530","imei2":"11464593702653530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178611,"job_number":"JOB_178611","tr_customer_id":178629,"tr_customer_product_id":178619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:01.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Sarina Lowe","mobile_number":"848-357-8574","email_id":"Maurice_Kirlin3@yahoo.com","dop":"2025-04-06","serial_number":"19867706199451010","imei1":"19867706199451010","imei2":"19867706199451010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178610,"job_number":"JOB_178610","tr_customer_id":178628,"tr_customer_product_id":178618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:00.000Z","modified_at":"2026-02-06T04:27:34.000Z","name":"Burley Williamson","mobile_number":"250-880-9721","email_id":"Caesar67@hotmail.com","dop":"2025-04-06","serial_number":"17529031183200","imei1":"17529031183200","imei2":"17529031183200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178609,"job_number":"JOB_178609","tr_customer_id":178627,"tr_customer_product_id":178617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:26:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10117175141016","imei1":"10117175141016","imei2":"10117175141016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178608,"job_number":"JOB_178608","tr_customer_id":178626,"tr_customer_product_id":178616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:27:36.000Z","name":"Jakayla Bartoletti","mobile_number":"224-356-1603","email_id":"Erik42@yahoo.com","dop":"2025-04-06","serial_number":"15003328861625","imei1":"15003328861625","imei2":"15003328861625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178607,"job_number":"JOB_178607","tr_customer_id":178625,"tr_customer_product_id":178615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:26:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17432184561440","imei1":"17432184561440","imei2":"17432184561440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178606,"job_number":"JOB_178606","tr_customer_id":178624,"tr_customer_product_id":178614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:58.000Z","modified_at":"2026-02-06T04:26:58.000Z","name":"Dejon Hills","mobile_number":"342-285-7267","email_id":"Reyna91@hotmail.com","dop":"2025-04-06","serial_number":"18067884298050284","imei1":"18067884298050284","imei2":"18067884298050284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178604,"job_number":"JOB_178604","tr_customer_id":178622,"tr_customer_product_id":178612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:57.000Z","modified_at":"2026-02-06T04:27:31.000Z","name":"Drew Jerde","mobile_number":"332-781-7032","email_id":"Kendra53@gmail.com","dop":"2025-04-06","serial_number":"17554488222040","imei1":"17554488222040","imei2":"17554488222040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178603,"job_number":"JOB_178603","tr_customer_id":178621,"tr_customer_product_id":178611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:57.000Z","modified_at":"2026-02-06T04:26:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14738713334005","imei1":"14738713334005","imei2":"14738713334005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178602,"job_number":"JOB_178602","tr_customer_id":178620,"tr_customer_product_id":178610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:56.000Z","modified_at":"2026-02-06T04:26:56.000Z","name":"Adriana Reichert","mobile_number":"746-462-8742","email_id":"Brigitte.Berge68@yahoo.com","dop":"2025-04-06","serial_number":"12946161903236286","imei1":"12946161903236286","imei2":"12946161903236286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178601,"job_number":"JOB_178601","tr_customer_id":178619,"tr_customer_product_id":178609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:26:55.000Z","name":"Rogelio Gerhold","mobile_number":"996-241-0281","email_id":"Lavina.Rogahn@hotmail.com","dop":"2025-04-06","serial_number":"11983288882567382","imei1":"11983288882567382","imei2":"11983288882567382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178600,"job_number":"JOB_178600","tr_customer_id":178618,"tr_customer_product_id":178608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:27:31.000Z","name":"Millie Lind","mobile_number":"314-330-3210","email_id":"Jermey62@yahoo.com","dop":"2025-04-06","serial_number":"14164431709131","imei1":"14164431709131","imei2":"14164431709131","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178599,"job_number":"JOB_178599","tr_customer_id":178617,"tr_customer_product_id":178607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:26:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10559051912688","imei1":"10559051912688","imei2":"10559051912688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178598,"job_number":"JOB_178598","tr_customer_id":178616,"tr_customer_product_id":178606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:54.000Z","modified_at":"2026-02-06T04:27:28.000Z","name":"Viviane Koepp","mobile_number":"549-462-8932","email_id":"Lolita_Nitzsche@hotmail.com","dop":"2025-04-06","serial_number":"18932558993790","imei1":"18932558993790","imei2":"18932558993790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178597,"job_number":"JOB_178597","tr_customer_id":178615,"tr_customer_product_id":178605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:54.000Z","modified_at":"2026-02-06T04:26:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17835975889890","imei1":"17835975889890","imei2":"17835975889890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178592,"job_number":"JOB_178592","tr_customer_id":178610,"tr_customer_product_id":178600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:48.000Z","modified_at":"2026-02-06T04:26:48.000Z","name":"Malcolm Kuhic","mobile_number":"788-738-0788","email_id":"Waino37@gmail.com","dop":"2025-04-06","serial_number":"11041428730950084","imei1":"11041428730950084","imei2":"11041428730950084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178591,"job_number":"JOB_178591","tr_customer_id":178609,"tr_customer_product_id":178599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:47.000Z","modified_at":"2026-02-06T04:26:47.000Z","name":"Olaf Farrell","mobile_number":"950-399-6227","email_id":"Vernice_Koepp29@gmail.com","dop":"2025-04-06","serial_number":"11660814631903810","imei1":"11660814631903810","imei2":"11660814631903810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178590,"job_number":"JOB_178590","tr_customer_id":178608,"tr_customer_product_id":178598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:47.000Z","modified_at":"2026-02-06T04:27:24.000Z","name":"Ariel Kihn","mobile_number":"432-401-4353","email_id":"Genoveva.Sanford49@gmail.com","dop":"2025-04-06","serial_number":"19420803495708","imei1":"19420803495708","imei2":"19420803495708","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178589,"job_number":"JOB_178589","tr_customer_id":178607,"tr_customer_product_id":178597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:46.000Z","modified_at":"2026-02-06T04:26:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10359142857257","imei1":"10359142857257","imei2":"10359142857257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178588,"job_number":"JOB_178588","tr_customer_id":178606,"tr_customer_product_id":178596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:46.000Z","modified_at":"2026-02-06T04:26:46.000Z","name":"Jalon Ondricka","mobile_number":"970-948-8823","email_id":"Lorenzo27@gmail.com","dop":"2025-04-06","serial_number":"17271625273434000","imei1":"17271625273434000","imei2":"17271625273434000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178587,"job_number":"JOB_178587","tr_customer_id":178605,"tr_customer_product_id":178595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:45.000Z","modified_at":"2026-02-06T04:27:21.000Z","name":"Yasmeen Daugherty","mobile_number":"203-969-4264","email_id":"Lucienne80@gmail.com","dop":"2025-04-06","serial_number":"17237931341171","imei1":"17237931341171","imei2":"17237931341171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178586,"job_number":"JOB_178586","tr_customer_id":178604,"tr_customer_product_id":178594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:45.000Z","modified_at":"2026-02-06T04:26:45.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"10516775299390","imei1":"10516775299390","imei2":"10516775299390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178585,"job_number":"JOB_178585","tr_customer_id":178603,"tr_customer_product_id":178593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:45.000Z","modified_at":"2026-02-06T04:27:21.000Z","name":"Curtis Upton","mobile_number":"644-522-3356","email_id":"June_Connelly7@gmail.com","dop":"2025-04-06","serial_number":"12706929412673","imei1":"12706929412673","imei2":"12706929412673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178584,"job_number":"JOB_178584","tr_customer_id":178602,"tr_customer_product_id":178592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:44.000Z","modified_at":"2026-02-06T04:26:44.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"17400592779866","imei1":"17400592779866","imei2":"17400592779866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178583,"job_number":"JOB_178583","tr_customer_id":178601,"tr_customer_product_id":178591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:39.000Z","modified_at":"2026-02-06T04:26:39.000Z","name":"Thomas Ruecker","mobile_number":"345-540-5113","email_id":"Davin52@gmail.com","dop":"2025-05-30","serial_number":"1684270737051338","imei1":"1684270737051338","imei2":"1684270737051338","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178582,"job_number":"JOB_178582","tr_customer_id":178600,"tr_customer_product_id":178590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:38.000Z","modified_at":"2026-02-06T04:26:38.000Z","name":"Ronaldo Parker","mobile_number":"858-829-3361","email_id":"London87@gmail.com","dop":"2025-05-30","serial_number":"11583773899448","imei1":"11583773899448","imei2":"11583773899448","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178581,"job_number":"JOB_178581","tr_customer_id":178599,"tr_customer_product_id":178589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:37.000Z","modified_at":"2026-02-06T04:26:53.000Z","name":"Edna Kihn","mobile_number":"939-308-7307","email_id":"Jaron_Hagenes@hotmail.com","dop":"2025-05-30","serial_number":"16863904961207","imei1":"16863904961207","imei2":"16863904961207","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178580,"job_number":"JOB_178580","tr_customer_id":178598,"tr_customer_product_id":178588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:33.000Z","modified_at":"2026-02-06T04:26:33.000Z","name":"Idella Gutmann","mobile_number":"733-866-7358","email_id":"Kraig33@gmail.com","dop":"2025-04-06","serial_number":"10704171092859772","imei1":"10704171092859772","imei2":"10704171092859772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178579,"job_number":"JOB_178579","tr_customer_id":178597,"tr_customer_product_id":178587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:33.000Z","modified_at":"2026-02-06T04:26:33.000Z","name":"Hoyt Trantow","mobile_number":"711-503-0176","email_id":"Peter37@hotmail.com","dop":"2025-04-06","serial_number":"16914856871402736","imei1":"16914856871402736","imei2":"16914856871402736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178578,"job_number":"JOB_178578","tr_customer_id":178596,"tr_customer_product_id":178586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:32.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Lisandro Carroll","mobile_number":"831-585-7349","email_id":"Angelica82@hotmail.com","dop":"2025-04-06","serial_number":"10836781585411","imei1":"10836781585411","imei2":"10836781585411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178577,"job_number":"JOB_178577","tr_customer_id":178595,"tr_customer_product_id":178585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:27:10.000Z","name":"Vicenta Anderson","mobile_number":"610-831-3320","email_id":"Hardy_VonRueden32@gmail.com","dop":"2025-04-06","serial_number":"14109955341882","imei1":"14109955341882","imei2":"14109955341882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178576,"job_number":"JOB_178576","tr_customer_id":178594,"tr_customer_product_id":178584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:26:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19470492036617","imei1":"19470492036617","imei2":"19470492036617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178575,"job_number":"JOB_178575","tr_customer_id":178593,"tr_customer_product_id":178583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:26:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18320652927458","imei1":"18320652927458","imei2":"18320652927458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178573,"job_number":"JOB_178573","tr_customer_id":178591,"tr_customer_product_id":178581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Wilfrid Schroeder","mobile_number":"618-823-2757","email_id":"Ettie27@yahoo.com","dop":"2000-01-31","serial_number":"10229252408351","imei1":"10229252408351","imei2":"10229252408351","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178571,"job_number":"JOB_178571","tr_customer_id":178589,"tr_customer_product_id":178579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Kristian Carroll","mobile_number":"201-975-5544","email_id":"Madelynn26@yahoo.com","dop":"2025-04-06","serial_number":"10343468932225162","imei1":"10343468932225162","imei2":"10343468932225162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178570,"job_number":"JOB_178570","tr_customer_id":178588,"tr_customer_product_id":178578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:23.000Z","modified_at":"2026-02-06T04:26:56.000Z","name":"Marques Morar","mobile_number":"796-330-8013","email_id":"Justyn12@gmail.com","dop":"2025-02-01","serial_number":"69078778173650","imei1":"69078778173650","imei2":"69078778173650","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178569,"job_number":"JOB_178569","tr_customer_id":178587,"tr_customer_product_id":178577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:23.000Z","modified_at":"2026-02-06T04:26:23.000Z","name":"Estell Ward","mobile_number":"570-632-4988","email_id":"Freda.Pacocha@yahoo.com","dop":"2025-04-06","serial_number":"10306304886803536","imei1":"10306304886803536","imei2":"10306304886803536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178568,"job_number":"JOB_178568","tr_customer_id":178586,"tr_customer_product_id":178576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:27:00.000Z","name":"Kamron Hermann","mobile_number":"509-972-5087","email_id":"Kiley_Brakus@gmail.com","dop":"2025-04-06","serial_number":"17964208006221","imei1":"17964208006221","imei2":"17964208006221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178567,"job_number":"JOB_178567","tr_customer_id":178585,"tr_customer_product_id":178575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:26:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14944188289788","imei1":"14944188289788","imei2":"14944188289788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178565,"job_number":"JOB_178565","tr_customer_id":178583,"tr_customer_product_id":178573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"Kenyatta Waelchi","mobile_number":"954-290-1328","email_id":"Peggie_Dooley13@yahoo.com","dop":"2025-02-01","serial_number":"60238433192203","imei1":"60238433192203","imei2":"60238433192203","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178564,"job_number":"JOB_178564","tr_customer_id":178582,"tr_customer_product_id":178572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:27:00.000Z","name":"Brennan Koss","mobile_number":"428-851-6727","email_id":"Bernita.Bosco43@yahoo.com","dop":"2025-04-06","serial_number":"13367376549729","imei1":"13367376549729","imei2":"13367376549729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178563,"job_number":"JOB_178563","tr_customer_id":178581,"tr_customer_product_id":178571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"44703666950825","imei1":"44703666950825","imei2":"44703666950825","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178562,"job_number":"JOB_178562","tr_customer_id":178580,"tr_customer_product_id":178570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12514679135467","imei1":"12514679135467","imei2":"12514679135467","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178561,"job_number":"JOB_178561","tr_customer_id":178579,"tr_customer_product_id":178569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:20.000Z","modified_at":"2026-02-06T04:26:20.000Z","name":"Seamus West","mobile_number":"589-622-9480","email_id":"Kamren_Legros@gmail.com","dop":"2025-04-06","serial_number":"12859104703562404","imei1":"12859104703562404","imei2":"12859104703562404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178560,"job_number":"JOB_178560","tr_customer_id":178578,"tr_customer_product_id":178568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:56.000Z","name":"Marcelina Bartell","mobile_number":"315-320-6622","email_id":"Freda.Breitenberg45@gmail.com","dop":"2025-12-31","serial_number":"106620151657023","imei1":"106620151657023","imei2":"106620151657023","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178559,"job_number":"JOB_178559","tr_customer_id":178577,"tr_customer_product_id":178567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:53.000Z","name":"Nick Stamm","mobile_number":"409-643-8573","email_id":"Marge.Runte@gmail.com","dop":"2025-04-06","serial_number":"12716105463132","imei1":"12716105463132","imei2":"12716105463132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178558,"job_number":"JOB_178558","tr_customer_id":178576,"tr_customer_product_id":178566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"109777973214607","imei1":"109777973214607","imei2":"109777973214607","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178557,"job_number":"JOB_178557","tr_customer_id":178575,"tr_customer_product_id":178565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12439106637031","imei1":"12439106637031","imei2":"12439106637031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178556,"job_number":"JOB_178556","tr_customer_id":178574,"tr_customer_product_id":178564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"Arpit B","mobile_number":"7089675432","email_id":"jatins78@gmail.com","dop":"2025-02-01","serial_number":"1236786543278777","imei1":"1236786543278988","imei2":"1236786543278988","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178555,"job_number":"JOB_178555","tr_customer_id":178573,"tr_customer_product_id":178563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:17.000Z","modified_at":"2026-02-06T04:26:17.000Z","name":"Cordie Will","mobile_number":"650-871-1929","email_id":"Wilfred.Graham66@hotmail.com","dop":"2025-04-06","serial_number":"19988512991387452","imei1":"19988512991387452","imei2":"19988512991387452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178554,"job_number":"JOB_178554","tr_customer_id":178572,"tr_customer_product_id":178562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:16.000Z","modified_at":"2026-02-06T04:26:50.000Z","name":"Roxane Hammes","mobile_number":"952-210-3341","email_id":"Elise_Gottlieb@yahoo.com","dop":"2025-04-06","serial_number":"16797096439815","imei1":"16797096439815","imei2":"16797096439815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178553,"job_number":"JOB_178553","tr_customer_id":178571,"tr_customer_product_id":178561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:16.000Z","modified_at":"2026-02-06T04:26:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13706601843694","imei1":"13706601843694","imei2":"13706601843694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178552,"job_number":"JOB_178552","tr_customer_id":178570,"tr_customer_product_id":178560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:12.000Z","modified_at":"2026-02-06T04:26:12.000Z","name":"Scottie Morissette","mobile_number":"864-732-1324","email_id":"Jamir3@gmail.com","dop":"2025-06-18","serial_number":"1027193288915597","imei1":"1027193288915597","imei2":"1027193288915597","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178551,"job_number":"JOB_178551","tr_customer_id":178569,"tr_customer_product_id":178559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:12.000Z","modified_at":"2026-02-06T04:26:49.000Z","name":"Amber Bogisich","mobile_number":"606-491-8618","email_id":"Clotilde.Stiedemann@gmail.com","dop":"2025-06-18","serial_number":"10462473623970","imei1":"10462473623970","imei2":"10462473623970","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178550,"job_number":"JOB_178550","tr_customer_id":178568,"tr_customer_product_id":178558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:11.000Z","modified_at":"2026-02-06T04:26:11.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10403269301943","imei1":"10403269301943","imei2":"10403269301943","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178548,"job_number":"JOB_178548","tr_customer_id":178566,"tr_customer_product_id":178556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:03.000Z","modified_at":"2026-02-06T04:26:03.000Z","name":"Kaya VonRueden","mobile_number":"625-228-8688","email_id":"Adan.Jaskolski@gmail.com","dop":"2025-04-06","serial_number":"16721644071390164","imei1":"16721644071390164","imei2":"16721644071390164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178547,"job_number":"JOB_178547","tr_customer_id":178565,"tr_customer_product_id":178555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:03.000Z","modified_at":"2026-02-06T04:26:03.000Z","name":"Earline Steuber","mobile_number":"374-537-5038","email_id":"Gregg.Brakus@gmail.com","dop":"2025-04-06","serial_number":"14346289959684856","imei1":"14346289959684856","imei2":"14346289959684856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178546,"job_number":"JOB_178546","tr_customer_id":178564,"tr_customer_product_id":178554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:02.000Z","modified_at":"2026-02-06T04:26:38.000Z","name":"Aileen Upton","mobile_number":"779-578-5744","email_id":"Emmy_Runolfsson14@hotmail.com","dop":"2025-04-06","serial_number":"18029634617150","imei1":"18029634617150","imei2":"18029634617150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178545,"job_number":"JOB_178545","tr_customer_id":178563,"tr_customer_product_id":178553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:01.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16426823611431","imei1":"16426823611431","imei2":"16426823611431","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178544,"job_number":"JOB_178544","tr_customer_id":178562,"tr_customer_product_id":178552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:39.000Z","name":"Savanah Strosin","mobile_number":"703-687-6034","email_id":"Desmond67@gmail.com","dop":"2025-04-06","serial_number":"14758493968804","imei1":"14758493968804","imei2":"14758493968804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178543,"job_number":"JOB_178543","tr_customer_id":178561,"tr_customer_product_id":178551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10964019334469","imei1":"10964019334469","imei2":"10964019334469","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178541,"job_number":"JOB_178541","tr_customer_id":178559,"tr_customer_product_id":178549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:50.000Z","modified_at":"2026-02-06T04:25:50.000Z","name":"Adeline Vandervort","mobile_number":"547-477-1692","email_id":"Stephany_Reichel69@gmail.com","dop":"2025-04-06","serial_number":"16071683039814516","imei1":"16071683039814516","imei2":"16071683039814516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178540,"job_number":"JOB_178540","tr_customer_id":178558,"tr_customer_product_id":178548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:49.000Z","modified_at":"2026-02-06T04:26:25.000Z","name":"Caterina Franecki","mobile_number":"540-533-9288","email_id":"Ceasar90@hotmail.com","dop":"2025-04-06","serial_number":"15977146962876","imei1":"15977146962876","imei2":"15977146962876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178539,"job_number":"JOB_178539","tr_customer_id":178557,"tr_customer_product_id":178547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:49.000Z","modified_at":"2026-02-06T04:25:49.000Z","name":"Vivianne Hettinger","mobile_number":"203-702-1764","email_id":"Burnice_Morissette31@yahoo.com","dop":"2025-04-06","serial_number":"17136511334334226","imei1":"17136511334334226","imei2":"17136511334334226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178537,"job_number":"JOB_178537","tr_customer_id":178555,"tr_customer_product_id":178545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:48.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Katlynn Thiel","mobile_number":"382-580-4960","email_id":"Doris_Abernathy12@yahoo.com","dop":"2025-04-06","serial_number":"18576571489808","imei1":"18576571489808","imei2":"18576571489808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178536,"job_number":"JOB_178536","tr_customer_id":178554,"tr_customer_product_id":178544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:46.000Z","modified_at":"2026-02-06T04:25:46.000Z","name":"Giuseppe Collier","mobile_number":"276-534-5915","email_id":"Autumn_Bahringer@hotmail.com","dop":"2025-04-06","serial_number":"12677070920607140","imei1":"12677070920607140","imei2":"12677070920607140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178535,"job_number":"JOB_178535","tr_customer_id":178553,"tr_customer_product_id":178543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:45.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Vincenzo Treutel","mobile_number":"742-468-5876","email_id":"Horace_MacGyver@gmail.com","dop":"2025-04-06","serial_number":"15545971640302","imei1":"15545971640302","imei2":"15545971640302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178534,"job_number":"JOB_178534","tr_customer_id":178552,"tr_customer_product_id":178542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:45.000Z","modified_at":"2026-02-06T04:25:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18010633755174","imei1":"18010633755174","imei2":"18010633755174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178532,"job_number":"JOB_178532","tr_customer_id":178550,"tr_customer_product_id":178540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:41.000Z","modified_at":"2026-02-06T04:26:14.000Z","name":"Joshua Littel","mobile_number":"212-746-6555","email_id":"Ernestina.King@yahoo.com","dop":"2025-02-01","serial_number":"100055387193124","imei1":"100055387193124","imei2":"100055387193124","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178531,"job_number":"JOB_178531","tr_customer_id":178549,"tr_customer_product_id":178539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:39.000Z","modified_at":"2026-02-06T04:25:39.000Z","name":"Desmond Prosacco","mobile_number":"302-486-7207","email_id":"Nikolas92@hotmail.com","dop":"2025-02-01","serial_number":"59083035882134","imei1":"59083035882134","imei2":"59083035882134","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178530,"job_number":"JOB_178530","tr_customer_id":178548,"tr_customer_product_id":178538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:39.000Z","modified_at":"2026-02-06T04:25:39.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"61826451032656","imei1":"61826451032656","imei2":"61826451032656","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178529,"job_number":"JOB_178529","tr_customer_id":178547,"tr_customer_product_id":178537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:38.000Z","modified_at":"2026-02-06T04:25:38.000Z","name":"Yolanda Langworth","mobile_number":"724-673-5316","email_id":"Antwon.Kohler@hotmail.com","dop":"2025-04-06","serial_number":"13091133389171050","imei1":"13091133389171050","imei2":"13091133389171050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178528,"job_number":"JOB_178528","tr_customer_id":178546,"tr_customer_product_id":178536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:38.000Z","modified_at":"2026-02-06T04:25:38.000Z","name":"Donato Hoeger","mobile_number":"513-564-4530","email_id":"Imelda_Williamson63@hotmail.com","dop":"2025-04-06","serial_number":"10538238419780216","imei1":"10538238419780216","imei2":"10538238419780216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178527,"job_number":"JOB_178527","tr_customer_id":178545,"tr_customer_product_id":178535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:25:37.000Z","name":"Pauline Koepp","mobile_number":"677-862-9381","email_id":"Betty70@gmail.com","dop":"2025-04-06","serial_number":"19822419286886230","imei1":"19822419286886230","imei2":"19822419286886230","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178526,"job_number":"JOB_178526","tr_customer_id":178544,"tr_customer_product_id":178534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:26:15.000Z","name":"Edison Turner","mobile_number":"218-615-3976","email_id":"Isai_Cruickshank59@yahoo.com","dop":"2025-04-06","serial_number":"18811666812699","imei1":"18811666812699","imei2":"18811666812699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178525,"job_number":"JOB_178525","tr_customer_id":178543,"tr_customer_product_id":178533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:26:11.000Z","name":"Berenice Bruen","mobile_number":"645-244-2843","email_id":"Lauren_Vandervort@hotmail.com","dop":"2025-04-06","serial_number":"15140962106221","imei1":"15140962106221","imei2":"15140962106221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178524,"job_number":"JOB_178524","tr_customer_id":178542,"tr_customer_product_id":178532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:25:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15728561089745","imei1":"15728561089745","imei2":"15728561089745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178523,"job_number":"JOB_178523","tr_customer_id":178541,"tr_customer_product_id":178531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:36.000Z","modified_at":"2026-02-06T04:25:36.000Z","name":"Erika Krajcik","mobile_number":"240-235-9951","email_id":"Liana9@gmail.com","dop":"2025-04-06","serial_number":"16082270862852892","imei1":"16082270862852892","imei2":"16082270862852892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178522,"job_number":"JOB_178522","tr_customer_id":178540,"tr_customer_product_id":178530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:36.000Z","modified_at":"2026-02-06T04:25:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10549365484943","imei1":"10549365484943","imei2":"10549365484943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178521,"job_number":"JOB_178521","tr_customer_id":178539,"tr_customer_product_id":178529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:26:14.000Z","name":"Afton Miller","mobile_number":"762-457-0486","email_id":"Delilah_Stokes@yahoo.com","dop":"2025-04-06","serial_number":"18825405697430","imei1":"18825405697430","imei2":"18825405697430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178520,"job_number":"JOB_178520","tr_customer_id":178538,"tr_customer_product_id":178528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:26:09.000Z","name":"Delia Feil","mobile_number":"785-325-7318","email_id":"Eduardo.Becker@gmail.com","dop":"2025-04-06","serial_number":"19006918878110","imei1":"19006918878110","imei2":"19006918878110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178519,"job_number":"JOB_178519","tr_customer_id":178537,"tr_customer_product_id":178527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:25:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16563354565098","imei1":"16563354565098","imei2":"16563354565098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178518,"job_number":"JOB_178518","tr_customer_id":178536,"tr_customer_product_id":178526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:25:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18259902169371","imei1":"18259902169371","imei2":"18259902169371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178517,"job_number":"JOB_178517","tr_customer_id":178535,"tr_customer_product_id":178525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:32.000Z","modified_at":"2026-02-06T04:25:32.000Z","name":"Donny Ritchie","mobile_number":"679-691-8396","email_id":"Jon.Dare65@gmail.com","dop":"2025-04-06","serial_number":"12114522950700414","imei1":"12114522950700414","imei2":"12114522950700414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178516,"job_number":"JOB_178516","tr_customer_id":178534,"tr_customer_product_id":178524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:32.000Z","modified_at":"2026-02-06T04:25:32.000Z","name":"Selina Huels","mobile_number":"292-293-3156","email_id":"Prudence.Powlowski@hotmail.com","dop":"2025-04-06","serial_number":"11720124454073380","imei1":"11720124454073380","imei2":"11720124454073380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178515,"job_number":"JOB_178515","tr_customer_id":178533,"tr_customer_product_id":178523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:31.000Z","modified_at":"2026-02-06T04:26:09.000Z","name":"Raegan Jacobi","mobile_number":"558-925-7766","email_id":"Nathan.Mills62@yahoo.com","dop":"2025-04-06","serial_number":"11107863188309","imei1":"11107863188309","imei2":"11107863188309","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178514,"job_number":"JOB_178514","tr_customer_id":178532,"tr_customer_product_id":178522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:30.000Z","modified_at":"2026-02-06T04:25:30.000Z","name":"Cathy Trantow","mobile_number":"986-215-9330","email_id":"Vincent_Russel@yahoo.com","dop":"2025-04-06","serial_number":"14534816536130026","imei1":"14534816536130026","imei2":"14534816536130026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178513,"job_number":"JOB_178513","tr_customer_id":178531,"tr_customer_product_id":178521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:30.000Z","modified_at":"2026-02-06T04:26:10.000Z","name":"Fermin Auer","mobile_number":"350-638-3033","email_id":"Krista.Carter@yahoo.com","dop":"2025-04-06","serial_number":"16484614711967","imei1":"16484614711967","imei2":"16484614711967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178512,"job_number":"JOB_178512","tr_customer_id":178530,"tr_customer_product_id":178520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:29.000Z","modified_at":"2026-02-06T04:26:09.000Z","name":"Arthur Gutmann","mobile_number":"589-532-5361","email_id":"Alanna5@gmail.com","dop":"2025-04-06","serial_number":"12086113039218","imei1":"12086113039218","imei2":"12086113039218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178511,"job_number":"JOB_178511","tr_customer_id":178529,"tr_customer_product_id":178519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:27.000Z","modified_at":"2026-02-06T04:25:27.000Z","name":"Reymundo Harber","mobile_number":"569-499-9764","email_id":"Jamar.Cruickshank25@yahoo.com","dop":"2025-06-18","serial_number":"1020458523957272","imei1":"1020458523957272","imei2":"1020458523957272","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178510,"job_number":"JOB_178510","tr_customer_id":178528,"tr_customer_product_id":178518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:26.000Z","modified_at":"2026-02-06T04:26:04.000Z","name":"Krystal Windler","mobile_number":"427-755-4958","email_id":"Amara.Schiller@gmail.com","dop":"2025-06-18","serial_number":"10153206001131","imei1":"10153206001131","imei2":"10153206001131","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178509,"job_number":"JOB_178509","tr_customer_id":178527,"tr_customer_product_id":178517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:26.000Z","modified_at":"2026-02-06T04:25:26.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10333873767222","imei1":"10333873767222","imei2":"10333873767222","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178508,"job_number":"JOB_178508","tr_customer_id":178526,"tr_customer_product_id":178516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:21.000Z","modified_at":"2026-02-06T04:25:30.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"15683702389288","imei1":"15683702389288","imei2":"15683702389288","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178507,"job_number":"JOB_178507","tr_customer_id":178525,"tr_customer_product_id":178515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:19.000Z","modified_at":"2026-02-06T04:25:19.000Z","name":"Noble Ondricka","mobile_number":"456-814-8834","email_id":"Nelda.Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15270230060969760","imei1":"15270230060969760","imei2":"15270230060969760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178506,"job_number":"JOB_178506","tr_customer_id":178524,"tr_customer_product_id":178514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:18.000Z","modified_at":"2026-02-06T04:25:54.000Z","name":"Xavier Skiles","mobile_number":"547-956-6111","email_id":"Efrain63@gmail.com","dop":"2025-04-06","serial_number":"14571766081231","imei1":"14571766081231","imei2":"14571766081231","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178505,"job_number":"JOB_178505","tr_customer_id":178523,"tr_customer_product_id":178513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:17.000Z","modified_at":"2026-02-06T04:25:17.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"15484305080324","imei1":"15484305080324","imei2":"15484305080324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178504,"job_number":"JOB_178504","tr_customer_id":178522,"tr_customer_product_id":178512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:09.000Z","modified_at":"2026-02-06T04:25:18.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"33484144702818","imei1":"33484144702818","imei2":"33484144702818","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178503,"job_number":"JOB_178503","tr_customer_id":178521,"tr_customer_product_id":178511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:09.000Z","modified_at":"2026-02-06T04:25:09.000Z","name":"Zechariah Gislason","mobile_number":"664-741-3398","email_id":"Noemy.Purdy@gmail.com","dop":"2025-04-06","serial_number":"18111715921513536","imei1":"18111715921513536","imei2":"18111715921513536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178502,"job_number":"JOB_178502","tr_customer_id":178520,"tr_customer_product_id":178510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:07.000Z","modified_at":"2026-02-06T04:25:45.000Z","name":"Anabelle Ryan","mobile_number":"393-725-1259","email_id":"Merl63@gmail.com","dop":"2025-04-06","serial_number":"16787049887426","imei1":"16787049887426","imei2":"16787049887426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178501,"job_number":"JOB_178501","tr_customer_id":178519,"tr_customer_product_id":178509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:42:20.000Z","modified_at":"2026-02-06T03:42:20.000Z","name":"Jerrold Hodkiewicz","mobile_number":"600-398-4253","email_id":"Adelbert84@gmail.com","dop":"2025-12-31","serial_number":"56286906828141","imei1":"56286906828141","imei2":"56286906828141","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:42:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178500,"job_number":"JOB_178500","tr_customer_id":178518,"tr_customer_product_id":178508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:41.000Z","modified_at":"2026-02-06T03:30:41.000Z","name":"Nels Reichert","mobile_number":"405-660-1087","email_id":"Bryana.White@hotmail.com","dop":"2025-04-06","serial_number":"14073910654031040","imei1":"14073910654031040","imei2":"14073910654031040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:30:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178499,"job_number":"JOB_178499","tr_customer_id":178517,"tr_customer_product_id":178507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:40.000Z","modified_at":"2026-02-06T03:31:16.000Z","name":"Roman Gleason","mobile_number":"310-565-8476","email_id":"Russell_Hickle36@yahoo.com","dop":"2025-04-06","serial_number":"10362757210628","imei1":"10362757210628","imei2":"10362757210628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178498,"job_number":"JOB_178498","tr_customer_id":178516,"tr_customer_product_id":178506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:40.000Z","modified_at":"2026-02-06T03:30:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16775085499940","imei1":"16775085499940","imei2":"16775085499940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:30:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178497,"job_number":"JOB_178497","tr_customer_id":178515,"tr_customer_product_id":178505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:58.000Z","modified_at":"2026-02-06T03:29:58.000Z","name":"Kaley Cummerata","mobile_number":"792-276-3904","email_id":"Al.Green@yahoo.com","dop":"2025-04-06","serial_number":"10708389049912282","imei1":"10708389049912282","imei2":"10708389049912282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178496,"job_number":"JOB_178496","tr_customer_id":178514,"tr_customer_product_id":178504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:57.000Z","modified_at":"2026-02-06T03:30:33.000Z","name":"Kendall VonRueden","mobile_number":"248-332-8478","email_id":"Wallace.Legros90@hotmail.com","dop":"2025-04-06","serial_number":"17430450630790","imei1":"17430450630790","imei2":"17430450630790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:30:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178495,"job_number":"JOB_178495","tr_customer_id":178513,"tr_customer_product_id":178503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:56.000Z","modified_at":"2026-02-06T03:29:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18115383388281","imei1":"18115383388281","imei2":"18115383388281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178494,"job_number":"JOB_178494","tr_customer_id":178512,"tr_customer_product_id":178502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:15.000Z","modified_at":"2026-02-06T03:29:15.000Z","name":"Elisabeth Willms","mobile_number":"431-470-7335","email_id":"Justyn.Fahey@hotmail.com","dop":"2025-04-06","serial_number":"11874232959013326","imei1":"11874232959013326","imei2":"11874232959013326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178493,"job_number":"JOB_178493","tr_customer_id":178511,"tr_customer_product_id":178501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:13.000Z","modified_at":"2026-02-06T03:29:49.000Z","name":"Lauren Larkin","mobile_number":"634-984-8853","email_id":"Shirley.Koepp39@gmail.com","dop":"2025-04-06","serial_number":"15478912898604","imei1":"15478912898604","imei2":"15478912898604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:29:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178492,"job_number":"JOB_178492","tr_customer_id":178510,"tr_customer_product_id":178500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:13.000Z","modified_at":"2026-02-06T03:29:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19505621456563","imei1":"19505621456563","imei2":"19505621456563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178491,"job_number":"JOB_178491","tr_customer_id":178509,"tr_customer_product_id":178499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:17:57.000Z","modified_at":"2026-02-06T03:17:57.000Z","name":"Selena Bailey","mobile_number":"364-564-6518","email_id":"Katheryn4@yahoo.com","dop":"2025-12-31","serial_number":"62250526306529","imei1":"62250526306529","imei2":"62250526306529","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178490,"job_number":"JOB_178490","tr_customer_id":178508,"tr_customer_product_id":178498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:53.000Z","modified_at":"2026-02-06T03:13:53.000Z","name":"Nayeli Dooley","mobile_number":"217-308-2532","email_id":"Enos9@hotmail.com","dop":"2025-05-30","serial_number":"1821203685521707","imei1":"1821203685521707","imei2":"1821203685521707","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178489,"job_number":"JOB_178489","tr_customer_id":178507,"tr_customer_product_id":178497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:52.000Z","modified_at":"2026-02-06T03:13:52.000Z","name":"Seth Carroll","mobile_number":"591-832-8589","email_id":"Edgardo.Wilderman@hotmail.com","dop":"2025-05-30","serial_number":"10444764879077","imei1":"10444764879077","imei2":"10444764879077","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:13:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178488,"job_number":"JOB_178488","tr_customer_id":178506,"tr_customer_product_id":178496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:51.000Z","modified_at":"2026-02-06T03:14:05.000Z","name":"Vidal Batz","mobile_number":"385-522-5561","email_id":"Allene91@hotmail.com","dop":"2025-05-30","serial_number":"12787455503848","imei1":"12787455503848","imei2":"12787455503848","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:14:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178487,"job_number":"JOB_178487","tr_customer_id":178505,"tr_customer_product_id":178495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T02:23:04.000Z","modified_at":"2026-02-06T02:23:04.000Z","name":"Hudson Kunde","mobile_number":"238-906-6183","email_id":"Michele32@gmail.com","dop":"2025-04-06","serial_number":"19554842580195","imei1":"19554842580195","imei2":"19554842580195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T02:23:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178486,"job_number":"JOB_178486","tr_customer_id":178504,"tr_customer_product_id":178494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T02:02:28.000Z","modified_at":"2026-02-06T02:38:00.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1176@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"13222222222222522","imei2":"13222222222222522","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T02:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178485,"job_number":"JOB_178485","tr_customer_id":178503,"tr_customer_product_id":178493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T01:26:57.000Z","modified_at":"2026-02-06T01:26:57.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"13222222222222222","imei2":"13222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T01:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178914,"job_number":"JOB_178914","tr_customer_id":178932,"tr_customer_product_id":178922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:48.000Z","modified_at":"2026-02-06T06:57:48.000Z","name":"Meta Kuphal","mobile_number":"664-544-4214","email_id":"Ervin.Reilly@hotmail.com","dop":"2000-01-31","serial_number":"1077393793090604","imei1":"1077393793090604","imei2":"1077393793090604","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178912,"job_number":"JOB_178912","tr_customer_id":178930,"tr_customer_product_id":178920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:46.000Z","modified_at":"2026-02-06T06:57:46.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10026053934837","imei1":"10026053934837","imei2":"10026053934837","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178908,"job_number":"JOB_178908","tr_customer_id":178926,"tr_customer_product_id":178916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:54.000Z","modified_at":"2026-02-06T06:56:54.000Z","name":"Jarret Farrell","mobile_number":"822-208-2388","email_id":"Gregg47@gmail.com","dop":"2000-01-31","serial_number":"1090095771777451","imei1":"1090095771777451","imei2":"1090095771777451","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178906,"job_number":"JOB_178906","tr_customer_id":178924,"tr_customer_product_id":178914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:52.000Z","modified_at":"2026-02-06T06:56:52.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10645558446851","imei1":"10645558446851","imei2":"10645558446851","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178896,"job_number":"JOB_178896","tr_customer_id":178914,"tr_customer_product_id":178904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:00.000Z","modified_at":"2026-02-06T06:56:00.000Z","name":"Roma Brekke","mobile_number":"825-674-9869","email_id":"Ambrose_Zboncak56@yahoo.com","dop":"2000-01-31","serial_number":"1026998847197533","imei1":"1026998847197533","imei2":"1026998847197533","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178894,"job_number":"JOB_178894","tr_customer_id":178912,"tr_customer_product_id":178902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:58.000Z","modified_at":"2026-02-06T06:55:58.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10791555439773","imei1":"10791555439773","imei2":"10791555439773","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178887,"job_number":"JOB_178887","tr_customer_id":178905,"tr_customer_product_id":178895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:04.000Z","modified_at":"2026-02-06T06:55:04.000Z","name":"Enrico Veum","mobile_number":"256-293-8541","email_id":"Alden_Renner64@gmail.com","dop":"2000-01-31","serial_number":"1062278552715014","imei1":"1062278552715014","imei2":"1062278552715014","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178885,"job_number":"JOB_178885","tr_customer_id":178903,"tr_customer_product_id":178893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:02.000Z","modified_at":"2026-02-06T06:55:02.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10551222297047","imei1":"10551222297047","imei2":"10551222297047","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178720,"job_number":"JOB_178720","tr_customer_id":178738,"tr_customer_product_id":178728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:36.000Z","modified_at":"2026-02-06T04:28:36.000Z","name":"Emmet Reichel","mobile_number":"706-797-0966","email_id":"Lawson.Satterfield@gmail.com","dop":"2000-01-31","serial_number":"1005347938337359","imei1":"1005347938337359","imei2":"1005347938337359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178716,"job_number":"JOB_178716","tr_customer_id":178734,"tr_customer_product_id":178724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:28:35.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10566914557713","imei1":"10566914557713","imei2":"10566914557713","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178691,"job_number":"JOB_178691","tr_customer_id":178709,"tr_customer_product_id":178699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Alexandre Balistreri","mobile_number":"785-395-4806","email_id":"Ashley.Weber28@hotmail.com","dop":"2000-01-31","serial_number":"1096083899103573","imei1":"1096083899103573","imei2":"1096083899103573","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178686,"job_number":"JOB_178686","tr_customer_id":178704,"tr_customer_product_id":178694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10370533831700","imei1":"10370533831700","imei2":"10370533831700","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178644,"job_number":"JOB_178644","tr_customer_id":178662,"tr_customer_product_id":178652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Cleta Zieme","mobile_number":"854-914-5226","email_id":"Kenny.Koelpin34@gmail.com","dop":"2000-01-31","serial_number":"1012498962503304","imei1":"1012498962503304","imei2":"1012498962503304","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178637,"job_number":"JOB_178637","tr_customer_id":178655,"tr_customer_product_id":178645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10917395844601","imei1":"10917395844601","imei2":"10917395844601","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178574,"job_number":"JOB_178574","tr_customer_id":178592,"tr_customer_product_id":178582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:26.000Z","modified_at":"2026-02-06T04:26:26.000Z","name":"Simeon Osinski","mobile_number":"864-522-8947","email_id":"Irwin.Marquardt@hotmail.com","dop":"2000-01-31","serial_number":"1016982343222829","imei1":"1016982343222829","imei2":"1016982343222829","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178572,"job_number":"JOB_178572","tr_customer_id":178590,"tr_customer_product_id":178580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10902945964064","imei1":"10902945964064","imei2":"10902945964064","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Expired Token returns 403 Forbidden | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Expired Token returns 403 Forbidden | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxNjl9.ceMqG1tdGhfBjOgZ2RA8g1Z9-RDmcojB4_d2ZR2HUcQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f3eb5445-d651-4bfa-94fd-8e056f9d8851 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 33 |
{
"details_key": "qwerty"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:19 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Invalid Token returns 403 Forbidden | 0 | 1 | 0 |
| Verify response payload don't contain message as success | 0 | 1 | 0 |
| Verify response payload should be an empty array | 1 | 0 | 0 |
| Total | 1 | 2 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Invalid Token returns 403 Forbidden | |
| Verify response payload don't contain message as success | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_68105"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxNjl9.ceMqG1tdGhfBjOgZ2RA8g1Z9-RDmcojB4_d2ZR2HUcQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 15e40c6c-8223-447b-97ad-656b132ebf9c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{
"searchText": "JOB_179105"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"405-itR2IxTFh7ChLtzF4k8Zw4eidOU" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 13:56:19 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":179105,"job_number":"JOB_179105","tr_customer_id":179123,"tr_customer_product_id":179113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:56:13.000Z","modified_at":"2026-02-06T13:56:13.000Z","name":"Roger O'Conner","mobile_number":"289-915-0980","email_id":"Tierra.Lueilwitz@hotmail.com","dop":"2025-05-30","serial_number":"12711395177165","imei1":"12711395177165","imei2":"12711395177165","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code should be 200 OK | 1 | 0 | 0 |
| Response message should be 'Success' | 1 | 0 | 0 |
| Response time should be under 200 ms | 0 | 1 | 0 |
| Response data should be an array with exactly 1 matching job object | 1 | 0 | 0 |
| Verify the job number in response should match: JOB_179105 | 1 | 0 | 0 |
| Response data should contain property: id | 1 | 0 | 0 |
| Response data should contain property: job_number | 1 | 0 | 0 |
| Response data should contain property: name | 1 | 0 | 0 |
| Response data should contain property: mobile_number | 1 | 0 | 0 |
| Response data should contain property: email_id | 1 | 0 | 0 |
| Response data should contain property: dop | 1 | 0 | 0 |
| Response data should contain property: serial_number | 1 | 0 | 0 |
| Response data should contain property: imei1 | 1 | 0 | 0 |
| Response data should contain property: imei2 | 1 | 0 | 0 |
| Response data should contain property: mst_platform_name | 1 | 0 | 0 |
| Response data should contain property: mst_oem_name | 1 | 0 | 0 |
| Response data should contain property: mst_action_status | 1 | 0 | 0 |
| Verify job_number (starts with "JOB_") | 1 | 0 | 0 |
| Validate timestamps: created_at, modified_at are valid ISO date strings | 1 | 0 | 0 |
| Verify IMEINumber is correct | 1 | 0 | 0 |
| Verify Name is correct | 1 | 0 | 0 |
| Verify Mobile Number is correct | 1 | 0 | 0 |
| Verify Email is correct | 1 | 0 | 0 |
| Total | 22 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Response time should be under 200 ms | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_68105"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 9599fe63-531a-4562-9adf-bd51a9175298 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{
"searchText": "JOB_179105"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:19 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify missing token returns 401 Unauthorized | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_68105"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9. |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 0013687c-302f-4cfc-ac3d-55fc7ec964c0 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{
"searchText": "JOB_179105"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 79 |
| ETag | W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:20 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Invalid token returns 403 Forbidden | 0 | 2 | 0 |
| Total | 0 | 2 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Invalid token returns 403 Forbidden | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_68105"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxNjl9.ceMqG1tdGhfBjOgZ2RA8g1Z9-RDmcojB4_d2ZR2HUcQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 8ac44c93-c8e6-4d03-aaef-a5fe69227b1e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 35 |
{
"searchText": "JOB_10110"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:20 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Invalid job number returns 200 | 1 | 0 | 0 |
| Verify Invalid job number returns an empty array | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_68105"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxNjl9.ceMqG1tdGhfBjOgZ2RA8g1Z9-RDmcojB4_d2ZR2HUcQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 180d9a95-c4f5-44ff-8bb3-9829385e870f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 26 |
{
"searchText": ""
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 124 |
| ETag | W/"7c-5Xt/iGKv2NVRKlpfyYGJwghP0yw" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:20 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"\"searchText\" is not allowed to be empty","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Empty searchText Returns 400 Bad Request | 0 | 1 | 0 |
| Verify message is: "searchText" is not allowed to be empty | 1 | 0 | 0 |
| Total | 1 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Empty searchText Returns 400 Bad Request | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxNjl9.ceMqG1tdGhfBjOgZ2RA8g1Z9-RDmcojB4_d2ZR2HUcQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f06cc176-0ceb-40e1-a94c-6c52f132778a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"628-F4dPWOq4b0CuRXXJJqMDilRq0Ps" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 13:56:21 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"id":179105,"job_number":"JOB_179105","tr_customer_id":179123,"tr_customer_product_id":179113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:56:13.000Z","modified_at":"2026-02-06T13:56:13.000Z","name":"Roger O'Conner","mobile_number":"289-915-0980","email_id":"Tierra.Lueilwitz@hotmail.com","dop":"2025-05-30","serial_number":"12711395177165","imei1":"12711395177165","imei2":"12711395177165","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":683256,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-06T13:56:13.000Z","created_at":"2026-02-06T13:56:13.000Z"},{"id":683257,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-06T13:56:13.000Z","created_at":"2026-02-06T13:56:13.000Z"}],"problems":[{"id":164724,"problem":"Sync issue","remark":"Aplications are outof sync","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-06T13:56:13.000Z"}],"quatations":[]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Status code is 200 OK | 1 | 0 | 0 |
| Verify Message is ' Success' | 1 | 0 | 0 |
| Response time is under 200 ms | 0 | 1 | 0 |
| Job number matches the request | 1 | 0 | 0 |
| Verify json response contains key: id | 1 | 0 | 0 |
| Verify json response contains key: job_number | 1 | 0 | 0 |
| Verify json response contains key: name | 1 | 0 | 0 |
| Verify json response contains key: mobile_number | 1 | 0 | 0 |
| Verify json response contains key: email_id | 1 | 0 | 0 |
| Verify json response contains key: mst_model_name | 1 | 0 | 0 |
| Verify json response contains key: mst_oem_name | 1 | 0 | 0 |
| Verify json response contains key: tr_customer_id | 1 | 0 | 0 |
| Verify json response contains key: serial_number | 1 | 0 | 0 |
| Verify json response contains key: imei1 | 1 | 0 | 0 |
| Verify json response contains key: details | 1 | 0 | 0 |
| Verify json response contains key: problems | 1 | 0 | 0 |
| Verify Quotations is an array (can be empty) | 1 | 0 | 0 |
| Details array contains history with proper status transitions | 3 | 0 | 0 |
| Details array contains mandatory properties | 2 | 0 | 0 |
| Verify problems array contains at least one problem with correct structure | 1 | 0 | 0 |
| Verify customer id is correct | 3 | 0 | 0 |
| Verify Mobile Number is correct | 1 | 0 | 0 |
| Verify Email is correct | 1 | 0 | 0 |
| Verify imei number is correct | 1 | 0 | 0 |
| Total | 28 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Response time is under 200 ms | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a6e6bd92-b34c-41ea-8c3d-4e8e83f45a07 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:21 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify missing Authorization token returns 401 Unauthorized | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9. |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 70537055-b300-43d7-a8e3-a1f14b555240 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 79 |
| ETag | W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:21 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Invalid Authorization token returns 403 Forbidden | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Invalid Authorization token returns 403 Forbidden | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 06965be6-f137-44ba-a5d7-7beede0555ed |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"628-F4dPWOq4b0CuRXXJJqMDilRq0Ps" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 13:56:21 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"id":179105,"job_number":"JOB_179105","tr_customer_id":179123,"tr_customer_product_id":179113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:56:13.000Z","modified_at":"2026-02-06T13:56:13.000Z","name":"Roger O'Conner","mobile_number":"289-915-0980","email_id":"Tierra.Lueilwitz@hotmail.com","dop":"2025-05-30","serial_number":"12711395177165","imei1":"12711395177165","imei2":"12711395177165","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":683256,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-06T13:56:13.000Z","created_at":"2026-02-06T13:56:13.000Z"},{"id":683257,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-06T13:56:13.000Z","created_at":"2026-02-06T13:56:13.000Z"}],"problems":[{"id":164724,"problem":"Sync issue","remark":"Aplications are outof sync","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-06T13:56:13.000Z"}],"quatations":[]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Expired Authorization token returns 403 Forbidden | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Expired Authorization token returns 403 Forbidden | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxNjl9.ceMqG1tdGhfBjOgZ2RA8g1Z9-RDmcojB4_d2ZR2HUcQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6b6de7f9-690c-414c-b3b7-98c9dd6fabe0 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:22 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Invalid Job Number (Non-existent) will return 200 OK | 1 | 0 | 0 |
| Verify Invalid Job Number (Non-existent) will return Message as "No record found" or similar | 0 | 1 | 0 |
| Verify Invalid Job Number (Non-existent) will return data as null or empty array | 1 | 0 | 0 |
| Total | 2 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Invalid Job Number (Non-existent) will return Message as "No record found" or similar | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxNjl9.ceMqG1tdGhfBjOgZ2RA8g1Z9-RDmcojB4_d2ZR2HUcQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 7d7b1bb3-dcbf-4945-b27d-6c91c686b898 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:22 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Malformed Job Number will return 400 Bad Request | 0 | 1 | 0 |
| Verify Malformed Job Number will return Message as "Invalid job number format" or similar | 0 | 1 | 0 |
| Total | 0 | 2 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Malformed Job Number will return 400 Bad Request | |
| Verify Malformed Job Number will return Message as "Invalid job number format" or similar | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxNjl9.ceMqG1tdGhfBjOgZ2RA8g1Z9-RDmcojB4_d2ZR2HUcQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c42ee7c8-8710-47ad-b596-576397e18d69 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 26 |
| ETag | W/"1a-5kgsNceGic9l7eB+dNAEz7tE74U" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:22 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
404. Use: /v1/<path>
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Malformed Job Number will return 404 Not Found | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxNjl9.ceMqG1tdGhfBjOgZ2RA8g1Z9-RDmcojB4_d2ZR2HUcQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 75b7f566-2314-45ca-be4e-e03aa4bbad44 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 26 |
| ETag | W/"1a-5kgsNceGic9l7eB+dNAEz7tE74U" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:23 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
404. Use: /v1/<path>
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Malformed Job Number will return 405 Method Not Allowed | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Malformed Job Number will return 405 Method Not Allowed | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamsup","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b9ba0754-4a3d-4a91-ac8c-d88d5b5140d7 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 59 |
{
"username": "iamsup",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 698 |
| ETag | W/"2ba-QrqgMDcn+jmPqdacYL9kwGJ2TAY" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:23 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxODN9.q2Xx6AoKaNCDVh_ICP5LCSqDsZ73RqXAUyTsNBmwCYA"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Status code returned is 200 OK | 1 | 0 | 0 |
| Verify Response time is less than 200ms | 0 | 1 | 0 |
| Verify Message should be 'Success' | 1 | 0 | 0 |
| Verify Authorization Token is valid | 1 | 0 | 0 |
| Verify response follows defined schema | 1 | 0 | 0 |
| Total | 4 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Response time is less than 200ms | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamsup","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b3ed4f29-472a-481e-8424-d98a8b978bde |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 61 |
{
"username": "Pritish",
"password": "Test@1234"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 111 |
| ETag | W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:23 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Invalid Credentials will return 401 Unauthorized | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Invalid Credentials will return 401 Unauthorized | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamsup","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 68de4dde-9b0e-44c8-b2f8-8c555c564bdf |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 45 |
{
"username": "",
"password": ""
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 98 |
| ETag | W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:23 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Blank Credentials will return 400 Bad Request | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Blank Credentials will return 400 Bad Request | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxODN9.q2Xx6AoKaNCDVh_ICP5LCSqDsZ73RqXAUyTsNBmwCYA |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | efa99aca-4828-4dfc-a519-af4f66b25b37 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 444 |
| ETag | W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:24 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"f3-vhzn+FVEPT1FEyr2SOSPSYEkt50"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxODN9.q2Xx6AoKaNCDVh_ICP5LCSqDsZ73RqXAUyTsNBmwCYA |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f33227b3-30b4-450a-8d3e-dacf63b88dec |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 249 |
| ETag | W/"f9-YERkATN9laafQV07Qn7Q1qf2fUA" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:24 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":428},{"label":"Pending for repair","key":"pending_for_repair","count":20},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxODN9.q2Xx6AoKaNCDVh_ICP5LCSqDsZ73RqXAUyTsNBmwCYA |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | cc3efdf5-21e3-4db9-a43f-8f05c6d79cea |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"6800f-uNWKDI4BsTYLr3iq4ybs0CcqaWw" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 13:56:24 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178572,"job_number":"JOB_178572","tr_customer_id":178590,"tr_customer_product_id":178580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10902945964064","imei1":"10902945964064","imei2":"10902945964064","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178574,"job_number":"JOB_178574","tr_customer_id":178592,"tr_customer_product_id":178582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:26.000Z","modified_at":"2026-02-06T04:26:26.000Z","name":"Simeon Osinski","mobile_number":"864-522-8947","email_id":"Irwin.Marquardt@hotmail.com","dop":"2000-01-31","serial_number":"1016982343222829","imei1":"1016982343222829","imei2":"1016982343222829","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178637,"job_number":"JOB_178637","tr_customer_id":178655,"tr_customer_product_id":178645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10917395844601","imei1":"10917395844601","imei2":"10917395844601","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178644,"job_number":"JOB_178644","tr_customer_id":178662,"tr_customer_product_id":178652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Cleta Zieme","mobile_number":"854-914-5226","email_id":"Kenny.Koelpin34@gmail.com","dop":"2000-01-31","serial_number":"1012498962503304","imei1":"1012498962503304","imei2":"1012498962503304","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178686,"job_number":"JOB_178686","tr_customer_id":178704,"tr_customer_product_id":178694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10370533831700","imei1":"10370533831700","imei2":"10370533831700","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178691,"job_number":"JOB_178691","tr_customer_id":178709,"tr_customer_product_id":178699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Alexandre Balistreri","mobile_number":"785-395-4806","email_id":"Ashley.Weber28@hotmail.com","dop":"2000-01-31","serial_number":"1096083899103573","imei1":"1096083899103573","imei2":"1096083899103573","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178716,"job_number":"JOB_178716","tr_customer_id":178734,"tr_customer_product_id":178724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:28:35.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10566914557713","imei1":"10566914557713","imei2":"10566914557713","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178720,"job_number":"JOB_178720","tr_customer_id":178738,"tr_customer_product_id":178728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:36.000Z","modified_at":"2026-02-06T04:28:36.000Z","name":"Emmet Reichel","mobile_number":"706-797-0966","email_id":"Lawson.Satterfield@gmail.com","dop":"2000-01-31","serial_number":"1005347938337359","imei1":"1005347938337359","imei2":"1005347938337359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178885,"job_number":"JOB_178885","tr_customer_id":178903,"tr_customer_product_id":178893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:02.000Z","modified_at":"2026-02-06T06:55:02.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10551222297047","imei1":"10551222297047","imei2":"10551222297047","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178887,"job_number":"JOB_178887","tr_customer_id":178905,"tr_customer_product_id":178895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:04.000Z","modified_at":"2026-02-06T06:55:04.000Z","name":"Enrico Veum","mobile_number":"256-293-8541","email_id":"Alden_Renner64@gmail.com","dop":"2000-01-31","serial_number":"1062278552715014","imei1":"1062278552715014","imei2":"1062278552715014","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178894,"job_number":"JOB_178894","tr_customer_id":178912,"tr_customer_product_id":178902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:58.000Z","modified_at":"2026-02-06T06:55:58.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10791555439773","imei1":"10791555439773","imei2":"10791555439773","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178896,"job_number":"JOB_178896","tr_customer_id":178914,"tr_customer_product_id":178904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:00.000Z","modified_at":"2026-02-06T06:56:00.000Z","name":"Roma Brekke","mobile_number":"825-674-9869","email_id":"Ambrose_Zboncak56@yahoo.com","dop":"2000-01-31","serial_number":"1026998847197533","imei1":"1026998847197533","imei2":"1026998847197533","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178906,"job_number":"JOB_178906","tr_customer_id":178924,"tr_customer_product_id":178914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:52.000Z","modified_at":"2026-02-06T06:56:52.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10645558446851","imei1":"10645558446851","imei2":"10645558446851","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178908,"job_number":"JOB_178908","tr_customer_id":178926,"tr_customer_product_id":178916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:54.000Z","modified_at":"2026-02-06T06:56:54.000Z","name":"Jarret Farrell","mobile_number":"822-208-2388","email_id":"Gregg47@gmail.com","dop":"2000-01-31","serial_number":"1090095771777451","imei1":"1090095771777451","imei2":"1090095771777451","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178912,"job_number":"JOB_178912","tr_customer_id":178930,"tr_customer_product_id":178920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:46.000Z","modified_at":"2026-02-06T06:57:46.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10026053934837","imei1":"10026053934837","imei2":"10026053934837","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178914,"job_number":"JOB_178914","tr_customer_id":178932,"tr_customer_product_id":178922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:48.000Z","modified_at":"2026-02-06T06:57:48.000Z","name":"Meta Kuphal","mobile_number":"664-544-4214","email_id":"Ervin.Reilly@hotmail.com","dop":"2000-01-31","serial_number":"1077393793090604","imei1":"1077393793090604","imei2":"1077393793090604","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178461,"job_number":"JOB_178461","tr_customer_id":178479,"tr_customer_product_id":178469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:14:48.000Z","modified_at":"2026-02-05T20:14:48.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-26","serial_number":"73140052898213","imei1":"73140052898213","imei2":"73140052898213","popurl":"2026-01-26T20:14:48.520713279Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178462,"job_number":"JOB_178462","tr_customer_id":178480,"tr_customer_product_id":178470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:14:59.000Z","modified_at":"2026-02-05T20:14:59.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-26","serial_number":"87654291053880","imei1":"87654291053880","imei2":"87654291053880","popurl":"2026-01-26T20:14:58.837976469Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:14:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178463,"job_number":"JOB_178463","tr_customer_id":178481,"tr_customer_product_id":178471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:31:46.000Z","modified_at":"2026-02-05T20:31:46.000Z","name":"Luther Conroy","mobile_number":"691-485-1423","email_id":"Kiera_Ryan46@yahoo.com","dop":"2025-09-09","serial_number":"18217323720985","imei1":"18217323720985","imei2":"18217323720985","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:31:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178464,"job_number":"JOB_178464","tr_customer_id":178482,"tr_customer_product_id":178472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:31:47.000Z","modified_at":"2026-02-05T20:31:47.000Z","name":"Natasha Bergstrom","mobile_number":"423-564-5520","email_id":"Daniela.Bogan20@gmail.com","dop":"2025-09-09","serial_number":"16865911192865","imei1":"16865911192865","imei2":"16865911192865","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:31:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178466,"job_number":"JOB_178466","tr_customer_id":178484,"tr_customer_product_id":178474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:07.000Z","modified_at":"2026-02-05T20:32:07.000Z","name":"Cielo Bode","mobile_number":"379-766-9150","email_id":"Murray98@gmail.com","dop":"2025-09-09","serial_number":"19350662428123","imei1":"19350662428123","imei2":"19350662428123","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178467,"job_number":"JOB_178467","tr_customer_id":178485,"tr_customer_product_id":178475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:07.000Z","modified_at":"2026-02-05T20:32:07.000Z","name":"Damon Welch","mobile_number":"706-218-7267","email_id":"Arnoldo_Ward35@hotmail.com","dop":"2025-09-09","serial_number":"10364131773128","imei1":"10364131773128","imei2":"10364131773128","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178469,"job_number":"JOB_178469","tr_customer_id":178487,"tr_customer_product_id":178477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:09.000Z","modified_at":"2026-02-05T20:32:09.000Z","name":"Alphonso Rodriguez","mobile_number":"459-431-3461","email_id":"Chanelle29@yahoo.com","dop":"2025-09-09","serial_number":"12662010410397","imei1":"12662010410397","imei2":"12662010410397","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178470,"job_number":"JOB_178470","tr_customer_id":178488,"tr_customer_product_id":178478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:10.000Z","modified_at":"2026-02-05T20:32:10.000Z","name":"Edmund Pfeffer","mobile_number":"221-942-3589","email_id":"Theresa_Sipes@gmail.com","dop":"2025-09-09","serial_number":"19048798697399","imei1":"19048798697399","imei2":"19048798697399","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178472,"job_number":"JOB_178472","tr_customer_id":178490,"tr_customer_product_id":178480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T21:00:30.000Z","modified_at":"2026-02-05T21:00:30.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-31","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-31T21:00:29.422225805Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T21:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178473,"job_number":"JOB_178473","tr_customer_id":178491,"tr_customer_product_id":178481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:12:56.000Z","modified_at":"2026-02-05T22:12:56.000Z","name":"Jerome Orn","mobile_number":"955-642-1195","email_id":"Zoie56@gmail.com","dop":"2025-09-09","serial_number":"19921642344594","imei1":"19921642344594","imei2":"19921642344594","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:12:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178474,"job_number":"JOB_178474","tr_customer_id":178492,"tr_customer_product_id":178482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:12:57.000Z","modified_at":"2026-02-05T22:12:57.000Z","name":"Emily Keebler","mobile_number":"362-290-8462","email_id":"David.Ankunding@gmail.com","dop":"2025-09-09","serial_number":"19554575849229","imei1":"19554575849229","imei2":"19554575849229","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:12:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178476,"job_number":"JOB_178476","tr_customer_id":178494,"tr_customer_product_id":178484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:13:41.000Z","modified_at":"2026-02-05T22:13:41.000Z","name":"Clementine Schneider","mobile_number":"373-405-3792","email_id":"Frederick_Little@gmail.com","dop":"2025-09-09","serial_number":"16929089454347","imei1":"16929089454347","imei2":"16929089454347","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:13:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178477,"job_number":"JOB_178477","tr_customer_id":178495,"tr_customer_product_id":178485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:13:42.000Z","modified_at":"2026-02-05T22:13:42.000Z","name":"Isabelle Fay","mobile_number":"972-717-4340","email_id":"Kole_Little@yahoo.com","dop":"2025-09-09","serial_number":"12630585843159","imei1":"12630585843159","imei2":"12630585843159","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:13:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178479,"job_number":"JOB_178479","tr_customer_id":178497,"tr_customer_product_id":178487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:14:28.000Z","modified_at":"2026-02-05T22:14:28.000Z","name":"Paris Buckridge","mobile_number":"400-749-2778","email_id":"Carmen_Wisoky@hotmail.com","dop":"2025-09-09","serial_number":"12333230301870","imei1":"12333230301870","imei2":"12333230301870","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:14:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178480,"job_number":"JOB_178480","tr_customer_id":178498,"tr_customer_product_id":178488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:14:30.000Z","modified_at":"2026-02-05T22:14:30.000Z","name":"Madelynn Corkery","mobile_number":"505-488-9315","email_id":"Aubree43@yahoo.com","dop":"2025-09-09","serial_number":"12997293450304","imei1":"12997293450304","imei2":"12997293450304","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:14:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178482,"job_number":"JOB_178482","tr_customer_id":178500,"tr_customer_product_id":178490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T23:45:17.000Z","modified_at":"2026-02-05T23:45:17.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-26","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-26T23:45:17.544363811Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T23:45:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178483,"job_number":"JOB_178483","tr_customer_id":178501,"tr_customer_product_id":178491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T23:45:18.000Z","modified_at":"2026-02-05T23:45:18.000Z","name":"Akshata Iyer","mobile_number":"7054161801","email_id":"bilwa.agarwal@yahoo.co.in","dop":"2026-01-26","serial_number":"057522965866120","imei1":"057522965866120","imei2":"057522965866120","popurl":"www.gorakhanatha-mishra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T23:45:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178484,"job_number":"JOB_178484","tr_customer_id":178502,"tr_customer_product_id":178492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T23:47:44.000Z","modified_at":"2026-02-05T23:47:44.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-26","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-26T23:47:44.406179115Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T23:47:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178485,"job_number":"JOB_178485","tr_customer_id":178503,"tr_customer_product_id":178493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T01:26:57.000Z","modified_at":"2026-02-06T01:26:57.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"13222222222222222","imei2":"13222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T01:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178487,"job_number":"JOB_178487","tr_customer_id":178505,"tr_customer_product_id":178495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T02:23:04.000Z","modified_at":"2026-02-06T02:23:04.000Z","name":"Hudson Kunde","mobile_number":"238-906-6183","email_id":"Michele32@gmail.com","dop":"2025-04-06","serial_number":"19554842580195","imei1":"19554842580195","imei2":"19554842580195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T02:23:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178489,"job_number":"JOB_178489","tr_customer_id":178507,"tr_customer_product_id":178497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:52.000Z","modified_at":"2026-02-06T03:13:52.000Z","name":"Seth Carroll","mobile_number":"591-832-8589","email_id":"Edgardo.Wilderman@hotmail.com","dop":"2025-05-30","serial_number":"10444764879077","imei1":"10444764879077","imei2":"10444764879077","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:13:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178490,"job_number":"JOB_178490","tr_customer_id":178508,"tr_customer_product_id":178498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:53.000Z","modified_at":"2026-02-06T03:13:53.000Z","name":"Nayeli Dooley","mobile_number":"217-308-2532","email_id":"Enos9@hotmail.com","dop":"2025-05-30","serial_number":"1821203685521707","imei1":"1821203685521707","imei2":"1821203685521707","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178491,"job_number":"JOB_178491","tr_customer_id":178509,"tr_customer_product_id":178499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:17:57.000Z","modified_at":"2026-02-06T03:17:57.000Z","name":"Selena Bailey","mobile_number":"364-564-6518","email_id":"Katheryn4@yahoo.com","dop":"2025-12-31","serial_number":"62250526306529","imei1":"62250526306529","imei2":"62250526306529","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178492,"job_number":"JOB_178492","tr_customer_id":178510,"tr_customer_product_id":178500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:13.000Z","modified_at":"2026-02-06T03:29:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19505621456563","imei1":"19505621456563","imei2":"19505621456563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178494,"job_number":"JOB_178494","tr_customer_id":178512,"tr_customer_product_id":178502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:15.000Z","modified_at":"2026-02-06T03:29:15.000Z","name":"Elisabeth Willms","mobile_number":"431-470-7335","email_id":"Justyn.Fahey@hotmail.com","dop":"2025-04-06","serial_number":"11874232959013326","imei1":"11874232959013326","imei2":"11874232959013326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178495,"job_number":"JOB_178495","tr_customer_id":178513,"tr_customer_product_id":178503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:56.000Z","modified_at":"2026-02-06T03:29:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18115383388281","imei1":"18115383388281","imei2":"18115383388281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178497,"job_number":"JOB_178497","tr_customer_id":178515,"tr_customer_product_id":178505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:58.000Z","modified_at":"2026-02-06T03:29:58.000Z","name":"Kaley Cummerata","mobile_number":"792-276-3904","email_id":"Al.Green@yahoo.com","dop":"2025-04-06","serial_number":"10708389049912282","imei1":"10708389049912282","imei2":"10708389049912282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178498,"job_number":"JOB_178498","tr_customer_id":178516,"tr_customer_product_id":178506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:40.000Z","modified_at":"2026-02-06T03:30:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16775085499940","imei1":"16775085499940","imei2":"16775085499940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:30:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178500,"job_number":"JOB_178500","tr_customer_id":178518,"tr_customer_product_id":178508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:41.000Z","modified_at":"2026-02-06T03:30:41.000Z","name":"Nels Reichert","mobile_number":"405-660-1087","email_id":"Bryana.White@hotmail.com","dop":"2025-04-06","serial_number":"14073910654031040","imei1":"14073910654031040","imei2":"14073910654031040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:30:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178501,"job_number":"JOB_178501","tr_customer_id":178519,"tr_customer_product_id":178509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:42:20.000Z","modified_at":"2026-02-06T03:42:20.000Z","name":"Jerrold Hodkiewicz","mobile_number":"600-398-4253","email_id":"Adelbert84@gmail.com","dop":"2025-12-31","serial_number":"56286906828141","imei1":"56286906828141","imei2":"56286906828141","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:42:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178503,"job_number":"JOB_178503","tr_customer_id":178521,"tr_customer_product_id":178511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:09.000Z","modified_at":"2026-02-06T04:25:09.000Z","name":"Zechariah Gislason","mobile_number":"664-741-3398","email_id":"Noemy.Purdy@gmail.com","dop":"2025-04-06","serial_number":"18111715921513536","imei1":"18111715921513536","imei2":"18111715921513536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178505,"job_number":"JOB_178505","tr_customer_id":178523,"tr_customer_product_id":178513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:17.000Z","modified_at":"2026-02-06T04:25:17.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"15484305080324","imei1":"15484305080324","imei2":"15484305080324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178507,"job_number":"JOB_178507","tr_customer_id":178525,"tr_customer_product_id":178515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:19.000Z","modified_at":"2026-02-06T04:25:19.000Z","name":"Noble Ondricka","mobile_number":"456-814-8834","email_id":"Nelda.Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15270230060969760","imei1":"15270230060969760","imei2":"15270230060969760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178509,"job_number":"JOB_178509","tr_customer_id":178527,"tr_customer_product_id":178517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:26.000Z","modified_at":"2026-02-06T04:25:26.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10333873767222","imei1":"10333873767222","imei2":"10333873767222","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178511,"job_number":"JOB_178511","tr_customer_id":178529,"tr_customer_product_id":178519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:27.000Z","modified_at":"2026-02-06T04:25:27.000Z","name":"Reymundo Harber","mobile_number":"569-499-9764","email_id":"Jamar.Cruickshank25@yahoo.com","dop":"2025-06-18","serial_number":"1020458523957272","imei1":"1020458523957272","imei2":"1020458523957272","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178514,"job_number":"JOB_178514","tr_customer_id":178532,"tr_customer_product_id":178522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:30.000Z","modified_at":"2026-02-06T04:25:30.000Z","name":"Cathy Trantow","mobile_number":"986-215-9330","email_id":"Vincent_Russel@yahoo.com","dop":"2025-04-06","serial_number":"14534816536130026","imei1":"14534816536130026","imei2":"14534816536130026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178516,"job_number":"JOB_178516","tr_customer_id":178534,"tr_customer_product_id":178524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:32.000Z","modified_at":"2026-02-06T04:25:32.000Z","name":"Selina Huels","mobile_number":"292-293-3156","email_id":"Prudence.Powlowski@hotmail.com","dop":"2025-04-06","serial_number":"11720124454073380","imei1":"11720124454073380","imei2":"11720124454073380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178517,"job_number":"JOB_178517","tr_customer_id":178535,"tr_customer_product_id":178525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:32.000Z","modified_at":"2026-02-06T04:25:32.000Z","name":"Donny Ritchie","mobile_number":"679-691-8396","email_id":"Jon.Dare65@gmail.com","dop":"2025-04-06","serial_number":"12114522950700414","imei1":"12114522950700414","imei2":"12114522950700414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178518,"job_number":"JOB_178518","tr_customer_id":178536,"tr_customer_product_id":178526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:25:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18259902169371","imei1":"18259902169371","imei2":"18259902169371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178519,"job_number":"JOB_178519","tr_customer_id":178537,"tr_customer_product_id":178527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:25:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16563354565098","imei1":"16563354565098","imei2":"16563354565098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178522,"job_number":"JOB_178522","tr_customer_id":178540,"tr_customer_product_id":178530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:36.000Z","modified_at":"2026-02-06T04:25:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10549365484943","imei1":"10549365484943","imei2":"10549365484943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178523,"job_number":"JOB_178523","tr_customer_id":178541,"tr_customer_product_id":178531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:36.000Z","modified_at":"2026-02-06T04:25:36.000Z","name":"Erika Krajcik","mobile_number":"240-235-9951","email_id":"Liana9@gmail.com","dop":"2025-04-06","serial_number":"16082270862852892","imei1":"16082270862852892","imei2":"16082270862852892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178524,"job_number":"JOB_178524","tr_customer_id":178542,"tr_customer_product_id":178532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:25:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15728561089745","imei1":"15728561089745","imei2":"15728561089745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178527,"job_number":"JOB_178527","tr_customer_id":178545,"tr_customer_product_id":178535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:25:37.000Z","name":"Pauline Koepp","mobile_number":"677-862-9381","email_id":"Betty70@gmail.com","dop":"2025-04-06","serial_number":"19822419286886230","imei1":"19822419286886230","imei2":"19822419286886230","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178528,"job_number":"JOB_178528","tr_customer_id":178546,"tr_customer_product_id":178536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:38.000Z","modified_at":"2026-02-06T04:25:38.000Z","name":"Donato Hoeger","mobile_number":"513-564-4530","email_id":"Imelda_Williamson63@hotmail.com","dop":"2025-04-06","serial_number":"10538238419780216","imei1":"10538238419780216","imei2":"10538238419780216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178529,"job_number":"JOB_178529","tr_customer_id":178547,"tr_customer_product_id":178537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:38.000Z","modified_at":"2026-02-06T04:25:38.000Z","name":"Yolanda Langworth","mobile_number":"724-673-5316","email_id":"Antwon.Kohler@hotmail.com","dop":"2025-04-06","serial_number":"13091133389171050","imei1":"13091133389171050","imei2":"13091133389171050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178530,"job_number":"JOB_178530","tr_customer_id":178548,"tr_customer_product_id":178538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:39.000Z","modified_at":"2026-02-06T04:25:39.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"61826451032656","imei1":"61826451032656","imei2":"61826451032656","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178531,"job_number":"JOB_178531","tr_customer_id":178549,"tr_customer_product_id":178539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:39.000Z","modified_at":"2026-02-06T04:25:39.000Z","name":"Desmond Prosacco","mobile_number":"302-486-7207","email_id":"Nikolas92@hotmail.com","dop":"2025-02-01","serial_number":"59083035882134","imei1":"59083035882134","imei2":"59083035882134","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178534,"job_number":"JOB_178534","tr_customer_id":178552,"tr_customer_product_id":178542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:45.000Z","modified_at":"2026-02-06T04:25:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18010633755174","imei1":"18010633755174","imei2":"18010633755174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178536,"job_number":"JOB_178536","tr_customer_id":178554,"tr_customer_product_id":178544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:46.000Z","modified_at":"2026-02-06T04:25:46.000Z","name":"Giuseppe Collier","mobile_number":"276-534-5915","email_id":"Autumn_Bahringer@hotmail.com","dop":"2025-04-06","serial_number":"12677070920607140","imei1":"12677070920607140","imei2":"12677070920607140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178539,"job_number":"JOB_178539","tr_customer_id":178557,"tr_customer_product_id":178547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:49.000Z","modified_at":"2026-02-06T04:25:49.000Z","name":"Vivianne Hettinger","mobile_number":"203-702-1764","email_id":"Burnice_Morissette31@yahoo.com","dop":"2025-04-06","serial_number":"17136511334334226","imei1":"17136511334334226","imei2":"17136511334334226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178541,"job_number":"JOB_178541","tr_customer_id":178559,"tr_customer_product_id":178549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:50.000Z","modified_at":"2026-02-06T04:25:50.000Z","name":"Adeline Vandervort","mobile_number":"547-477-1692","email_id":"Stephany_Reichel69@gmail.com","dop":"2025-04-06","serial_number":"16071683039814516","imei1":"16071683039814516","imei2":"16071683039814516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178543,"job_number":"JOB_178543","tr_customer_id":178561,"tr_customer_product_id":178551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10964019334469","imei1":"10964019334469","imei2":"10964019334469","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178545,"job_number":"JOB_178545","tr_customer_id":178563,"tr_customer_product_id":178553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:01.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16426823611431","imei1":"16426823611431","imei2":"16426823611431","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178547,"job_number":"JOB_178547","tr_customer_id":178565,"tr_customer_product_id":178555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:03.000Z","modified_at":"2026-02-06T04:26:03.000Z","name":"Earline Steuber","mobile_number":"374-537-5038","email_id":"Gregg.Brakus@gmail.com","dop":"2025-04-06","serial_number":"14346289959684856","imei1":"14346289959684856","imei2":"14346289959684856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178548,"job_number":"JOB_178548","tr_customer_id":178566,"tr_customer_product_id":178556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:03.000Z","modified_at":"2026-02-06T04:26:03.000Z","name":"Kaya VonRueden","mobile_number":"625-228-8688","email_id":"Adan.Jaskolski@gmail.com","dop":"2025-04-06","serial_number":"16721644071390164","imei1":"16721644071390164","imei2":"16721644071390164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178550,"job_number":"JOB_178550","tr_customer_id":178568,"tr_customer_product_id":178558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:11.000Z","modified_at":"2026-02-06T04:26:11.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10403269301943","imei1":"10403269301943","imei2":"10403269301943","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178552,"job_number":"JOB_178552","tr_customer_id":178570,"tr_customer_product_id":178560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:12.000Z","modified_at":"2026-02-06T04:26:12.000Z","name":"Scottie Morissette","mobile_number":"864-732-1324","email_id":"Jamir3@gmail.com","dop":"2025-06-18","serial_number":"1027193288915597","imei1":"1027193288915597","imei2":"1027193288915597","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178553,"job_number":"JOB_178553","tr_customer_id":178571,"tr_customer_product_id":178561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:16.000Z","modified_at":"2026-02-06T04:26:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13706601843694","imei1":"13706601843694","imei2":"13706601843694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178555,"job_number":"JOB_178555","tr_customer_id":178573,"tr_customer_product_id":178563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:17.000Z","modified_at":"2026-02-06T04:26:17.000Z","name":"Cordie Will","mobile_number":"650-871-1929","email_id":"Wilfred.Graham66@hotmail.com","dop":"2025-04-06","serial_number":"19988512991387452","imei1":"19988512991387452","imei2":"19988512991387452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178556,"job_number":"JOB_178556","tr_customer_id":178574,"tr_customer_product_id":178564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"Arpit B","mobile_number":"7089675432","email_id":"jatins78@gmail.com","dop":"2025-02-01","serial_number":"1236786543278777","imei1":"1236786543278988","imei2":"1236786543278988","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178557,"job_number":"JOB_178557","tr_customer_id":178575,"tr_customer_product_id":178565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12439106637031","imei1":"12439106637031","imei2":"12439106637031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178558,"job_number":"JOB_178558","tr_customer_id":178576,"tr_customer_product_id":178566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"109777973214607","imei1":"109777973214607","imei2":"109777973214607","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178561,"job_number":"JOB_178561","tr_customer_id":178579,"tr_customer_product_id":178569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:20.000Z","modified_at":"2026-02-06T04:26:20.000Z","name":"Seamus West","mobile_number":"589-622-9480","email_id":"Kamren_Legros@gmail.com","dop":"2025-04-06","serial_number":"12859104703562404","imei1":"12859104703562404","imei2":"12859104703562404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178562,"job_number":"JOB_178562","tr_customer_id":178580,"tr_customer_product_id":178570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12514679135467","imei1":"12514679135467","imei2":"12514679135467","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178563,"job_number":"JOB_178563","tr_customer_id":178581,"tr_customer_product_id":178571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"44703666950825","imei1":"44703666950825","imei2":"44703666950825","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178565,"job_number":"JOB_178565","tr_customer_id":178583,"tr_customer_product_id":178573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"Kenyatta Waelchi","mobile_number":"954-290-1328","email_id":"Peggie_Dooley13@yahoo.com","dop":"2025-02-01","serial_number":"60238433192203","imei1":"60238433192203","imei2":"60238433192203","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178567,"job_number":"JOB_178567","tr_customer_id":178585,"tr_customer_product_id":178575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:26:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14944188289788","imei1":"14944188289788","imei2":"14944188289788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178569,"job_number":"JOB_178569","tr_customer_id":178587,"tr_customer_product_id":178577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:23.000Z","modified_at":"2026-02-06T04:26:23.000Z","name":"Estell Ward","mobile_number":"570-632-4988","email_id":"Freda.Pacocha@yahoo.com","dop":"2025-04-06","serial_number":"10306304886803536","imei1":"10306304886803536","imei2":"10306304886803536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178571,"job_number":"JOB_178571","tr_customer_id":178589,"tr_customer_product_id":178579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Kristian Carroll","mobile_number":"201-975-5544","email_id":"Madelynn26@yahoo.com","dop":"2025-04-06","serial_number":"10343468932225162","imei1":"10343468932225162","imei2":"10343468932225162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178575,"job_number":"JOB_178575","tr_customer_id":178593,"tr_customer_product_id":178583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:26:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18320652927458","imei1":"18320652927458","imei2":"18320652927458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178576,"job_number":"JOB_178576","tr_customer_id":178594,"tr_customer_product_id":178584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:26:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19470492036617","imei1":"19470492036617","imei2":"19470492036617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178579,"job_number":"JOB_178579","tr_customer_id":178597,"tr_customer_product_id":178587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:33.000Z","modified_at":"2026-02-06T04:26:33.000Z","name":"Hoyt Trantow","mobile_number":"711-503-0176","email_id":"Peter37@hotmail.com","dop":"2025-04-06","serial_number":"16914856871402736","imei1":"16914856871402736","imei2":"16914856871402736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178580,"job_number":"JOB_178580","tr_customer_id":178598,"tr_customer_product_id":178588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:33.000Z","modified_at":"2026-02-06T04:26:33.000Z","name":"Idella Gutmann","mobile_number":"733-866-7358","email_id":"Kraig33@gmail.com","dop":"2025-04-06","serial_number":"10704171092859772","imei1":"10704171092859772","imei2":"10704171092859772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178582,"job_number":"JOB_178582","tr_customer_id":178600,"tr_customer_product_id":178590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:38.000Z","modified_at":"2026-02-06T04:26:38.000Z","name":"Ronaldo Parker","mobile_number":"858-829-3361","email_id":"London87@gmail.com","dop":"2025-05-30","serial_number":"11583773899448","imei1":"11583773899448","imei2":"11583773899448","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178583,"job_number":"JOB_178583","tr_customer_id":178601,"tr_customer_product_id":178591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:39.000Z","modified_at":"2026-02-06T04:26:39.000Z","name":"Thomas Ruecker","mobile_number":"345-540-5113","email_id":"Davin52@gmail.com","dop":"2025-05-30","serial_number":"1684270737051338","imei1":"1684270737051338","imei2":"1684270737051338","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178584,"job_number":"JOB_178584","tr_customer_id":178602,"tr_customer_product_id":178592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:44.000Z","modified_at":"2026-02-06T04:26:44.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"17400592779866","imei1":"17400592779866","imei2":"17400592779866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178586,"job_number":"JOB_178586","tr_customer_id":178604,"tr_customer_product_id":178594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:45.000Z","modified_at":"2026-02-06T04:26:45.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"10516775299390","imei1":"10516775299390","imei2":"10516775299390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178588,"job_number":"JOB_178588","tr_customer_id":178606,"tr_customer_product_id":178596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:46.000Z","modified_at":"2026-02-06T04:26:46.000Z","name":"Jalon Ondricka","mobile_number":"970-948-8823","email_id":"Lorenzo27@gmail.com","dop":"2025-04-06","serial_number":"17271625273434000","imei1":"17271625273434000","imei2":"17271625273434000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178589,"job_number":"JOB_178589","tr_customer_id":178607,"tr_customer_product_id":178597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:46.000Z","modified_at":"2026-02-06T04:26:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10359142857257","imei1":"10359142857257","imei2":"10359142857257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178591,"job_number":"JOB_178591","tr_customer_id":178609,"tr_customer_product_id":178599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:47.000Z","modified_at":"2026-02-06T04:26:47.000Z","name":"Olaf Farrell","mobile_number":"950-399-6227","email_id":"Vernice_Koepp29@gmail.com","dop":"2025-04-06","serial_number":"11660814631903810","imei1":"11660814631903810","imei2":"11660814631903810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178592,"job_number":"JOB_178592","tr_customer_id":178610,"tr_customer_product_id":178600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:48.000Z","modified_at":"2026-02-06T04:26:48.000Z","name":"Malcolm Kuhic","mobile_number":"788-738-0788","email_id":"Waino37@gmail.com","dop":"2025-04-06","serial_number":"11041428730950084","imei1":"11041428730950084","imei2":"11041428730950084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178597,"job_number":"JOB_178597","tr_customer_id":178615,"tr_customer_product_id":178605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:54.000Z","modified_at":"2026-02-06T04:26:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17835975889890","imei1":"17835975889890","imei2":"17835975889890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178599,"job_number":"JOB_178599","tr_customer_id":178617,"tr_customer_product_id":178607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:26:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10559051912688","imei1":"10559051912688","imei2":"10559051912688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178601,"job_number":"JOB_178601","tr_customer_id":178619,"tr_customer_product_id":178609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:26:55.000Z","name":"Rogelio Gerhold","mobile_number":"996-241-0281","email_id":"Lavina.Rogahn@hotmail.com","dop":"2025-04-06","serial_number":"11983288882567382","imei1":"11983288882567382","imei2":"11983288882567382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178602,"job_number":"JOB_178602","tr_customer_id":178620,"tr_customer_product_id":178610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:56.000Z","modified_at":"2026-02-06T04:26:56.000Z","name":"Adriana Reichert","mobile_number":"746-462-8742","email_id":"Brigitte.Berge68@yahoo.com","dop":"2025-04-06","serial_number":"12946161903236286","imei1":"12946161903236286","imei2":"12946161903236286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178603,"job_number":"JOB_178603","tr_customer_id":178621,"tr_customer_product_id":178611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:57.000Z","modified_at":"2026-02-06T04:26:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14738713334005","imei1":"14738713334005","imei2":"14738713334005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178606,"job_number":"JOB_178606","tr_customer_id":178624,"tr_customer_product_id":178614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:58.000Z","modified_at":"2026-02-06T04:26:58.000Z","name":"Dejon Hills","mobile_number":"342-285-7267","email_id":"Reyna91@hotmail.com","dop":"2025-04-06","serial_number":"18067884298050284","imei1":"18067884298050284","imei2":"18067884298050284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178607,"job_number":"JOB_178607","tr_customer_id":178625,"tr_customer_product_id":178615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:26:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17432184561440","imei1":"17432184561440","imei2":"17432184561440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178609,"job_number":"JOB_178609","tr_customer_id":178627,"tr_customer_product_id":178617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:26:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10117175141016","imei1":"10117175141016","imei2":"10117175141016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178611,"job_number":"JOB_178611","tr_customer_id":178629,"tr_customer_product_id":178619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:01.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Sarina Lowe","mobile_number":"848-357-8574","email_id":"Maurice_Kirlin3@yahoo.com","dop":"2025-04-06","serial_number":"19867706199451010","imei1":"19867706199451010","imei2":"19867706199451010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178612,"job_number":"JOB_178612","tr_customer_id":178630,"tr_customer_product_id":178620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:01.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Jaunita Hoppe","mobile_number":"270-472-2508","email_id":"Alia18@yahoo.com","dop":"2025-04-06","serial_number":"11464593702653530","imei1":"11464593702653530","imei2":"11464593702653530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178615,"job_number":"JOB_178615","tr_customer_id":178633,"tr_customer_product_id":178623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:02.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"58217241061323","imei1":"58217241061323","imei2":"58217241061323","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178617,"job_number":"JOB_178617","tr_customer_id":178635,"tr_customer_product_id":178625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Jamaal Kovacek","mobile_number":"869-545-9290","email_id":"Cayla3@yahoo.com","dop":"2025-02-01","serial_number":"78177378182394","imei1":"78177378182394","imei2":"78177378182394","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178621,"job_number":"JOB_178621","tr_customer_id":178639,"tr_customer_product_id":178629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"19212272612877","imei1":"19212272612877","imei2":"19212272612877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178622,"job_number":"JOB_178622","tr_customer_id":178640,"tr_customer_product_id":178630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"106169827767166","imei1":"106169827767166","imei2":"106169827767166","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178627,"job_number":"JOB_178627","tr_customer_id":178645,"tr_customer_product_id":178635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:05.000Z","modified_at":"2026-02-06T04:27:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16234703931539","imei1":"16234703931539","imei2":"16234703931539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178629,"job_number":"JOB_178629","tr_customer_id":178647,"tr_customer_product_id":178637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:06.000Z","modified_at":"2026-02-06T04:27:06.000Z","name":"Raleigh Mertz","mobile_number":"987-888-1168","email_id":"Rudolph_Morissette68@hotmail.com","dop":"2025-04-06","serial_number":"19983453046833390","imei1":"19983453046833390","imei2":"19983453046833390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178632,"job_number":"JOB_178632","tr_customer_id":178650,"tr_customer_product_id":178640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16457469309090","imei1":"16457469309090","imei2":"16457469309090","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178633,"job_number":"JOB_178633","tr_customer_id":178651,"tr_customer_product_id":178641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"Colten Larkin","mobile_number":"422-793-4233","email_id":"Erik33@gmail.com","dop":"2025-04-06","serial_number":"19528582159958816","imei1":"19528582159958816","imei2":"19528582159958816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178635,"job_number":"JOB_178635","tr_customer_id":178653,"tr_customer_product_id":178643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17448791802041","imei1":"17448791802041","imei2":"17448791802041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178636,"job_number":"JOB_178636","tr_customer_id":178654,"tr_customer_product_id":178644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17784905583504","imei1":"17784905583504","imei2":"17784905583504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178641,"job_number":"JOB_178641","tr_customer_id":178659,"tr_customer_product_id":178649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Karianne Collier","mobile_number":"642-689-1647","email_id":"Darion.Brown@gmail.com","dop":"2025-04-06","serial_number":"12848552859892608","imei1":"12848552859892608","imei2":"12848552859892608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178642,"job_number":"JOB_178642","tr_customer_id":178660,"tr_customer_product_id":178650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Rocio Stracke","mobile_number":"808-485-5015","email_id":"Kaitlin.Koelpin@hotmail.com","dop":"2025-04-06","serial_number":"17279383694712772","imei1":"17279383694712772","imei2":"17279383694712772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178643,"job_number":"JOB_178643","tr_customer_id":178661,"tr_customer_product_id":178651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Neha Bins","mobile_number":"619-502-5763","email_id":"Trever_Kertzmann@yahoo.com","dop":"2025-04-06","serial_number":"11301039194387344","imei1":"11301039194387344","imei2":"11301039194387344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178645,"job_number":"JOB_178645","tr_customer_id":178663,"tr_customer_product_id":178653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:10.000Z","modified_at":"2026-02-06T04:27:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13444158023568","imei1":"13444158023568","imei2":"13444158023568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178647,"job_number":"JOB_178647","tr_customer_id":178665,"tr_customer_product_id":178655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:12.000Z","modified_at":"2026-02-06T04:27:12.000Z","name":"Domenic Hahn","mobile_number":"251-619-7850","email_id":"Rusty.Yundt@gmail.com","dop":"2025-04-06","serial_number":"12622829384691066","imei1":"12622829384691066","imei2":"12622829384691066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178648,"job_number":"JOB_178648","tr_customer_id":178666,"tr_customer_product_id":178656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:15.000Z","modified_at":"2026-02-06T04:27:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11399539866676","imei1":"11399539866676","imei2":"11399539866676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178650,"job_number":"JOB_178650","tr_customer_id":178668,"tr_customer_product_id":178658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:17.000Z","modified_at":"2026-02-06T04:27:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11147600784300","imei1":"11147600784300","imei2":"11147600784300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178651,"job_number":"JOB_178651","tr_customer_id":178669,"tr_customer_product_id":178659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:17.000Z","modified_at":"2026-02-06T04:27:17.000Z","name":"Joanne Schneider","mobile_number":"988-680-3142","email_id":"Bradford18@gmail.com","dop":"2025-04-06","serial_number":"17514484511753048","imei1":"17514484511753048","imei2":"17514484511753048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178655,"job_number":"JOB_178655","tr_customer_id":178673,"tr_customer_product_id":178663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:19.000Z","name":"Colten Howell","mobile_number":"605-740-4987","email_id":"Octavia.Gaylord@yahoo.com","dop":"2025-04-06","serial_number":"11659212791736908","imei1":"11659212791736908","imei2":"11659212791736908","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178658,"job_number":"JOB_178658","tr_customer_id":178676,"tr_customer_product_id":178666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:28.000Z","modified_at":"2026-02-06T04:27:28.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"10364004686617","imei1":"10364004686617","imei2":"10364004686617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178660,"job_number":"JOB_178660","tr_customer_id":178678,"tr_customer_product_id":178668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:30.000Z","modified_at":"2026-02-06T04:27:30.000Z","name":"Gwendolyn Pacocha","mobile_number":"707-591-2277","email_id":"Joshua_Maggio62@hotmail.com","dop":"2025-04-06","serial_number":"16252301995851752","imei1":"16252301995851752","imei2":"16252301995851752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178661,"job_number":"JOB_178661","tr_customer_id":178679,"tr_customer_product_id":178669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:31.000Z","modified_at":"2026-02-06T04:27:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10635861889164","imei1":"10635861889164","imei2":"10635861889164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178664,"job_number":"JOB_178664","tr_customer_id":178682,"tr_customer_product_id":178672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:33.000Z","modified_at":"2026-02-06T04:27:33.000Z","name":"Turner Roberts","mobile_number":"348-880-9834","email_id":"Elnora.Flatley@gmail.com","dop":"2025-04-06","serial_number":"10378810664574000","imei1":"10378810664574000","imei2":"10378810664574000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178668,"job_number":"JOB_178668","tr_customer_id":178686,"tr_customer_product_id":178676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:27:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17984797148521","imei1":"17984797148521","imei2":"17984797148521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178670,"job_number":"JOB_178670","tr_customer_id":178688,"tr_customer_product_id":178678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:36.000Z","modified_at":"2026-02-06T04:27:37.000Z","name":"Florencio Leannon","mobile_number":"713-249-4156","email_id":"Michelle.Kirlin79@gmail.com","dop":"2025-04-06","serial_number":"17524136060503436","imei1":"17524136060503436","imei2":"17524136060503436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178671,"job_number":"JOB_178671","tr_customer_id":178689,"tr_customer_product_id":178679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:38.000Z","modified_at":"2026-02-06T04:27:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10420933726418","imei1":"10420933726418","imei2":"10420933726418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178673,"job_number":"JOB_178673","tr_customer_id":178691,"tr_customer_product_id":178681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:40.000Z","modified_at":"2026-02-06T04:27:40.000Z","name":"Aniya Carroll","mobile_number":"957-618-9941","email_id":"Akeem.Gerhold@yahoo.com","dop":"2025-04-06","serial_number":"16358632400385522","imei1":"16358632400385522","imei2":"16358632400385522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178674,"job_number":"JOB_178674","tr_customer_id":178692,"tr_customer_product_id":178682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:43.000Z","modified_at":"2026-02-06T04:27:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12665850014341","imei1":"12665850014341","imei2":"12665850014341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178676,"job_number":"JOB_178676","tr_customer_id":178694,"tr_customer_product_id":178684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:45.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Anais Stehr","mobile_number":"486-888-5711","email_id":"Zita22@yahoo.com","dop":"2025-04-06","serial_number":"18446361540043390","imei1":"18446361540043390","imei2":"18446361540043390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178678,"job_number":"JOB_178678","tr_customer_id":178696,"tr_customer_product_id":178686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:48.000Z","modified_at":"2026-02-06T04:27:48.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"14224546775715","imei1":"14224546775715","imei2":"14224546775715","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178680,"job_number":"JOB_178680","tr_customer_id":178698,"tr_customer_product_id":178688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:50.000Z","modified_at":"2026-02-06T04:27:50.000Z","name":"Rosemary Trantow","mobile_number":"492-890-5357","email_id":"Eduardo.Stehr@yahoo.com","dop":"2025-04-06","serial_number":"18587927309518220","imei1":"18587927309518220","imei2":"18587927309518220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178681,"job_number":"JOB_178681","tr_customer_id":178699,"tr_customer_product_id":178689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:50.000Z","modified_at":"2026-02-06T04:27:50.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"103166430859853","imei1":"103166430859853","imei2":"103166430859853","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178683,"job_number":"JOB_178683","tr_customer_id":178701,"tr_customer_product_id":178691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18203108081644","imei1":"18203108081644","imei2":"18203108081644","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178685,"job_number":"JOB_178685","tr_customer_id":178703,"tr_customer_product_id":178693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"11901758758759","imei1":"11901758758759","imei2":"11901758758759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178689,"job_number":"JOB_178689","tr_customer_id":178707,"tr_customer_product_id":178697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Ricky Waters","mobile_number":"489-410-5486","email_id":"Sylvan35@yahoo.com","dop":"2025-04-06","serial_number":"19958567143341184","imei1":"19958567143341184","imei2":"19958567143341184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178690,"job_number":"JOB_178690","tr_customer_id":178708,"tr_customer_product_id":178698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Oma Bernhard","mobile_number":"512-351-4382","email_id":"Chaz_Renner@yahoo.com","dop":"2025-04-06","serial_number":"13046199834492742","imei1":"13046199834492742","imei2":"13046199834492742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178692,"job_number":"JOB_178692","tr_customer_id":178710,"tr_customer_product_id":178700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:56.000Z","modified_at":"2026-02-06T04:27:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17841808948419","imei1":"17841808948419","imei2":"17841808948419","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178694,"job_number":"JOB_178694","tr_customer_id":178712,"tr_customer_product_id":178702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:58.000Z","modified_at":"2026-02-06T04:27:58.000Z","name":"Ivory O'Conner","mobile_number":"594-377-2545","email_id":"Antoinette_Koss@yahoo.com","dop":"2025-04-06","serial_number":"16315199843903030","imei1":"16315199843903030","imei2":"16315199843903030","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178695,"job_number":"JOB_178695","tr_customer_id":178713,"tr_customer_product_id":178703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:59.000Z","modified_at":"2026-02-06T04:27:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19355442700455","imei1":"19355442700455","imei2":"19355442700455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178697,"job_number":"JOB_178697","tr_customer_id":178715,"tr_customer_product_id":178705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:01.000Z","modified_at":"2026-02-06T04:28:01.000Z","name":"Maximillia Lynch","mobile_number":"853-716-6375","email_id":"Connor.Vandervort17@yahoo.com","dop":"2025-04-06","serial_number":"14744004279946126","imei1":"14744004279946126","imei2":"14744004279946126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178698,"job_number":"JOB_178698","tr_customer_id":178716,"tr_customer_product_id":178706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:12.000Z","modified_at":"2026-02-06T04:28:12.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"18910778625285","imei1":"18910778625285","imei2":"18910778625285","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178700,"job_number":"JOB_178700","tr_customer_id":178718,"tr_customer_product_id":178708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:14.000Z","modified_at":"2026-02-06T04:28:14.000Z","name":"Kaleb VonRueden","mobile_number":"420-268-9186","email_id":"Vernon.Stracke48@gmail.com","dop":"2025-04-06","serial_number":"19700165812424744","imei1":"19700165812424744","imei2":"19700165812424744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178701,"job_number":"JOB_178701","tr_customer_id":178719,"tr_customer_product_id":178709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:16.000Z","modified_at":"2026-02-06T04:28:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17952968294950","imei1":"17952968294950","imei2":"17952968294950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178703,"job_number":"JOB_178703","tr_customer_id":178721,"tr_customer_product_id":178711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:17.000Z","modified_at":"2026-02-06T04:28:17.000Z","name":"August Hauck","mobile_number":"414-451-5437","email_id":"Kaleb.Smitham89@gmail.com","dop":"2025-04-06","serial_number":"12389791134142702","imei1":"12389791134142702","imei2":"12389791134142702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178704,"job_number":"JOB_178704","tr_customer_id":178722,"tr_customer_product_id":178712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:21.000Z","modified_at":"2026-02-06T04:28:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13266824234433","imei1":"13266824234433","imei2":"13266824234433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178705,"job_number":"JOB_178705","tr_customer_id":178723,"tr_customer_product_id":178713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:21.000Z","modified_at":"2026-02-06T04:28:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19755863193834","imei1":"19755863193834","imei2":"19755863193834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178708,"job_number":"JOB_178708","tr_customer_id":178726,"tr_customer_product_id":178716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:23.000Z","modified_at":"2026-02-06T04:28:23.000Z","name":"Otha Jaskolski","mobile_number":"329-342-9708","email_id":"German_Sauer@yahoo.com","dop":"2025-04-06","serial_number":"10125649834708324","imei1":"10125649834708324","imei2":"10125649834708324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178709,"job_number":"JOB_178709","tr_customer_id":178727,"tr_customer_product_id":178717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:23.000Z","modified_at":"2026-02-06T04:28:23.000Z","name":"Alek Rau","mobile_number":"373-276-1015","email_id":"Jeremy.Kunze75@hotmail.com","dop":"2025-04-06","serial_number":"13383844675265990","imei1":"13383844675265990","imei2":"13383844675265990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178710,"job_number":"JOB_178710","tr_customer_id":178728,"tr_customer_product_id":178718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:27.000Z","modified_at":"2026-02-06T04:28:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10161171215380","imei1":"10161171215380","imei2":"10161171215380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178712,"job_number":"JOB_178712","tr_customer_id":178730,"tr_customer_product_id":178720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:29.000Z","modified_at":"2026-02-06T04:28:29.000Z","name":"Keegan Bednar","mobile_number":"885-466-9861","email_id":"Karina.Marks@gmail.com","dop":"2025-04-06","serial_number":"14992407945770456","imei1":"14992407945770456","imei2":"14992407945770456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178713,"job_number":"JOB_178713","tr_customer_id":178731,"tr_customer_product_id":178721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:32.000Z","modified_at":"2026-02-06T04:28:32.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"14153835928335","imei1":"14153835928335","imei2":"14153835928335","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178715,"job_number":"JOB_178715","tr_customer_id":178733,"tr_customer_product_id":178723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:33.000Z","modified_at":"2026-02-06T04:28:33.000Z","name":"Hal Raynor","mobile_number":"614-352-1644","email_id":"Reilly.Dach@hotmail.com","dop":"2025-04-06","serial_number":"13441820016594886","imei1":"13441820016594886","imei2":"13441820016594886","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178718,"job_number":"JOB_178718","tr_customer_id":178736,"tr_customer_product_id":178726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:28:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14282972025873","imei1":"14282972025873","imei2":"14282972025873","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178721,"job_number":"JOB_178721","tr_customer_id":178739,"tr_customer_product_id":178729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:37.000Z","modified_at":"2026-02-06T04:28:37.000Z","name":"Pat Torp","mobile_number":"765-385-5819","email_id":"Wiley.Will12@hotmail.com","dop":"2025-04-06","serial_number":"10769057371513072","imei1":"10769057371513072","imei2":"10769057371513072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178722,"job_number":"JOB_178722","tr_customer_id":178740,"tr_customer_product_id":178730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:41.000Z","modified_at":"2026-02-06T04:28:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16197931943569","imei1":"16197931943569","imei2":"16197931943569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178724,"job_number":"JOB_178724","tr_customer_id":178742,"tr_customer_product_id":178732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:43.000Z","modified_at":"2026-02-06T04:28:43.000Z","name":"Quinn Durgan","mobile_number":"295-879-0327","email_id":"Jedediah86@yahoo.com","dop":"2025-04-06","serial_number":"14860089658515574","imei1":"14860089658515574","imei2":"14860089658515574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178725,"job_number":"JOB_178725","tr_customer_id":178743,"tr_customer_product_id":178733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:05.000Z","modified_at":"2026-02-06T04:29:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18994702700409","imei1":"18994702700409","imei2":"18994702700409","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178727,"job_number":"JOB_178727","tr_customer_id":178745,"tr_customer_product_id":178735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:06.000Z","modified_at":"2026-02-06T04:29:06.000Z","name":"Arnaldo Vandervort","mobile_number":"617-883-3943","email_id":"Greyson6@yahoo.com","dop":"2025-04-06","serial_number":"10342429698378404","imei1":"10342429698378404","imei2":"10342429698378404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178728,"job_number":"JOB_178728","tr_customer_id":178746,"tr_customer_product_id":178736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:50.000Z","modified_at":"2026-02-06T04:29:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13985526804653","imei1":"13985526804653","imei2":"13985526804653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178730,"job_number":"JOB_178730","tr_customer_id":178748,"tr_customer_product_id":178738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:52.000Z","modified_at":"2026-02-06T04:29:52.000Z","name":"Carley O'Connell","mobile_number":"802-411-1914","email_id":"Rosetta_Stiedemann@yahoo.com","dop":"2025-04-06","serial_number":"14137821969222900","imei1":"14137821969222900","imei2":"14137821969222900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178731,"job_number":"JOB_178731","tr_customer_id":178749,"tr_customer_product_id":178739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12217102399685","imei1":"12217102399685","imei2":"12217102399685","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178732,"job_number":"JOB_178732","tr_customer_id":178750,"tr_customer_product_id":178740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89548992262857","imei1":"89548992262857","imei2":"89548992262857","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178733,"job_number":"JOB_178733","tr_customer_id":178751,"tr_customer_product_id":178741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78838858674141","imei1":"78838858674141","imei2":"78838858674141","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178734,"job_number":"JOB_178734","tr_customer_id":178752,"tr_customer_product_id":178742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24966261039406","imei1":"24966261039406","imei2":"24966261039406","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178735,"job_number":"JOB_178735","tr_customer_id":178753,"tr_customer_product_id":178743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30765187438763","imei1":"30765187438763","imei2":"30765187438763","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178736,"job_number":"JOB_178736","tr_customer_id":178754,"tr_customer_product_id":178744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97324570908233","imei1":"97324570908233","imei2":"97324570908233","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178738,"job_number":"JOB_178738","tr_customer_id":178756,"tr_customer_product_id":178746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21257513707693","imei1":"21257513707693","imei2":"21257513707693","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178739,"job_number":"JOB_178739","tr_customer_id":178757,"tr_customer_product_id":178747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62017311249495","imei1":"62017311249495","imei2":"62017311249495","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178740,"job_number":"JOB_178740","tr_customer_id":178758,"tr_customer_product_id":178748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78162092394913","imei1":"78162092394913","imei2":"78162092394913","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178741,"job_number":"JOB_178741","tr_customer_id":178759,"tr_customer_product_id":178749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"58106167787568","imei1":"58106167787568","imei2":"58106167787568","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178742,"job_number":"JOB_178742","tr_customer_id":178760,"tr_customer_product_id":178750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64828990299996","imei1":"64828990299996","imei2":"64828990299996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178743,"job_number":"JOB_178743","tr_customer_id":178761,"tr_customer_product_id":178751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57895214111608","imei1":"57895214111608","imei2":"57895214111608","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178745,"job_number":"JOB_178745","tr_customer_id":178763,"tr_customer_product_id":178753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61818063366763","imei1":"61818063366763","imei2":"61818063366763","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178746,"job_number":"JOB_178746","tr_customer_id":178764,"tr_customer_product_id":178754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13574372875249","imei1":"13574372875249","imei2":"13574372875249","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178747,"job_number":"JOB_178747","tr_customer_id":178765,"tr_customer_product_id":178755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28633608120676","imei1":"28633608120676","imei2":"28633608120676","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178748,"job_number":"JOB_178748","tr_customer_id":178766,"tr_customer_product_id":178756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97488882844153","imei1":"97488882844153","imei2":"97488882844153","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178749,"job_number":"JOB_178749","tr_customer_id":178767,"tr_customer_product_id":178757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60914604529396","imei1":"60914604529396","imei2":"60914604529396","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178750,"job_number":"JOB_178750","tr_customer_id":178768,"tr_customer_product_id":178758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70351658034635","imei1":"70351658034635","imei2":"70351658034635","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178762,"job_number":"JOB_178762","tr_customer_id":178780,"tr_customer_product_id":178770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:31.000Z","modified_at":"2026-02-06T05:13:31.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-27","serial_number":"76579254897150","imei1":"76579254897150","imei2":"76579254897150","popurl":"2026-01-27T05:13:30.782368454Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178763,"job_number":"JOB_178763","tr_customer_id":178781,"tr_customer_product_id":178771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:39.000Z","modified_at":"2026-02-06T05:13:39.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-27","serial_number":"28715098310814","imei1":"28715098310814","imei2":"28715098310814","popurl":"2026-01-27T05:13:38.620003950Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178765,"job_number":"JOB_178765","tr_customer_id":178783,"tr_customer_product_id":178773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:17:52.000Z","modified_at":"2026-02-06T05:17:52.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101133688345349","imei1":"101133688345349","imei2":"101133688345349","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178767,"job_number":"JOB_178767","tr_customer_id":178785,"tr_customer_product_id":178775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:06.000Z","modified_at":"2026-02-06T05:18:06.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"108418687296613","imei1":"108418687296613","imei2":"108418687296613","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178774,"job_number":"JOB_178774","tr_customer_id":178792,"tr_customer_product_id":178782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:22.000Z","modified_at":"2026-02-06T05:34:22.000Z","name":"Monica Carroll","mobile_number":"766-936-1003","email_id":"Eveline_Mraz@yahoo.com","dop":"2025-04-06","serial_number":"18207855446145750","imei1":"18207855446145750","imei2":"18207855446145750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178776,"job_number":"JOB_178776","tr_customer_id":178794,"tr_customer_product_id":178784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:36.000Z","modified_at":"2026-02-06T05:34:36.000Z","name":"Koby Schimmel","mobile_number":"981-735-9508","email_id":"Angeline77@yahoo.com","dop":"2025-04-06","serial_number":"12210067824541870","imei1":"12210067824541870","imei2":"12210067824541870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:34:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178787,"job_number":"JOB_178787","tr_customer_id":178805,"tr_customer_product_id":178795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:50.000Z","modified_at":"2026-02-06T06:37:50.000Z","name":"Louvenia Johnson","mobile_number":"667-257-5528","email_id":"Leopold_Zieme@gmail.com","dop":"2026-01-23","serial_number":"16756615019716","imei1":"16756615019716","imei2":"16756615019716","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178797,"job_number":"JOB_178797","tr_customer_id":178815,"tr_customer_product_id":178805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:00.000Z","modified_at":"2026-02-06T06:40:00.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"103136425255783","imei1":"103136425255783","imei2":"103136425255783","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178800,"job_number":"JOB_178800","tr_customer_id":178818,"tr_customer_product_id":178808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:04.000Z","modified_at":"2026-02-06T06:40:04.000Z","name":"Mia Conroy","mobile_number":"898-670-0881","email_id":"Terrill.Rippin37@hotmail.com","dop":"2026-01-23","serial_number":"173741310402395","imei1":"173741310402395","imei2":"173741310402395","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178802,"job_number":"JOB_178802","tr_customer_id":178820,"tr_customer_product_id":178810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:52.000Z","modified_at":"2026-02-06T06:40:52.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"106137791336693","imei1":"106137791336693","imei2":"106137791336693","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178806,"job_number":"JOB_178806","tr_customer_id":178824,"tr_customer_product_id":178814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:48.000Z","modified_at":"2026-02-06T06:41:48.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"109105377580437","imei1":"109105377580437","imei2":"109105377580437","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178809,"job_number":"JOB_178809","tr_customer_id":178827,"tr_customer_product_id":178817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:00.000Z","modified_at":"2026-02-06T06:42:00.000Z","name":"Fletcher Grady","mobile_number":"612-602-8336","email_id":"Mervin.Towne@gmail.com","dop":"2025-04-06","serial_number":"19410223496156264","imei1":"19410223496156264","imei2":"19410223496156264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178810,"job_number":"JOB_178810","tr_customer_id":178828,"tr_customer_product_id":178818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:08.000Z","modified_at":"2026-02-06T06:42:08.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10523661500972","imei1":"10523661500972","imei2":"10523661500972","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178812,"job_number":"JOB_178812","tr_customer_id":178830,"tr_customer_product_id":178820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:09.000Z","modified_at":"2026-02-06T06:42:10.000Z","name":"Tre Lindgren","mobile_number":"676-872-4769","email_id":"Kenya.Hodkiewicz@yahoo.com","dop":"2025-06-18","serial_number":"1099169861774685","imei1":"1099169861774685","imei2":"1099169861774685","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178813,"job_number":"JOB_178813","tr_customer_id":178831,"tr_customer_product_id":178821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:32.000Z","modified_at":"2026-02-06T06:42:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14739058439828","imei1":"14739058439828","imei2":"14739058439828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178815,"job_number":"JOB_178815","tr_customer_id":178833,"tr_customer_product_id":178823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:34.000Z","modified_at":"2026-02-06T06:42:34.000Z","name":"Nicklaus Kuhn","mobile_number":"603-234-3536","email_id":"Beverly.Donnelly7@hotmail.com","dop":"2025-04-06","serial_number":"13570138412744692","imei1":"13570138412744692","imei2":"13570138412744692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178816,"job_number":"JOB_178816","tr_customer_id":178834,"tr_customer_product_id":178824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:58.000Z","modified_at":"2026-02-06T06:42:58.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10891095280807","imei1":"10891095280807","imei2":"10891095280807","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178818,"job_number":"JOB_178818","tr_customer_id":178836,"tr_customer_product_id":178826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:59.000Z","modified_at":"2026-02-06T06:42:59.000Z","name":"Jessyca Reichel","mobile_number":"929-223-8313","email_id":"Felicita74@yahoo.com","dop":"2025-06-18","serial_number":"1043643024568567","imei1":"1043643024568567","imei2":"1043643024568567","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178819,"job_number":"JOB_178819","tr_customer_id":178837,"tr_customer_product_id":178827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:10.000Z","modified_at":"2026-02-06T06:43:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11010240020635","imei1":"11010240020635","imei2":"11010240020635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178821,"job_number":"JOB_178821","tr_customer_id":178839,"tr_customer_product_id":178829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:12.000Z","modified_at":"2026-02-06T06:43:12.000Z","name":"Janie Haley","mobile_number":"653-765-0477","email_id":"Bonnie.Wolf50@gmail.com","dop":"2025-04-06","serial_number":"15654767243344996","imei1":"15654767243344996","imei2":"15654767243344996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178822,"job_number":"JOB_178822","tr_customer_id":178840,"tr_customer_product_id":178830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:16.000Z","modified_at":"2026-02-06T06:43:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14842034057241","imei1":"14842034057241","imei2":"14842034057241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178824,"job_number":"JOB_178824","tr_customer_id":178842,"tr_customer_product_id":178832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:17.000Z","modified_at":"2026-02-06T06:43:17.000Z","name":"Kailee Kohler","mobile_number":"397-332-8652","email_id":"Frederick_Zemlak@gmail.com","dop":"2025-04-06","serial_number":"16985789478389866","imei1":"16985789478389866","imei2":"16985789478389866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178825,"job_number":"JOB_178825","tr_customer_id":178843,"tr_customer_product_id":178833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:57.000Z","modified_at":"2026-02-06T06:43:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11480178311106","imei1":"11480178311106","imei2":"11480178311106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178827,"job_number":"JOB_178827","tr_customer_id":178845,"tr_customer_product_id":178835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:43:59.000Z","name":"Britney Krajcik","mobile_number":"718-209-2586","email_id":"Jany.Metz@gmail.com","dop":"2025-04-06","serial_number":"17862049717599084","imei1":"17862049717599084","imei2":"17862049717599084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178828,"job_number":"JOB_178828","tr_customer_id":178846,"tr_customer_product_id":178836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:43:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18633993096880","imei1":"18633993096880","imei2":"18633993096880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178830,"job_number":"JOB_178830","tr_customer_id":178848,"tr_customer_product_id":178838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:01.000Z","modified_at":"2026-02-06T06:44:01.000Z","name":"Kim Skiles","mobile_number":"494-485-8061","email_id":"Destin.Parker@hotmail.com","dop":"2025-04-06","serial_number":"19123711265213200","imei1":"19123711265213200","imei2":"19123711265213200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178831,"job_number":"JOB_178831","tr_customer_id":178849,"tr_customer_product_id":178839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:07.000Z","modified_at":"2026-02-06T06:44:07.000Z","name":"Efren Gibson","mobile_number":"863-556-6261","email_id":"Ana36@gmail.com","dop":"2025-10-05","serial_number":"15175717885159","imei1":"15175717885159","imei2":"15175717885159","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178832,"job_number":"JOB_178832","tr_customer_id":178850,"tr_customer_product_id":178840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:44.000Z","modified_at":"2026-02-06T06:44:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10978613935534","imei1":"10978613935534","imei2":"10978613935534","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178834,"job_number":"JOB_178834","tr_customer_id":178852,"tr_customer_product_id":178842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:45.000Z","modified_at":"2026-02-06T06:44:45.000Z","name":"Dave Davis","mobile_number":"214-848-6625","email_id":"Santa_Kuhlman95@hotmail.com","dop":"2025-04-06","serial_number":"14350976447124766","imei1":"14350976447124766","imei2":"14350976447124766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178836,"job_number":"JOB_178836","tr_customer_id":178854,"tr_customer_product_id":178844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:45:56.000Z","modified_at":"2026-02-06T06:45:56.000Z","name":"Mckenna Harvey","mobile_number":"361-712-1426","email_id":"Chadrick.Romaguera67@gmail.com","dop":"2026-01-23","serial_number":"158542847062259","imei1":"158542847062259","imei2":"158542847062259","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178837,"job_number":"JOB_178837","tr_customer_id":178855,"tr_customer_product_id":178845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:03.000Z","modified_at":"2026-02-06T06:46:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16919980653154","imei1":"16919980653154","imei2":"16919980653154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178839,"job_number":"JOB_178839","tr_customer_id":178857,"tr_customer_product_id":178847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:04.000Z","modified_at":"2026-02-06T06:46:04.000Z","name":"Michele Ernser","mobile_number":"557-455-3590","email_id":"Idella.Johnston@gmail.com","dop":"2025-04-06","serial_number":"11405727434515498","imei1":"11405727434515498","imei2":"11405727434515498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178840,"job_number":"JOB_178840","tr_customer_id":178858,"tr_customer_product_id":178848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:54.000Z","modified_at":"2026-02-06T06:46:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13626324084681","imei1":"13626324084681","imei2":"13626324084681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178842,"job_number":"JOB_178842","tr_customer_id":178860,"tr_customer_product_id":178850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:56.000Z","modified_at":"2026-02-06T06:46:56.000Z","name":"Zoie Dietrich","mobile_number":"575-566-4523","email_id":"Jovan19@hotmail.com","dop":"2025-04-06","serial_number":"14231968804747680","imei1":"14231968804747680","imei2":"14231968804747680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178844,"job_number":"JOB_178844","tr_customer_id":178862,"tr_customer_product_id":178852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:17.000Z","modified_at":"2026-02-06T06:47:17.000Z","name":"Horacio Mosciski","mobile_number":"605-700-1039","email_id":"Bella_Streich7@yahoo.com","dop":"2026-01-23","serial_number":"142922729188726","imei1":"142922729188726","imei2":"142922729188726","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178845,"job_number":"JOB_178845","tr_customer_id":178863,"tr_customer_product_id":178853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:45.000Z","modified_at":"2026-02-06T06:47:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13509145658953","imei1":"13509145658953","imei2":"13509145658953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178847,"job_number":"JOB_178847","tr_customer_id":178865,"tr_customer_product_id":178855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:47.000Z","modified_at":"2026-02-06T06:47:47.000Z","name":"Kamille Dickens","mobile_number":"611-771-4962","email_id":"Tianna.Moen@hotmail.com","dop":"2025-04-06","serial_number":"18853750550819556","imei1":"18853750550819556","imei2":"18853750550819556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178848,"job_number":"JOB_178848","tr_customer_id":178866,"tr_customer_product_id":178856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:28.000Z","modified_at":"2026-02-06T06:48:28.000Z","name":"Josiane Williamson","mobile_number":"425-581-2041","email_id":"Gail_Hayes73@gmail.com","dop":"2025-10-05","serial_number":"15861617411245","imei1":"15861617411245","imei2":"15861617411245","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178852,"job_number":"JOB_178852","tr_customer_id":178870,"tr_customer_product_id":178860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:42.000Z","modified_at":"2026-02-06T06:48:42.000Z","name":"Ryleigh Legros","mobile_number":"472-964-1847","email_id":"Peyton72@hotmail.com","dop":"2026-01-23","serial_number":"136286241355847","imei1":"136286241355847","imei2":"136286241355847","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178857,"job_number":"JOB_178857","tr_customer_id":178875,"tr_customer_product_id":178865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:38.000Z","modified_at":"2026-02-06T06:49:38.000Z","name":"Henry Reinger","mobile_number":"402-580-1840","email_id":"Freddy.Wunsch@gmail.com","dop":"2025-10-05","serial_number":"10113283058728","imei1":"10113283058728","imei2":"10113283058728","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178858,"job_number":"JOB_178858","tr_customer_id":178876,"tr_customer_product_id":178866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:46.000Z","modified_at":"2026-02-06T06:49:46.000Z","name":"Orville Langworth","mobile_number":"978-897-9328","email_id":"Noelia.Muller@gmail.com","dop":"2025-10-05","serial_number":"10736414106113","imei1":"10736414106113","imei2":"10736414106113","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178859,"job_number":"JOB_178859","tr_customer_id":178877,"tr_customer_product_id":178867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:00.000Z","modified_at":"2026-02-06T06:50:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18067726902241","imei1":"18067726902241","imei2":"18067726902241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178861,"job_number":"JOB_178861","tr_customer_id":178879,"tr_customer_product_id":178869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:02.000Z","modified_at":"2026-02-06T06:50:02.000Z","name":"Jennifer Schinner","mobile_number":"696-900-6880","email_id":"Travon.Herzog@hotmail.com","dop":"2025-04-06","serial_number":"18281248259133980","imei1":"18281248259133980","imei2":"18281248259133980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178862,"job_number":"JOB_178862","tr_customer_id":178880,"tr_customer_product_id":178870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:47.000Z","modified_at":"2026-02-06T06:50:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12074028403957","imei1":"12074028403957","imei2":"12074028403957","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178864,"job_number":"JOB_178864","tr_customer_id":178882,"tr_customer_product_id":178872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:49.000Z","modified_at":"2026-02-06T06:50:49.000Z","name":"Luisa Hoeger","mobile_number":"727-960-4650","email_id":"Nikki6@yahoo.com","dop":"2025-04-06","serial_number":"15421387150380556","imei1":"15421387150380556","imei2":"15421387150380556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178865,"job_number":"JOB_178865","tr_customer_id":178883,"tr_customer_product_id":178873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:33.000Z","modified_at":"2026-02-06T06:51:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19519103885961","imei1":"19519103885961","imei2":"19519103885961","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178867,"job_number":"JOB_178867","tr_customer_id":178885,"tr_customer_product_id":178875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:35.000Z","modified_at":"2026-02-06T06:51:35.000Z","name":"Chyna Connelly","mobile_number":"585-398-2706","email_id":"Myriam_Swaniawski@gmail.com","dop":"2025-04-06","serial_number":"17490032086050580","imei1":"17490032086050580","imei2":"17490032086050580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178868,"job_number":"JOB_178868","tr_customer_id":178886,"tr_customer_product_id":178876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:10.000Z","modified_at":"2026-02-06T06:53:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14286908152760","imei1":"14286908152760","imei2":"14286908152760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178870,"job_number":"JOB_178870","tr_customer_id":178888,"tr_customer_product_id":178878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:11.000Z","modified_at":"2026-02-06T06:53:11.000Z","name":"Estelle Kreiger","mobile_number":"275-989-0294","email_id":"Cayla.Raynor19@yahoo.com","dop":"2025-04-06","serial_number":"12334707280277968","imei1":"12334707280277968","imei2":"12334707280277968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178871,"job_number":"JOB_178871","tr_customer_id":178889,"tr_customer_product_id":178879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:56.000Z","modified_at":"2026-02-06T06:53:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18054689691058","imei1":"18054689691058","imei2":"18054689691058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178873,"job_number":"JOB_178873","tr_customer_id":178891,"tr_customer_product_id":178881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:58.000Z","modified_at":"2026-02-06T06:53:58.000Z","name":"Joseph Hansen","mobile_number":"403-771-4986","email_id":"Nico.Kulas@gmail.com","dop":"2025-04-06","serial_number":"17463485163367480","imei1":"17463485163367480","imei2":"17463485163367480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178875,"job_number":"JOB_178875","tr_customer_id":178893,"tr_customer_product_id":178883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:03.000Z","modified_at":"2026-02-06T06:54:03.000Z","name":"Robin Rice","mobile_number":"630-299-8431","email_id":"Donna85@hotmail.com","dop":"2025-04-06","serial_number":"16650476521663000","imei1":"16650476521663000","imei2":"16650476521663000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178876,"job_number":"JOB_178876","tr_customer_id":178894,"tr_customer_product_id":178884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:42.000Z","modified_at":"2026-02-06T06:54:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13448206559711","imei1":"13448206559711","imei2":"13448206559711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178878,"job_number":"JOB_178878","tr_customer_id":178896,"tr_customer_product_id":178886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:43.000Z","modified_at":"2026-02-06T06:54:43.000Z","name":"Zachery Bogan","mobile_number":"268-994-7786","email_id":"Grayson.Reilly@hotmail.com","dop":"2025-04-06","serial_number":"15982476206766984","imei1":"15982476206766984","imei2":"15982476206766984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178879,"job_number":"JOB_178879","tr_customer_id":178897,"tr_customer_product_id":178887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:44.000Z","modified_at":"2026-02-06T06:54:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18523819994098","imei1":"18523819994098","imei2":"18523819994098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178881,"job_number":"JOB_178881","tr_customer_id":178899,"tr_customer_product_id":178889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:46.000Z","modified_at":"2026-02-06T06:54:46.000Z","name":"Richmond Maggio","mobile_number":"963-782-0150","email_id":"Leta_Kuhic99@hotmail.com","dop":"2025-04-06","serial_number":"19287958873678210","imei1":"19287958873678210","imei2":"19287958873678210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178882,"job_number":"JOB_178882","tr_customer_id":178900,"tr_customer_product_id":178890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:52.000Z","modified_at":"2026-02-06T06:54:52.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"16159422371734","imei1":"16159422371734","imei2":"16159422371734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178884,"job_number":"JOB_178884","tr_customer_id":178902,"tr_customer_product_id":178892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:54.000Z","modified_at":"2026-02-06T06:54:54.000Z","name":"Raquel Bernhard","mobile_number":"285-403-1991","email_id":"Rigoberto.Zieme@yahoo.com","dop":"2025-04-06","serial_number":"14618290375263452","imei1":"14618290375263452","imei2":"14618290375263452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178888,"job_number":"JOB_178888","tr_customer_id":178906,"tr_customer_product_id":178896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:30.000Z","modified_at":"2026-02-06T06:55:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19191882104652","imei1":"19191882104652","imei2":"19191882104652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178890,"job_number":"JOB_178890","tr_customer_id":178908,"tr_customer_product_id":178898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:32.000Z","modified_at":"2026-02-06T06:55:32.000Z","name":"Arjun Tromp","mobile_number":"414-785-8808","email_id":"Kailee82@yahoo.com","dop":"2025-04-06","serial_number":"17661828527272584","imei1":"17661828527272584","imei2":"17661828527272584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178891,"job_number":"JOB_178891","tr_customer_id":178909,"tr_customer_product_id":178899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:40.000Z","modified_at":"2026-02-06T06:55:40.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"14930354768508","imei1":"14930354768508","imei2":"14930354768508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178893,"job_number":"JOB_178893","tr_customer_id":178911,"tr_customer_product_id":178901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:42.000Z","modified_at":"2026-02-06T06:55:42.000Z","name":"Rossie Effertz","mobile_number":"460-658-0979","email_id":"Crystal.Johnston1@hotmail.com","dop":"2025-04-06","serial_number":"14784965860737532","imei1":"14784965860737532","imei2":"14784965860737532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178897,"job_number":"JOB_178897","tr_customer_id":178915,"tr_customer_product_id":178905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:12.000Z","modified_at":"2026-02-06T06:56:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10564614319878","imei1":"10564614319878","imei2":"10564614319878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178899,"job_number":"JOB_178899","tr_customer_id":178917,"tr_customer_product_id":178907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:14.000Z","modified_at":"2026-02-06T06:56:14.000Z","name":"Helene Wisoky","mobile_number":"350-377-4426","email_id":"Dorothea_Wilderman@hotmail.com","dop":"2025-04-06","serial_number":"15152973638932044","imei1":"15152973638932044","imei2":"15152973638932044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178900,"job_number":"JOB_178900","tr_customer_id":178918,"tr_customer_product_id":178908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:15.000Z","modified_at":"2026-02-06T06:56:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11069070762379","imei1":"11069070762379","imei2":"11069070762379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178902,"job_number":"JOB_178902","tr_customer_id":178920,"tr_customer_product_id":178910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:17.000Z","modified_at":"2026-02-06T06:56:17.000Z","name":"Jaden Jacobson","mobile_number":"462-979-3480","email_id":"Hassie51@gmail.com","dop":"2025-04-06","serial_number":"18776311774188620","imei1":"18776311774188620","imei2":"18776311774188620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178903,"job_number":"JOB_178903","tr_customer_id":178921,"tr_customer_product_id":178911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:27.000Z","modified_at":"2026-02-06T06:56:27.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"10660233371962","imei1":"10660233371962","imei2":"10660233371962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178905,"job_number":"JOB_178905","tr_customer_id":178923,"tr_customer_product_id":178913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:29.000Z","modified_at":"2026-02-06T06:56:29.000Z","name":"Luciano Kilback","mobile_number":"640-604-1116","email_id":"Amir66@gmail.com","dop":"2025-04-06","serial_number":"19735698765972016","imei1":"19735698765972016","imei2":"19735698765972016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178909,"job_number":"JOB_178909","tr_customer_id":178927,"tr_customer_product_id":178917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:04.000Z","modified_at":"2026-02-06T06:57:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15369178769588","imei1":"15369178769588","imei2":"15369178769588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178911,"job_number":"JOB_178911","tr_customer_id":178929,"tr_customer_product_id":178919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:06.000Z","modified_at":"2026-02-06T06:57:06.000Z","name":"Nelda Wehner","mobile_number":"334-611-1274","email_id":"Novella.Wisozk@gmail.com","dop":"2025-04-06","serial_number":"17707884621672788","imei1":"17707884621672788","imei2":"17707884621672788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178915,"job_number":"JOB_178915","tr_customer_id":178933,"tr_customer_product_id":178923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:55.000Z","modified_at":"2026-02-06T06:57:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17744560349240","imei1":"17744560349240","imei2":"17744560349240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178917,"job_number":"JOB_178917","tr_customer_id":178935,"tr_customer_product_id":178925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:57.000Z","modified_at":"2026-02-06T06:57:57.000Z","name":"Malvina Thiel","mobile_number":"821-565-1611","email_id":"Frankie.Gibson@hotmail.com","dop":"2025-04-06","serial_number":"10171136895783408","imei1":"10171136895783408","imei2":"10171136895783408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178918,"job_number":"JOB_178918","tr_customer_id":178936,"tr_customer_product_id":178926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:57.000Z","modified_at":"2026-02-06T07:00:57.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"11387056771415","imei1":"11387056771415","imei2":"11387056771415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:00:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178920,"job_number":"JOB_178920","tr_customer_id":178938,"tr_customer_product_id":178928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:59.000Z","modified_at":"2026-02-06T07:00:59.000Z","name":"Abagail Bergstrom","mobile_number":"814-256-2224","email_id":"Kali43@yahoo.com","dop":"2025-04-06","serial_number":"19203794390418292","imei1":"19203794390418292","imei2":"19203794390418292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178921,"job_number":"JOB_178921","tr_customer_id":178939,"tr_customer_product_id":178929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:03.000Z","modified_at":"2026-02-06T07:01:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15226533868404","imei1":"15226533868404","imei2":"15226533868404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178923,"job_number":"JOB_178923","tr_customer_id":178941,"tr_customer_product_id":178931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:05.000Z","modified_at":"2026-02-06T07:01:05.000Z","name":"Gavin Rogahn","mobile_number":"590-239-5819","email_id":"Doris_Casper19@yahoo.com","dop":"2025-04-06","serial_number":"17002356000045296","imei1":"17002356000045296","imei2":"17002356000045296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178924,"job_number":"JOB_178924","tr_customer_id":178942,"tr_customer_product_id":178932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:40.000Z","modified_at":"2026-02-06T07:01:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10727081071044","imei1":"10727081071044","imei2":"10727081071044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178926,"job_number":"JOB_178926","tr_customer_id":178944,"tr_customer_product_id":178934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:42.000Z","modified_at":"2026-02-06T07:01:42.000Z","name":"Brandi Wuckert","mobile_number":"376-534-1423","email_id":"Quincy_Padberg@hotmail.com","dop":"2025-04-06","serial_number":"17095021356356952","imei1":"17095021356356952","imei2":"17095021356356952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178927,"job_number":"JOB_178927","tr_customer_id":178945,"tr_customer_product_id":178935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:50.000Z","modified_at":"2026-02-06T07:01:50.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"13298360656238","imei1":"13298360656238","imei2":"13298360656238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178929,"job_number":"JOB_178929","tr_customer_id":178947,"tr_customer_product_id":178937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:52.000Z","modified_at":"2026-02-06T07:01:52.000Z","name":"Haleigh Kshlerin","mobile_number":"672-651-7362","email_id":"Ara.Bernhard@gmail.com","dop":"2025-04-06","serial_number":"13333742920209500","imei1":"13333742920209500","imei2":"13333742920209500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178932,"job_number":"JOB_178932","tr_customer_id":178950,"tr_customer_product_id":178940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:58.000Z","modified_at":"2026-02-06T07:01:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10597368262404","imei1":"10597368262404","imei2":"10597368262404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178934,"job_number":"JOB_178934","tr_customer_id":178952,"tr_customer_product_id":178942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:59.000Z","modified_at":"2026-02-06T07:01:59.000Z","name":"Ottis Turner","mobile_number":"228-306-7672","email_id":"Kale.Bahringer64@yahoo.com","dop":"2025-04-06","serial_number":"12532733221351342","imei1":"12532733221351342","imei2":"12532733221351342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178935,"job_number":"JOB_178935","tr_customer_id":178953,"tr_customer_product_id":178943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:59.000Z","modified_at":"2026-02-06T07:01:59.000Z","name":"Wanda Heller","mobile_number":"308-818-0907","email_id":"Alan94@yahoo.com","dop":"2025-04-06","serial_number":"12191856865361422","imei1":"12191856865361422","imei2":"12191856865361422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178936,"job_number":"JOB_178936","tr_customer_id":178954,"tr_customer_product_id":178944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:00.000Z","modified_at":"2026-02-06T07:02:00.000Z","name":"Jazmyne Marvin","mobile_number":"373-943-4892","email_id":"Janae_Marks@yahoo.com","dop":"2025-04-06","serial_number":"16813033263020008","imei1":"16813033263020008","imei2":"16813033263020008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178937,"job_number":"JOB_178937","tr_customer_id":178955,"tr_customer_product_id":178945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:35.000Z","modified_at":"2026-02-06T07:02:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13473407524577","imei1":"13473407524577","imei2":"13473407524577","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178939,"job_number":"JOB_178939","tr_customer_id":178957,"tr_customer_product_id":178947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:37.000Z","modified_at":"2026-02-06T07:02:37.000Z","name":"Reyna West","mobile_number":"938-678-4373","email_id":"Lenore_Gutmann5@gmail.com","dop":"2025-04-06","serial_number":"19415787839704800","imei1":"19415787839704800","imei2":"19415787839704800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178940,"job_number":"JOB_178940","tr_customer_id":178958,"tr_customer_product_id":178948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:42.000Z","modified_at":"2026-02-06T07:02:42.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"13972484773853","imei1":"13972484773853","imei2":"13972484773853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178942,"job_number":"JOB_178942","tr_customer_id":178960,"tr_customer_product_id":178950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:44.000Z","modified_at":"2026-02-06T07:02:44.000Z","name":"Beryl Heller","mobile_number":"407-616-1816","email_id":"Eliza.Cummings@hotmail.com","dop":"2025-04-06","serial_number":"10231407315906314","imei1":"10231407315906314","imei2":"10231407315906314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178943,"job_number":"JOB_178943","tr_customer_id":178961,"tr_customer_product_id":178951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:53.000Z","modified_at":"2026-02-06T07:02:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14472343314859","imei1":"14472343314859","imei2":"14472343314859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178945,"job_number":"JOB_178945","tr_customer_id":178963,"tr_customer_product_id":178953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:55.000Z","modified_at":"2026-02-06T07:02:55.000Z","name":"Sydney Boyle","mobile_number":"416-346-7735","email_id":"Shane_Ortiz@gmail.com","dop":"2025-04-06","serial_number":"10497313265800412","imei1":"10497313265800412","imei2":"10497313265800412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178946,"job_number":"JOB_178946","tr_customer_id":178964,"tr_customer_product_id":178954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:30.000Z","modified_at":"2026-02-06T07:03:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17920847589643","imei1":"17920847589643","imei2":"17920847589643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:03:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178948,"job_number":"JOB_178948","tr_customer_id":178966,"tr_customer_product_id":178956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:32.000Z","modified_at":"2026-02-06T07:03:32.000Z","name":"Ernestine Reichel","mobile_number":"638-632-7640","email_id":"Finn_Mertz71@yahoo.com","dop":"2025-04-06","serial_number":"10831254783412986","imei1":"10831254783412986","imei2":"10831254783412986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178949,"job_number":"JOB_178949","tr_customer_id":178967,"tr_customer_product_id":178957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:00.000Z","modified_at":"2026-02-06T07:05:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19161731361074","imei1":"19161731361074","imei2":"19161731361074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178951,"job_number":"JOB_178951","tr_customer_id":178969,"tr_customer_product_id":178959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:02.000Z","modified_at":"2026-02-06T07:05:02.000Z","name":"Sheridan Kuhlman","mobile_number":"517-567-3002","email_id":"Paul92@gmail.com","dop":"2025-04-06","serial_number":"12559036493029272","imei1":"12559036493029272","imei2":"12559036493029272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178953,"job_number":"JOB_178953","tr_customer_id":178971,"tr_customer_product_id":178961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:08.000Z","modified_at":"2026-02-06T07:05:08.000Z","name":"Lenore Huels","mobile_number":"979-610-3678","email_id":"Hilda_Dooley@hotmail.com","dop":"2025-04-06","serial_number":"13287987365847478","imei1":"13287987365847478","imei2":"13287987365847478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178954,"job_number":"JOB_178954","tr_customer_id":178972,"tr_customer_product_id":178962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:50.000Z","modified_at":"2026-02-06T07:05:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12280090651342","imei1":"12280090651342","imei2":"12280090651342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178956,"job_number":"JOB_178956","tr_customer_id":178974,"tr_customer_product_id":178964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:52.000Z","modified_at":"2026-02-06T07:05:52.000Z","name":"Lexus Stracke","mobile_number":"739-938-7423","email_id":"Rickey92@yahoo.com","dop":"2025-04-06","serial_number":"16965267721559632","imei1":"16965267721559632","imei2":"16965267721559632","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178957,"job_number":"JOB_178957","tr_customer_id":178975,"tr_customer_product_id":178965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:39.000Z","modified_at":"2026-02-06T07:06:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13111063974299","imei1":"13111063974299","imei2":"13111063974299","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:06:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178959,"job_number":"JOB_178959","tr_customer_id":178977,"tr_customer_product_id":178967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:41.000Z","modified_at":"2026-02-06T07:06:41.000Z","name":"Damaris Stanton","mobile_number":"323-562-3356","email_id":"Krista51@gmail.com","dop":"2025-04-06","serial_number":"15111146123586504","imei1":"15111146123586504","imei2":"15111146123586504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:06:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178960,"job_number":"JOB_178960","tr_customer_id":178978,"tr_customer_product_id":178968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:08:20.000Z","modified_at":"2026-02-06T07:08:20.000Z","name":"Korey Grady","mobile_number":"314-457-1864","email_id":"Skye9@yahoo.com","dop":"2025-10-05","serial_number":"11374674959945","imei1":"11374674959945","imei2":"11374674959945","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:08:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178962,"job_number":"JOB_178962","tr_customer_id":178980,"tr_customer_product_id":178970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:09:29.000Z","modified_at":"2026-02-06T07:09:29.000Z","name":"Kristina Torphy","mobile_number":"729-384-5590","email_id":"Tony.Trantow78@hotmail.com","dop":"2026-01-23","serial_number":"179098963070969","imei1":"179098963070969","imei2":"179098963070969","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:09:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178963,"job_number":"JOB_178963","tr_customer_id":178981,"tr_customer_product_id":178971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:10:34.000Z","modified_at":"2026-02-06T07:10:34.000Z","name":"Santos Hudson","mobile_number":"625-850-3704","email_id":"Kasey_Tromp@yahoo.com","dop":"2025-10-05","serial_number":"12400963817831","imei1":"12400963817831","imei2":"12400963817831","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:10:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178965,"job_number":"JOB_178965","tr_customer_id":178983,"tr_customer_product_id":178973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:11:53.000Z","modified_at":"2026-02-06T07:11:53.000Z","name":"Johnny Bernhard","mobile_number":"617-986-9167","email_id":"Nikita_Konopelski@hotmail.com","dop":"2026-01-23","serial_number":"145898016024278","imei1":"145898016024278","imei2":"145898016024278","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:11:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178966,"job_number":"JOB_178966","tr_customer_id":178984,"tr_customer_product_id":178974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:13:02.000Z","modified_at":"2026-02-06T07:13:02.000Z","name":"Cordie Parker","mobile_number":"635-662-9169","email_id":"Meda.Lemke@gmail.com","dop":"2025-10-05","serial_number":"10611424797522","imei1":"10611424797522","imei2":"10611424797522","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178967,"job_number":"JOB_178967","tr_customer_id":178985,"tr_customer_product_id":178975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:14:37.000Z","modified_at":"2026-02-06T07:14:37.000Z","name":"Adaline Swift","mobile_number":"706-935-3580","email_id":"Lindsay_Donnelly52@hotmail.com","dop":"2025-10-05","serial_number":"16362624073445","imei1":"16362624073445","imei2":"16362624073445","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178969,"job_number":"JOB_178969","tr_customer_id":178987,"tr_customer_product_id":178977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:16:44.000Z","modified_at":"2026-02-06T07:16:44.000Z","name":"Rupert Von","mobile_number":"800-589-3942","email_id":"Rolando.Purdy43@gmail.com","dop":"2026-01-23","serial_number":"148048538066534","imei1":"148048538066534","imei2":"148048538066534","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178971,"job_number":"JOB_178971","tr_customer_id":178989,"tr_customer_product_id":178979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:18:42.000Z","modified_at":"2026-02-06T07:18:42.000Z","name":"Laisha Hintz","mobile_number":"888-334-5099","email_id":"Chelsey.Towne@yahoo.com","dop":"2026-01-23","serial_number":"161694320118049","imei1":"161694320118049","imei2":"161694320118049","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178973,"job_number":"JOB_178973","tr_customer_id":178991,"tr_customer_product_id":178981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:21:20.000Z","modified_at":"2026-02-06T07:21:20.000Z","name":"Noel Schinner","mobile_number":"985-989-3078","email_id":"Ramona_Braun@hotmail.com","dop":"2026-01-23","serial_number":"106646817468016","imei1":"106646817468016","imei2":"106646817468016","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178975,"job_number":"JOB_178975","tr_customer_id":178993,"tr_customer_product_id":178983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:23:08.000Z","modified_at":"2026-02-06T07:23:08.000Z","name":"Elena Marquardt","mobile_number":"391-993-1646","email_id":"Billy_Smitham4@hotmail.com","dop":"2026-01-23","serial_number":"177926401748957","imei1":"177926401748957","imei2":"177926401748957","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:23:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178977,"job_number":"JOB_178977","tr_customer_id":178995,"tr_customer_product_id":178985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:25:56.000Z","modified_at":"2026-02-06T07:25:56.000Z","name":"Renee Howell","mobile_number":"442-355-9061","email_id":"Brennon_Botsford@gmail.com","dop":"2026-01-23","serial_number":"164221145700357","imei1":"164221145700357","imei2":"164221145700357","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:25:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178979,"job_number":"JOB_178979","tr_customer_id":178997,"tr_customer_product_id":178987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:27:41.000Z","modified_at":"2026-02-06T07:27:41.000Z","name":"Sigurd Dare","mobile_number":"790-742-9724","email_id":"Fernando_Koss66@yahoo.com","dop":"2026-01-23","serial_number":"149499220623249","imei1":"149499220623249","imei2":"149499220623249","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178980,"job_number":"JOB_178980","tr_customer_id":178998,"tr_customer_product_id":178988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:00.000Z","modified_at":"2026-02-06T07:36:00.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"19672350639800","imei1":"19672350639800","imei2":"19672350639800","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178982,"job_number":"JOB_178982","tr_customer_id":179000,"tr_customer_product_id":178990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:16.000Z","modified_at":"2026-02-06T07:36:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11327948887313","imei1":"11327948887313","imei2":"11327948887313","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178984,"job_number":"JOB_178984","tr_customer_id":179002,"tr_customer_product_id":178992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:32.000Z","modified_at":"2026-02-06T07:36:32.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"15635988251009","imei1":"15635988251009","imei2":"15635988251009","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178987,"job_number":"JOB_178987","tr_customer_id":179005,"tr_customer_product_id":178995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:38:50.000Z","modified_at":"2026-02-06T07:38:50.000Z","name":"Karen Goyette","mobile_number":"940-354-6647","email_id":"Lesly71@hotmail.com","dop":"2026-01-23","serial_number":"108906154841381","imei1":"108906154841381","imei2":"108906154841381","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178989,"job_number":"JOB_178989","tr_customer_id":179007,"tr_customer_product_id":178997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:42:30.000Z","modified_at":"2026-02-06T07:42:30.000Z","name":"Idella Franecki","mobile_number":"794-297-8345","email_id":"Zita_Schmitt@gmail.com","dop":"2026-01-23","serial_number":"159483003649495","imei1":"159483003649495","imei2":"159483003649495","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178997,"job_number":"JOB_178997","tr_customer_id":179015,"tr_customer_product_id":179005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:00:26.000Z","modified_at":"2026-02-06T08:00:26.000Z","name":"Breana Toy","mobile_number":"637-583-1445","email_id":"Chandler60@hotmail.com","dop":"2025-04-06","serial_number":"15270552428759740","imei1":"15270552428759740","imei2":"15270552428759740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179000,"job_number":"JOB_179000","tr_customer_id":179018,"tr_customer_product_id":179008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:01:01.000Z","modified_at":"2026-02-06T08:01:01.000Z","name":"Bettie Torphy","mobile_number":"413-789-7450","email_id":"Graciela27@yahoo.com","dop":"2025-04-06","serial_number":"16612333465149398","imei1":"16612333465149398","imei2":"16612333465149398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179003,"job_number":"JOB_179003","tr_customer_id":179021,"tr_customer_product_id":179011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:17:38.000Z","modified_at":"2026-02-06T08:17:38.000Z","name":"Sabina Konopelski","mobile_number":"434-234-8064","email_id":"Adam_Jacobs15@gmail.com","dop":"2026-01-23","serial_number":"165787897747452","imei1":"165787897747452","imei2":"165787897747452","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:17:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179005,"job_number":"JOB_179005","tr_customer_id":179023,"tr_customer_product_id":179013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:27:34.000Z","modified_at":"2026-02-06T08:27:34.000Z","name":"Sarina Hane","mobile_number":"270-497-9315","email_id":"Nikita60@yahoo.com","dop":"2026-01-23","serial_number":"126232573597903","imei1":"126232573597903","imei2":"126232573597903","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179007,"job_number":"JOB_179007","tr_customer_id":179025,"tr_customer_product_id":179015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:29:27.000Z","modified_at":"2026-02-06T08:29:27.000Z","name":"Karen Lehner","mobile_number":"667-360-8329","email_id":"Tianna_Nienow@hotmail.com","dop":"2026-01-23","serial_number":"132548907160968","imei1":"132548907160968","imei2":"132548907160968","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:29:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179009,"job_number":"JOB_179009","tr_customer_id":179027,"tr_customer_product_id":179017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:38:50.000Z","modified_at":"2026-02-06T08:38:50.000Z","name":"June Hudson","mobile_number":"322-271-5939","email_id":"Sharon_Marquardt@hotmail.com","dop":"2026-01-23","serial_number":"107805104420521","imei1":"107805104420521","imei2":"107805104420521","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179011,"job_number":"JOB_179011","tr_customer_id":179029,"tr_customer_product_id":179019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:42:46.000Z","modified_at":"2026-02-06T08:42:46.000Z","name":"Rodolfo Mann","mobile_number":"477-878-7172","email_id":"Nicolas36@hotmail.com","dop":"2026-01-23","serial_number":"109355658214757","imei1":"109355658214757","imei2":"109355658214757","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179013,"job_number":"JOB_179013","tr_customer_id":179031,"tr_customer_product_id":179021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:48:28.000Z","modified_at":"2026-02-06T08:48:28.000Z","name":"Brendan Armstrong","mobile_number":"392-990-6055","email_id":"Toby.Emmerich33@gmail.com","dop":"2026-01-23","serial_number":"161442832019335","imei1":"161442832019335","imei2":"161442832019335","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179014,"job_number":"JOB_179014","tr_customer_id":179032,"tr_customer_product_id":179022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:56:43.000Z","modified_at":"2026-02-06T08:56:43.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"14899088899813","imei1":"14899088899813","imei2":"14899088899813","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179016,"job_number":"JOB_179016","tr_customer_id":179034,"tr_customer_product_id":179024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:56:44.000Z","modified_at":"2026-02-06T08:56:44.000Z","name":"Wilber Spinka","mobile_number":"500-826-6601","email_id":"Abbigail.Feeney70@yahoo.com","dop":"2026-01-23","serial_number":"112513590014790","imei1":"112513590014790","imei2":"112513590014790","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179017,"job_number":"JOB_179017","tr_customer_id":179035,"tr_customer_product_id":179025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:57:13.000Z","modified_at":"2026-02-06T08:57:13.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"11770514651143","imei1":"11770514651143","imei2":"11770514651143","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179019,"job_number":"JOB_179019","tr_customer_id":179037,"tr_customer_product_id":179027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:57:14.000Z","modified_at":"2026-02-06T08:57:14.000Z","name":"Toy Stiedemann","mobile_number":"647-653-0993","email_id":"Delpha.Simonis@yahoo.com","dop":"2026-01-23","serial_number":"139397890991846","imei1":"139397890991846","imei2":"139397890991846","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:57:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179020,"job_number":"JOB_179020","tr_customer_id":179038,"tr_customer_product_id":179028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:57:43.000Z","modified_at":"2026-02-06T08:57:43.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"15168769446112","imei1":"15168769446112","imei2":"15168769446112","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179022,"job_number":"JOB_179022","tr_customer_id":179040,"tr_customer_product_id":179030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:57:44.000Z","modified_at":"2026-02-06T08:57:44.000Z","name":"Brandyn Gleason","mobile_number":"468-969-3514","email_id":"Jamarcus67@yahoo.com","dop":"2026-01-23","serial_number":"170645180138502","imei1":"170645180138502","imei2":"170645180138502","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:57:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179023,"job_number":"JOB_179023","tr_customer_id":179041,"tr_customer_product_id":179031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:06:49.000Z","modified_at":"2026-02-06T09:06:49.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"14231032703174","imei1":"14231032703174","imei2":"14231032703174","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:06:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179024,"job_number":"JOB_179024","tr_customer_id":179042,"tr_customer_product_id":179032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:06:49.000Z","modified_at":"2026-02-06T09:06:49.000Z","name":"Tyrel Yost","mobile_number":"770-442-0079","email_id":"Jaqueline.Heidenreich23@yahoo.com","dop":"2026-01-23","serial_number":"17627739768910","imei1":"17627739768910","imei2":"17627739768910","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:06:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179025,"job_number":"JOB_179025","tr_customer_id":179043,"tr_customer_product_id":179033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:06:52.000Z","modified_at":"2026-02-06T09:06:52.000Z","name":"Maynard Klein","mobile_number":"235-441-3240","email_id":"Jarrell58@gmail.com","dop":"2026-01-23","serial_number":"147902880508271","imei1":"147902880508271","imei2":"147902880508271","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:06:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179026,"job_number":"JOB_179026","tr_customer_id":179044,"tr_customer_product_id":179034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:09:01.000Z","modified_at":"2026-02-06T09:09:01.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"18260244256800","imei1":"18260244256800","imei2":"18260244256800","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:09:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179028,"job_number":"JOB_179028","tr_customer_id":179046,"tr_customer_product_id":179036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:09:03.000Z","modified_at":"2026-02-06T09:09:03.000Z","name":"Henry Becker","mobile_number":"589-717-3719","email_id":"Sandra_Gerhold24@yahoo.com","dop":"2026-01-23","serial_number":"148197029266340","imei1":"148197029266340","imei2":"148197029266340","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:09:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179029,"job_number":"JOB_179029","tr_customer_id":179047,"tr_customer_product_id":179037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:09:59.000Z","modified_at":"2026-02-06T09:09:59.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"18530943787910","imei1":"18530943787910","imei2":"18530943787910","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:09:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179031,"job_number":"JOB_179031","tr_customer_id":179049,"tr_customer_product_id":179039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:10:01.000Z","modified_at":"2026-02-06T09:10:01.000Z","name":"Jessie Hodkiewicz","mobile_number":"742-480-4644","email_id":"Douglas6@hotmail.com","dop":"2026-01-23","serial_number":"162482655576487","imei1":"162482655576487","imei2":"162482655576487","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:10:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179032,"job_number":"JOB_179032","tr_customer_id":179050,"tr_customer_product_id":179040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:10:56.000Z","modified_at":"2026-02-06T09:10:56.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"13967357117816","imei1":"13967357117816","imei2":"13967357117816","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:10:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179034,"job_number":"JOB_179034","tr_customer_id":179052,"tr_customer_product_id":179042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:10:58.000Z","modified_at":"2026-02-06T09:10:58.000Z","name":"Dandre Gleason","mobile_number":"217-382-9451","email_id":"Violette.Murphy33@hotmail.com","dop":"2026-01-23","serial_number":"151397971438995","imei1":"151397971438995","imei2":"151397971438995","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:10:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179035,"job_number":"JOB_179035","tr_customer_id":179053,"tr_customer_product_id":179043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:28:48.000Z","modified_at":"2026-02-06T09:28:48.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"13838347707303","imei1":"13838347707303","imei2":"13838347707303","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:28:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179037,"job_number":"JOB_179037","tr_customer_id":179055,"tr_customer_product_id":179045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:28:51.000Z","modified_at":"2026-02-06T09:28:51.000Z","name":"Verdie Jacobson","mobile_number":"479-554-9755","email_id":"Alayna97@yahoo.com","dop":"2026-01-23","serial_number":"107692849869424","imei1":"107692849869424","imei2":"107692849869424","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:28:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179038,"job_number":"JOB_179038","tr_customer_id":179056,"tr_customer_product_id":179046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:29:48.000Z","modified_at":"2026-02-06T09:29:48.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"12739244747942","imei1":"12739244747942","imei2":"12739244747942","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:29:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179040,"job_number":"JOB_179040","tr_customer_id":179058,"tr_customer_product_id":179048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:29:50.000Z","modified_at":"2026-02-06T09:29:50.000Z","name":"Lavern Hodkiewicz","mobile_number":"597-925-5792","email_id":"Erika.Stracke@gmail.com","dop":"2026-01-23","serial_number":"190330997008776","imei1":"190330997008776","imei2":"190330997008776","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:29:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179041,"job_number":"JOB_179041","tr_customer_id":179059,"tr_customer_product_id":179049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:30:47.000Z","modified_at":"2026-02-06T09:30:47.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"11718499752117","imei1":"11718499752117","imei2":"11718499752117","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:30:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179043,"job_number":"JOB_179043","tr_customer_id":179061,"tr_customer_product_id":179051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:30:49.000Z","modified_at":"2026-02-06T09:30:49.000Z","name":"Curt Harvey","mobile_number":"774-931-5669","email_id":"Scot82@hotmail.com","dop":"2026-01-23","serial_number":"107835279972787","imei1":"107835279972787","imei2":"107835279972787","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:30:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179044,"job_number":"JOB_179044","tr_customer_id":179062,"tr_customer_product_id":179052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:31:50.000Z","modified_at":"2026-02-06T09:31:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11097658888590","imei1":"11097658888590","imei2":"11097658888590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:31:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179046,"job_number":"JOB_179046","tr_customer_id":179064,"tr_customer_product_id":179054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:31:52.000Z","modified_at":"2026-02-06T09:31:52.000Z","name":"Daisy Parker","mobile_number":"767-608-0479","email_id":"David92@yahoo.com","dop":"2025-04-06","serial_number":"11255170496906596","imei1":"11255170496906596","imei2":"11255170496906596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179047,"job_number":"JOB_179047","tr_customer_id":179065,"tr_customer_product_id":179055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:32:35.000Z","modified_at":"2026-02-06T09:32:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13423527036380","imei1":"13423527036380","imei2":"13423527036380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:32:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179049,"job_number":"JOB_179049","tr_customer_id":179067,"tr_customer_product_id":179057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:32:37.000Z","modified_at":"2026-02-06T09:32:37.000Z","name":"Daija Yundt","mobile_number":"644-246-4052","email_id":"Amos8@yahoo.com","dop":"2025-04-06","serial_number":"13630688286354760","imei1":"13630688286354760","imei2":"13630688286354760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:32:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179050,"job_number":"JOB_179050","tr_customer_id":179068,"tr_customer_product_id":179058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:33:19.000Z","modified_at":"2026-02-06T09:33:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10881915730041","imei1":"10881915730041","imei2":"10881915730041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:33:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179052,"job_number":"JOB_179052","tr_customer_id":179070,"tr_customer_product_id":179060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:33:21.000Z","modified_at":"2026-02-06T09:33:21.000Z","name":"Jensen Gulgowski","mobile_number":"922-780-2305","email_id":"Jade.Considine@gmail.com","dop":"2025-04-06","serial_number":"13542599956751808","imei1":"13542599956751808","imei2":"13542599956751808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:33:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179053,"job_number":"JOB_179053","tr_customer_id":179071,"tr_customer_product_id":179061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:38:48.000Z","modified_at":"2026-02-06T09:38:48.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"12491842445570","imei1":"12491842445570","imei2":"12491842445570","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:38:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179055,"job_number":"JOB_179055","tr_customer_id":179073,"tr_customer_product_id":179063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:38:50.000Z","modified_at":"2026-02-06T09:38:50.000Z","name":"Jackson Dare","mobile_number":"811-235-9260","email_id":"Maude48@yahoo.com","dop":"2026-01-23","serial_number":"198839495979423","imei1":"198839495979423","imei2":"198839495979423","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179056,"job_number":"JOB_179056","tr_customer_id":179074,"tr_customer_product_id":179064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:39:46.000Z","modified_at":"2026-02-06T09:39:46.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"19373891435443","imei1":"19373891435443","imei2":"19373891435443","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:39:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179058,"job_number":"JOB_179058","tr_customer_id":179076,"tr_customer_product_id":179066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:39:48.000Z","modified_at":"2026-02-06T09:39:48.000Z","name":"Easton Trantow","mobile_number":"361-268-9695","email_id":"Mariah_Raynor@yahoo.com","dop":"2026-01-23","serial_number":"103211194590998","imei1":"103211194590998","imei2":"103211194590998","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:39:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179059,"job_number":"JOB_179059","tr_customer_id":179077,"tr_customer_product_id":179067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:40:43.000Z","modified_at":"2026-02-06T09:40:43.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"14628615946787","imei1":"14628615946787","imei2":"14628615946787","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:40:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179061,"job_number":"JOB_179061","tr_customer_id":179079,"tr_customer_product_id":179069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:40:45.000Z","modified_at":"2026-02-06T09:40:45.000Z","name":"Caleb Marvin","mobile_number":"916-236-3628","email_id":"Nettie15@yahoo.com","dop":"2026-01-23","serial_number":"166360752487388","imei1":"166360752487388","imei2":"166360752487388","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:40:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179063,"job_number":"JOB_179063","tr_customer_id":179081,"tr_customer_product_id":179071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T10:29:12.000Z","modified_at":"2026-02-06T10:29:12.000Z","name":"Melisa Greenholt","mobile_number":"921-767-4411","email_id":"Citlalli52@yahoo.com","dop":"2017-01-31","serial_number":"1043408842503871","imei1":"1043408842503871","imei2":"1043408842503871","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T10:29:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179064,"job_number":"JOB_179064","tr_customer_id":179082,"tr_customer_product_id":179072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:01:56.000Z","modified_at":"2026-02-06T11:01:56.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-27","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-27T11:01:47.695624485Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:01:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179065,"job_number":"JOB_179065","tr_customer_id":179083,"tr_customer_product_id":179073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:01:57.000Z","modified_at":"2026-02-06T11:01:57.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-27","serial_number":"89766599838882","imei1":"89766599838882","imei2":"89766599838882","popurl":"2026-01-27T11:01:47.697991045Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179066,"job_number":"JOB_179066","tr_customer_id":179084,"tr_customer_product_id":179074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:02:21.000Z","modified_at":"2026-02-06T11:02:21.000Z","name":"Dhruv Prajapat","mobile_number":"8651513734","email_id":"deb.devar@hotmail.com","dop":"2026-01-27","serial_number":"17543551936144","imei1":"17543551936144","imei2":"17543551936144","popurl":"www.chanakya-dubashi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:02:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179067,"job_number":"JOB_179067","tr_customer_id":179085,"tr_customer_product_id":179075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:06:43.000Z","modified_at":"2026-02-06T11:06:43.000Z","name":"Jatin Tech","mobile_number":"8844737373","email_id":"test.tech@gmail.com","dop":"2025-09-30","serial_number":"10564545419250","imei1":"10564545419250","imei2":"10564545419250","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:06:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179069,"job_number":"JOB_179069","tr_customer_id":179087,"tr_customer_product_id":179077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:07:00.000Z","modified_at":"2026-02-06T11:07:00.000Z","name":"Satish ABCD","mobile_number":"8765737373","email_id":"test12.tech@gmail.com","dop":"2025-09-30","serial_number":"18319337752263","imei1":"18319337752263","imei2":"18319337752263","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179071,"job_number":"JOB_179071","tr_customer_id":179089,"tr_customer_product_id":179079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:28:39.000Z","modified_at":"2026-02-06T11:28:39.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"11012242114214","imei1":"11012242114214","imei2":"11012242114214","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179073,"job_number":"JOB_179073","tr_customer_id":179091,"tr_customer_product_id":179081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:28:41.000Z","modified_at":"2026-02-06T11:28:41.000Z","name":"Vern Pfannerstill","mobile_number":"948-276-9115","email_id":"Vivienne_Cassin@yahoo.com","dop":"2026-01-23","serial_number":"198236531692556","imei1":"198236531692556","imei2":"198236531692556","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179074,"job_number":"JOB_179074","tr_customer_id":179092,"tr_customer_product_id":179082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:29:29.000Z","modified_at":"2026-02-06T11:29:29.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"14631103797574","imei1":"14631103797574","imei2":"14631103797574","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179076,"job_number":"JOB_179076","tr_customer_id":179094,"tr_customer_product_id":179084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:29:31.000Z","modified_at":"2026-02-06T11:29:31.000Z","name":"Bonita Wuckert","mobile_number":"425-395-7791","email_id":"Rhett_Schultz@yahoo.com","dop":"2026-01-23","serial_number":"109241207752182","imei1":"109241207752182","imei2":"109241207752182","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179077,"job_number":"JOB_179077","tr_customer_id":179095,"tr_customer_product_id":179085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:30:22.000Z","modified_at":"2026-02-06T11:30:22.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"13182180976802","imei1":"13182180976802","imei2":"13182180976802","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:30:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179079,"job_number":"JOB_179079","tr_customer_id":179097,"tr_customer_product_id":179087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:30:24.000Z","modified_at":"2026-02-06T11:30:24.000Z","name":"Jasper Reinger","mobile_number":"647-981-2292","email_id":"Ezequiel.Von95@gmail.com","dop":"2026-01-23","serial_number":"193411184592777","imei1":"193411184592777","imei2":"193411184592777","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:30:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179080,"job_number":"JOB_179080","tr_customer_id":179098,"tr_customer_product_id":179088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:34:28.000Z","modified_at":"2026-02-06T11:34:28.000Z","name":"Tushar Shelar","mobile_number":"854-299-5160","email_id":"Florine_Schmidt@yahoo.com","dop":"2025-09-30","serial_number":"11912835031892","imei1":"11912835031892","imei2":"11912835031892","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179081,"job_number":"JOB_179081","tr_customer_id":179099,"tr_customer_product_id":179089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:53:13.000Z","modified_at":"2026-02-06T11:53:13.000Z","name":"Jatin Sharma","mobile_number":"7293847564","email_id":"jatin@gmail.com","dop":"2026-01-27","serial_number":"19700432156456","imei1":"19700432156456","imei2":"19700432156456","popurl":"2026-01-27T11:53:13.489783811Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:53:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179083,"job_number":"JOB_179083","tr_customer_id":179101,"tr_customer_product_id":179091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T12:57:48.000Z","modified_at":"2026-02-06T12:57:48.000Z","name":"Uriel Wiegand","mobile_number":"620-579-5704","email_id":"Damaris9@yahoo.com","dop":"2026-01-23","serial_number":"197615831180377","imei1":"197615831180377","imei2":"197615831180377","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T12:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179084,"job_number":"JOB_179084","tr_customer_id":179102,"tr_customer_product_id":179092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T12:59:41.000Z","modified_at":"2026-02-06T12:59:41.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"12430889879504","imei1":"12430889879504","imei2":"12430889879504","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T12:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179086,"job_number":"JOB_179086","tr_customer_id":179104,"tr_customer_product_id":179094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T12:59:43.000Z","modified_at":"2026-02-06T12:59:43.000Z","name":"Nicholas Boehm","mobile_number":"426-469-3257","email_id":"Elissa.Bogan@yahoo.com","dop":"2026-01-23","serial_number":"111118237591943","imei1":"111118237591943","imei2":"111118237591943","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T12:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179087,"job_number":"JOB_179087","tr_customer_id":179105,"tr_customer_product_id":179095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:00:34.000Z","modified_at":"2026-02-06T13:00:34.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"18513384727471","imei1":"18513384727471","imei2":"18513384727471","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179089,"job_number":"JOB_179089","tr_customer_id":179107,"tr_customer_product_id":179097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:00:35.000Z","modified_at":"2026-02-06T13:00:35.000Z","name":"Bridie Lehner","mobile_number":"809-209-7699","email_id":"Rebeka.McDermott@yahoo.com","dop":"2026-01-23","serial_number":"178607092605092","imei1":"178607092605092","imei2":"178607092605092","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179090,"job_number":"JOB_179090","tr_customer_id":179108,"tr_customer_product_id":179098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:01:25.000Z","modified_at":"2026-02-06T13:01:25.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"16029380054846","imei1":"16029380054846","imei2":"16029380054846","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179092,"job_number":"JOB_179092","tr_customer_id":179110,"tr_customer_product_id":179100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:01:27.000Z","modified_at":"2026-02-06T13:01:27.000Z","name":"Jade Stracke","mobile_number":"418-213-3980","email_id":"Camren_Gislason65@hotmail.com","dop":"2026-01-23","serial_number":"137044030135650","imei1":"137044030135650","imei2":"137044030135650","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:01:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179093,"job_number":"JOB_179093","tr_customer_id":179111,"tr_customer_product_id":179101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:19:23.000Z","modified_at":"2026-02-06T13:19:23.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"14924276554614","imei1":"14924276554614","imei2":"14924276554614","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179095,"job_number":"JOB_179095","tr_customer_id":179113,"tr_customer_product_id":179103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:19:25.000Z","modified_at":"2026-02-06T13:19:25.000Z","name":"Janessa Littel","mobile_number":"521-505-0665","email_id":"Yesenia48@gmail.com","dop":"2026-01-23","serial_number":"141510053202217","imei1":"141510053202217","imei2":"141510053202217","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179096,"job_number":"JOB_179096","tr_customer_id":179114,"tr_customer_product_id":179104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:20:34.000Z","modified_at":"2026-02-06T13:20:34.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"16400044804804","imei1":"16400044804804","imei2":"16400044804804","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179098,"job_number":"JOB_179098","tr_customer_id":179116,"tr_customer_product_id":179106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:20:35.000Z","modified_at":"2026-02-06T13:20:35.000Z","name":"Isaac Johns","mobile_number":"463-719-0730","email_id":"Junior71@gmail.com","dop":"2026-01-23","serial_number":"163847358671713","imei1":"163847358671713","imei2":"163847358671713","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179099,"job_number":"JOB_179099","tr_customer_id":179117,"tr_customer_product_id":179107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:21:31.000Z","modified_at":"2026-02-06T13:21:31.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"11449388145103","imei1":"11449388145103","imei2":"11449388145103","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179101,"job_number":"JOB_179101","tr_customer_id":179119,"tr_customer_product_id":179109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:21:33.000Z","modified_at":"2026-02-06T13:21:33.000Z","name":"Jace Rohan","mobile_number":"730-700-4196","email_id":"Ashlynn.Turcotte45@yahoo.com","dop":"2026-01-23","serial_number":"149720977360065","imei1":"149720977360065","imei2":"149720977360065","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179102,"job_number":"JOB_179102","tr_customer_id":179120,"tr_customer_product_id":179110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:21:43.000Z","modified_at":"2026-02-06T13:21:43.000Z","name":"Ram Kumar","mobile_number":"9916150593","email_id":"ramkumar123@gmail.com","dop":"2025-05-05","serial_number":"55512309900000","imei1":"55512309900000","imei2":"55512309900000","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:21:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179103,"job_number":"JOB_179103","tr_customer_id":179121,"tr_customer_product_id":179111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:40:06.000Z","modified_at":"2026-02-06T13:40:06.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2026-01-27","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2026-01-27T13:40:05.683925492Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:40:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179104,"job_number":"JOB_179104","tr_customer_id":179122,"tr_customer_product_id":179112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:55:33.000Z","modified_at":"2026-02-06T13:55:33.000Z","name":"Ram Kumar","mobile_number":"9916150593","email_id":"ramkumar123@gmail.com","dop":"2025-05-05","serial_number":"17891877009567","imei1":"17891877009567","imei2":"17891877009567","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179105,"job_number":"JOB_179105","tr_customer_id":179123,"tr_customer_product_id":179113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:56:13.000Z","modified_at":"2026-02-06T13:56:13.000Z","name":"Roger O'Conner","mobile_number":"289-915-0980","email_id":"Tierra.Lueilwitz@hotmail.com","dop":"2025-05-30","serial_number":"12711395177165","imei1":"12711395177165","imei2":"12711395177165","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179106,"job_number":"JOB_179106","tr_customer_id":179124,"tr_customer_product_id":179114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:56:14.000Z","modified_at":"2026-02-06T13:56:14.000Z","name":"Santiago Murazik","mobile_number":"414-759-5477","email_id":"Shana14@gmail.com","dop":"2025-05-30","serial_number":"10513171811345","imei1":"10513171811345","imei2":"10513171811345","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179107,"job_number":"JOB_179107","tr_customer_id":179125,"tr_customer_product_id":179115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:56:16.000Z","modified_at":"2026-02-06T13:56:16.000Z","name":"Lillie Borer","mobile_number":"817-303-6910","email_id":"Ernest_Bailey@yahoo.com","dop":"2025-05-30","serial_number":"1795845544788867","imei1":"1795845544788867","imei2":"1795845544788867","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179108,"job_number":"JOB_179108","tr_customer_id":179126,"tr_customer_product_id":179116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:56:24.000Z","modified_at":"2026-02-06T13:56:24.000Z","name":"Ram Kumar","mobile_number":"9916150593","email_id":"ramkumar123@gmail.com","dop":"2025-05-05","serial_number":"13787443452383","imei1":"13787443452383","imei2":"13787443452383","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178538,"job_number":"JOB_178538","tr_customer_id":178556,"tr_customer_product_id":178546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:48.000Z","modified_at":"2026-02-06T04:25:48.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Adolph.Abernathy@yahoo.com","dop":"2025-07-02","serial_number":"17680310089306","imei1":"17680310089306","imei2":"17680310089306","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178549,"job_number":"JOB_178549","tr_customer_id":178567,"tr_customer_product_id":178557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:05.000Z","modified_at":"2026-02-06T04:26:05.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Billie.Renner32@hotmail.com","dop":"2025-07-02","serial_number":"13518732063710","imei1":"13518732063710","imei2":"13518732063710","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178566,"job_number":"JOB_178566","tr_customer_id":178584,"tr_customer_product_id":178574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:26:22.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Laury_Kiehn70@yahoo.com","dop":"2025-07-02","serial_number":"16696115985981","imei1":"16696115985981","imei2":"16696115985981","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178593,"job_number":"JOB_178593","tr_customer_id":178611,"tr_customer_product_id":178601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"169899382190369","imei1":"169899382190369","imei2":"169899382190369","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178594,"job_number":"JOB_178594","tr_customer_id":178612,"tr_customer_product_id":178602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"Vernie Rath","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"172958352920846","imei1":"172958352920846","imei2":"172958352920846","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178595,"job_number":"JOB_178595","tr_customer_id":178613,"tr_customer_product_id":178603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"Ryann Russel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"151859945223550","imei1":"151859945223550","imei2":"151859945223550","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178596,"job_number":"JOB_178596","tr_customer_id":178614,"tr_customer_product_id":178604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:53.000Z","modified_at":"2026-02-06T04:26:53.000Z","name":"Silas Hodkiewicz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"183751967698186","imei1":"183751967698186","imei2":"183751967698186","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178613,"job_number":"JOB_178613","tr_customer_id":178631,"tr_customer_product_id":178621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:02.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109396836959461","imei1":"109396836959461","imei2":"109396836959461","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178616,"job_number":"JOB_178616","tr_customer_id":178634,"tr_customer_product_id":178624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Virginie Ebert","mobile_number":"916-219-9688","email_id":"Margarete.Simonis@gmail.com","dop":"2025-06-09","serial_number":"106396555171152","imei1":"106396555171152","imei2":"106396555171152","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178618,"job_number":"JOB_178618","tr_customer_id":178636,"tr_customer_product_id":178626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"157888565992630","imei1":"157888565992630","imei2":"157888565992630","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178619,"job_number":"JOB_178619","tr_customer_id":178637,"tr_customer_product_id":178627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Gilbert Ferry","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"124398116714505","imei1":"124398116714505","imei2":"124398116714505","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178620,"job_number":"JOB_178620","tr_customer_id":178638,"tr_customer_product_id":178628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Alvena Purdy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"152646468626071","imei1":"152646468626071","imei2":"152646468626071","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178624,"job_number":"JOB_178624","tr_customer_id":178642,"tr_customer_product_id":178632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Beaulah Feeney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101770323978005","imei1":"101770323978005","imei2":"101770323978005","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178631,"job_number":"JOB_178631","tr_customer_id":178649,"tr_customer_product_id":178639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11695279405753","imei1":"11695279405753","imei2":"11695279405753","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178653,"job_number":"JOB_178653","tr_customer_id":178671,"tr_customer_product_id":178661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:18.000Z","modified_at":"2026-02-06T04:27:18.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107943434643272","imei1":"107943434643272","imei2":"107943434643272","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178656,"job_number":"JOB_178656","tr_customer_id":178674,"tr_customer_product_id":178664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:19.000Z","name":"Pearline Grimes","mobile_number":"202-958-9021","email_id":"Lily_Dickens@hotmail.com","dop":"2025-06-09","serial_number":"104624737359212","imei1":"104624737359212","imei2":"104624737359212","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178665,"job_number":"JOB_178665","tr_customer_id":178683,"tr_customer_product_id":178673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:34.000Z","modified_at":"2026-02-06T04:27:34.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105360654266309","imei1":"105360654266309","imei2":"105360654266309","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178667,"job_number":"JOB_178667","tr_customer_id":178685,"tr_customer_product_id":178675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:27:35.000Z","name":"Gerry Brakus","mobile_number":"311-228-3146","email_id":"Esther.Bednar@yahoo.com","dop":"2025-06-09","serial_number":"102741266285242","imei1":"102741266285242","imei2":"102741266285242","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178752,"job_number":"JOB_178752","tr_customer_id":178770,"tr_customer_product_id":178760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:56:58.000Z","modified_at":"2026-02-06T04:56:58.000Z","name":"Misael Robel","mobile_number":"483-262-9650","email_id":"Armando.Bartoletti72@gmail.com","dop":"2025-12-14","serial_number":"131200562032546","imei1":"131200562032546","imei2":"131200562032546","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178753,"job_number":"JOB_178753","tr_customer_id":178771,"tr_customer_product_id":178761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:57:48.000Z","modified_at":"2026-02-06T04:57:48.000Z","name":"Juliet Emard","mobile_number":"651-846-5251","email_id":"Otha_Kuhic@yahoo.com","dop":"2025-12-14","serial_number":"191539244490491","imei1":"191539244490491","imei2":"191539244490491","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178754,"job_number":"JOB_178754","tr_customer_id":178772,"tr_customer_product_id":178762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:58:51.000Z","modified_at":"2026-02-06T04:58:51.000Z","name":"Reese Fritsch","mobile_number":"424-447-4109","email_id":"Wendy90@gmail.com","dop":"2025-12-14","serial_number":"100832630440911","imei1":"100832630440911","imei2":"100832630440911","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178755,"job_number":"JOB_178755","tr_customer_id":178773,"tr_customer_product_id":178763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:00:14.000Z","modified_at":"2026-02-06T05:00:14.000Z","name":"Fred Williamson","mobile_number":"250-291-2966","email_id":"Micheal3@yahoo.com","dop":"2025-12-14","serial_number":"105406047416620","imei1":"105406047416620","imei2":"105406047416620","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178756,"job_number":"JOB_178756","tr_customer_id":178774,"tr_customer_product_id":178764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:00:50.000Z","modified_at":"2026-02-06T05:00:50.000Z","name":"Simone Schmidt","mobile_number":"442-448-0446","email_id":"Annabel.Hauck73@yahoo.com","dop":"2025-12-14","serial_number":"166842876416848","imei1":"166842876416848","imei2":"166842876416848","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178757,"job_number":"JOB_178757","tr_customer_id":178775,"tr_customer_product_id":178765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:02:45.000Z","modified_at":"2026-02-06T05:02:45.000Z","name":"Lavinia Berge","mobile_number":"243-759-9064","email_id":"Otha.Fahey@hotmail.com","dop":"2025-12-14","serial_number":"188721239273191","imei1":"188721239273191","imei2":"188721239273191","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:02:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178759,"job_number":"JOB_178759","tr_customer_id":178777,"tr_customer_product_id":178767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:10:50.000Z","modified_at":"2026-02-06T05:10:50.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15883147821539","imei1":"15883147821539","imei2":"15883147821539","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:10:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178760,"job_number":"JOB_178760","tr_customer_id":178778,"tr_customer_product_id":178768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:11:04.000Z","modified_at":"2026-02-06T05:11:04.000Z","name":"Sheila Rodriguez","mobile_number":"548-208-4521","email_id":"Jayda_Balistreri@hotmail.com","dop":"2025-12-14","serial_number":"194213600439643","imei1":"194213600439643","imei2":"194213600439643","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:11:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178761,"job_number":"JOB_178761","tr_customer_id":178779,"tr_customer_product_id":178769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:29.000Z","modified_at":"2026-02-06T05:13:29.000Z","name":"Walter Zulauf","mobile_number":"750-320-1433","email_id":"Kaylee.Satterfield56@hotmail.com","dop":"2025-12-14","serial_number":"136779732025097","imei1":"136779732025097","imei2":"136779732025097","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178764,"job_number":"JOB_178764","tr_customer_id":178782,"tr_customer_product_id":178772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:48.000Z","modified_at":"2026-02-06T05:13:48.000Z","name":"August McCullough","mobile_number":"754-244-3044","email_id":"Ova.Ziemann96@yahoo.com","dop":"2025-12-14","serial_number":"163713486557286","imei1":"163713486557286","imei2":"163713486557286","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178769,"job_number":"JOB_178769","tr_customer_id":178787,"tr_customer_product_id":178777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:26.000Z","modified_at":"2026-02-06T05:18:26.000Z","name":"Karolann Graham","mobile_number":"224-852-7201","email_id":"Armani.OReilly35@hotmail.com","dop":"2025-12-14","serial_number":"180517299207067","imei1":"180517299207067","imei2":"180517299207067","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178770,"job_number":"JOB_178770","tr_customer_id":178788,"tr_customer_product_id":178778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:38.000Z","modified_at":"2026-02-06T05:18:38.000Z","name":"Buster Walker","mobile_number":"423-233-3499","email_id":"Kaylie46@yahoo.com","dop":"2025-12-14","serial_number":"101950838940352","imei1":"101950838940352","imei2":"101950838940352","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178771,"job_number":"JOB_178771","tr_customer_id":178789,"tr_customer_product_id":178779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:29:22.000Z","modified_at":"2026-02-06T05:29:22.000Z","name":"Hilton Dietrich","mobile_number":"889-971-7203","email_id":"Jaren73@hotmail.com","dop":"2025-12-14","serial_number":"161988092607777","imei1":"161988092607777","imei2":"161988092607777","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:29:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178772,"job_number":"JOB_178772","tr_customer_id":178790,"tr_customer_product_id":178780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:30:11.000Z","modified_at":"2026-02-06T05:30:11.000Z","name":"Deon Braun","mobile_number":"573-732-4408","email_id":"Vella14@yahoo.com","dop":"2025-12-14","serial_number":"171727690727191","imei1":"171727690727191","imei2":"171727690727191","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178777,"job_number":"JOB_178777","tr_customer_id":178795,"tr_customer_product_id":178785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:03:17.000Z","modified_at":"2026-02-06T06:03:17.000Z","name":"Samanta Lehner","mobile_number":"671-793-6172","email_id":"Lester_Cole61@gmail.com","dop":"2025-12-14","serial_number":"179435281281086","imei1":"179435281281086","imei2":"179435281281086","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178778,"job_number":"JOB_178778","tr_customer_id":178796,"tr_customer_product_id":178786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:21:32.000Z","modified_at":"2026-02-06T06:21:32.000Z","name":"Tillman Block","mobile_number":"630-448-5007","email_id":"Dax_Wuckert@yahoo.com","dop":"2025-12-14","serial_number":"101831986109296","imei1":"101831986109296","imei2":"101831986109296","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178779,"job_number":"JOB_178779","tr_customer_id":178797,"tr_customer_product_id":178787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:24:42.000Z","modified_at":"2026-02-06T06:24:42.000Z","name":"Leopold Mitchell","mobile_number":"211-847-7767","email_id":"Daryl71@hotmail.com","dop":"2025-12-14","serial_number":"600677702400388","imei1":"600677702400388","imei2":"600677702400388","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178780,"job_number":"JOB_178780","tr_customer_id":178798,"tr_customer_product_id":178788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:26:46.000Z","modified_at":"2026-02-06T06:26:46.000Z","name":"Willis Muller","mobile_number":"431-897-7861","email_id":"Mariela.Dicki18@gmail.com","dop":"2025-12-14","serial_number":"105878818951360","imei1":"105878818951360","imei2":"105878818951360","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178781,"job_number":"JOB_178781","tr_customer_id":178799,"tr_customer_product_id":178789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:29:15.000Z","modified_at":"2026-02-06T06:29:15.000Z","name":"Cade Zboncak","mobile_number":"818-323-6019","email_id":"Antoinette81@gmail.com","dop":"2025-12-14","serial_number":"102880754374249","imei1":"102880754374249","imei2":"102880754374249","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178785,"job_number":"JOB_178785","tr_customer_id":178803,"tr_customer_product_id":178793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:43.000Z","modified_at":"2026-02-06T06:37:43.000Z","name":"Mercedes Weissnat","mobile_number":"428-327-7455","email_id":"Aida.Swaniawski@hotmail.com","dop":"2025-12-14","serial_number":"153449244120925","imei1":"153449244120925","imei2":"153449244120925","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178788,"job_number":"JOB_178788","tr_customer_id":178806,"tr_customer_product_id":178796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:26.000Z","modified_at":"2026-02-06T06:39:26.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108556022189392","imei1":"108556022189392","imei2":"108556022189392","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178790,"job_number":"JOB_178790","tr_customer_id":178808,"tr_customer_product_id":178798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:27.000Z","modified_at":"2026-02-06T06:39:27.000Z","name":"Keely Kilback","mobile_number":"696-528-7600","email_id":"Rosetta_Senger6@hotmail.com","dop":"2025-06-09","serial_number":"106517763984059","imei1":"106517763984059","imei2":"106517763984059","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178791,"job_number":"JOB_178791","tr_customer_id":178809,"tr_customer_product_id":178799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:42.000Z","modified_at":"2026-02-06T06:39:42.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100472593790307","imei1":"100472593790307","imei2":"100472593790307","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178793,"job_number":"JOB_178793","tr_customer_id":178811,"tr_customer_product_id":178801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:43.000Z","modified_at":"2026-02-06T06:39:43.000Z","name":"Camren Harris","mobile_number":"469-399-2518","email_id":"Casey45@yahoo.com","dop":"2025-06-09","serial_number":"100283362635400","imei1":"100283362635400","imei2":"100283362635400","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178794,"job_number":"JOB_178794","tr_customer_id":178812,"tr_customer_product_id":178802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:39:58.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101771991003600","imei1":"101771991003600","imei2":"101771991003600","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178796,"job_number":"JOB_178796","tr_customer_id":178814,"tr_customer_product_id":178804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:39:58.000Z","name":"Audrey Smitham","mobile_number":"787-320-9682","email_id":"Brice_Cole@gmail.com","dop":"2025-06-09","serial_number":"101637620043776","imei1":"101637620043776","imei2":"101637620043776","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178801,"job_number":"JOB_178801","tr_customer_id":178819,"tr_customer_product_id":178809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:46.000Z","modified_at":"2026-02-06T06:40:46.000Z","name":"Caleb Senger","mobile_number":"920-666-1510","email_id":"Trevion.Kerluke15@yahoo.com","dop":"2025-12-14","serial_number":"109124031217858","imei1":"109124031217858","imei2":"109124031217858","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178849,"job_number":"JOB_178849","tr_customer_id":178867,"tr_customer_product_id":178857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:37.000Z","modified_at":"2026-02-06T06:48:37.000Z","name":"Aurelie Nitzsche","mobile_number":"316-828-6290","email_id":"Jude_Grimes36@gmail.com","dop":"2025-12-14","serial_number":"196281297429908","imei1":"196281297429908","imei2":"196281297429908","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178855,"job_number":"JOB_178855","tr_customer_id":178873,"tr_customer_product_id":178863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:21.000Z","modified_at":"2026-02-06T06:49:21.000Z","name":"Sydni Schulist","mobile_number":"620-493-7065","email_id":"Kenton20@yahoo.com","dop":"2025-12-14","serial_number":"138250144343264","imei1":"138250144343264","imei2":"138250144343264","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178856,"job_number":"JOB_178856","tr_customer_id":178874,"tr_customer_product_id":178864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:24.000Z","modified_at":"2026-02-06T06:49:24.000Z","name":"Clay Schumm","mobile_number":"873-392-3412","email_id":"Sibyl.Grant@gmail.com","dop":"2025-12-14","serial_number":"166351643720815","imei1":"166351643720815","imei2":"166351643720815","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178993,"job_number":"JOB_178993","tr_customer_id":179011,"tr_customer_product_id":179001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:50:38.000Z","modified_at":"2026-02-06T07:50:38.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Cooper42@hotmail.com","dop":"2025-07-02","serial_number":"13507259441029","imei1":"13507259441029","imei2":"13507259441029","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178994,"job_number":"JOB_178994","tr_customer_id":179012,"tr_customer_product_id":179002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:50:56.000Z","modified_at":"2026-02-06T07:50:56.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Erik70@yahoo.com","dop":"2025-07-02","serial_number":"18622580252897","imei1":"18622580252897","imei2":"18622580252897","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:50:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178995,"job_number":"JOB_178995","tr_customer_id":179013,"tr_customer_product_id":179003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:51:13.000Z","modified_at":"2026-02-06T07:51:13.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Guido15@yahoo.com","dop":"2025-07-02","serial_number":"10638541719694","imei1":"10638541719694","imei2":"10638541719694","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:51:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxODN9.q2Xx6AoKaNCDVh_ICP5LCSqDsZ73RqXAUyTsNBmwCYA |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 934058e3-9783-487c-a83a-3dc3b08f6625 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 866 |
| ETag | W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:25 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"job_id":68105,"engineer_id":2}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxODN9.q2Xx6AoKaNCDVh_ICP5LCSqDsZ73RqXAUyTsNBmwCYA |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 50e4027b-03f7-46eb-a198-4d5d6ee220bd |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 49 |
{
"job_id": 179105,
"engineer_id": 2
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 54 |
| ETag | W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:25 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Engineer assigned successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1f66f7-gVdVNYzsbtArQeNVbvrpUvuD5ig"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxODN9.q2Xx6AoKaNCDVh_ICP5LCSqDsZ73RqXAUyTsNBmwCYA |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | cf100b73-7224-4c69-8739-704156724a23 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"67c28-WeE+Elu1npD2yDbuOe9t1Rsn7Is" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 13:56:25 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178572,"job_number":"JOB_178572","tr_customer_id":178590,"tr_customer_product_id":178580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10902945964064","imei1":"10902945964064","imei2":"10902945964064","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178574,"job_number":"JOB_178574","tr_customer_id":178592,"tr_customer_product_id":178582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:26.000Z","modified_at":"2026-02-06T04:26:26.000Z","name":"Simeon Osinski","mobile_number":"864-522-8947","email_id":"Irwin.Marquardt@hotmail.com","dop":"2000-01-31","serial_number":"1016982343222829","imei1":"1016982343222829","imei2":"1016982343222829","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178637,"job_number":"JOB_178637","tr_customer_id":178655,"tr_customer_product_id":178645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10917395844601","imei1":"10917395844601","imei2":"10917395844601","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178644,"job_number":"JOB_178644","tr_customer_id":178662,"tr_customer_product_id":178652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Cleta Zieme","mobile_number":"854-914-5226","email_id":"Kenny.Koelpin34@gmail.com","dop":"2000-01-31","serial_number":"1012498962503304","imei1":"1012498962503304","imei2":"1012498962503304","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178686,"job_number":"JOB_178686","tr_customer_id":178704,"tr_customer_product_id":178694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10370533831700","imei1":"10370533831700","imei2":"10370533831700","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178691,"job_number":"JOB_178691","tr_customer_id":178709,"tr_customer_product_id":178699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Alexandre Balistreri","mobile_number":"785-395-4806","email_id":"Ashley.Weber28@hotmail.com","dop":"2000-01-31","serial_number":"1096083899103573","imei1":"1096083899103573","imei2":"1096083899103573","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178716,"job_number":"JOB_178716","tr_customer_id":178734,"tr_customer_product_id":178724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:28:35.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10566914557713","imei1":"10566914557713","imei2":"10566914557713","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178720,"job_number":"JOB_178720","tr_customer_id":178738,"tr_customer_product_id":178728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:36.000Z","modified_at":"2026-02-06T04:28:36.000Z","name":"Emmet Reichel","mobile_number":"706-797-0966","email_id":"Lawson.Satterfield@gmail.com","dop":"2000-01-31","serial_number":"1005347938337359","imei1":"1005347938337359","imei2":"1005347938337359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178885,"job_number":"JOB_178885","tr_customer_id":178903,"tr_customer_product_id":178893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:02.000Z","modified_at":"2026-02-06T06:55:02.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10551222297047","imei1":"10551222297047","imei2":"10551222297047","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178887,"job_number":"JOB_178887","tr_customer_id":178905,"tr_customer_product_id":178895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:04.000Z","modified_at":"2026-02-06T06:55:04.000Z","name":"Enrico Veum","mobile_number":"256-293-8541","email_id":"Alden_Renner64@gmail.com","dop":"2000-01-31","serial_number":"1062278552715014","imei1":"1062278552715014","imei2":"1062278552715014","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178894,"job_number":"JOB_178894","tr_customer_id":178912,"tr_customer_product_id":178902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:58.000Z","modified_at":"2026-02-06T06:55:58.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10791555439773","imei1":"10791555439773","imei2":"10791555439773","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178896,"job_number":"JOB_178896","tr_customer_id":178914,"tr_customer_product_id":178904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:00.000Z","modified_at":"2026-02-06T06:56:00.000Z","name":"Roma Brekke","mobile_number":"825-674-9869","email_id":"Ambrose_Zboncak56@yahoo.com","dop":"2000-01-31","serial_number":"1026998847197533","imei1":"1026998847197533","imei2":"1026998847197533","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178906,"job_number":"JOB_178906","tr_customer_id":178924,"tr_customer_product_id":178914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:52.000Z","modified_at":"2026-02-06T06:56:52.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10645558446851","imei1":"10645558446851","imei2":"10645558446851","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178908,"job_number":"JOB_178908","tr_customer_id":178926,"tr_customer_product_id":178916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:54.000Z","modified_at":"2026-02-06T06:56:54.000Z","name":"Jarret Farrell","mobile_number":"822-208-2388","email_id":"Gregg47@gmail.com","dop":"2000-01-31","serial_number":"1090095771777451","imei1":"1090095771777451","imei2":"1090095771777451","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178912,"job_number":"JOB_178912","tr_customer_id":178930,"tr_customer_product_id":178920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:46.000Z","modified_at":"2026-02-06T06:57:46.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10026053934837","imei1":"10026053934837","imei2":"10026053934837","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178914,"job_number":"JOB_178914","tr_customer_id":178932,"tr_customer_product_id":178922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:48.000Z","modified_at":"2026-02-06T06:57:48.000Z","name":"Meta Kuphal","mobile_number":"664-544-4214","email_id":"Ervin.Reilly@hotmail.com","dop":"2000-01-31","serial_number":"1077393793090604","imei1":"1077393793090604","imei2":"1077393793090604","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178461,"job_number":"JOB_178461","tr_customer_id":178479,"tr_customer_product_id":178469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:14:48.000Z","modified_at":"2026-02-05T20:14:48.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-26","serial_number":"73140052898213","imei1":"73140052898213","imei2":"73140052898213","popurl":"2026-01-26T20:14:48.520713279Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178462,"job_number":"JOB_178462","tr_customer_id":178480,"tr_customer_product_id":178470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:14:59.000Z","modified_at":"2026-02-05T20:14:59.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-26","serial_number":"87654291053880","imei1":"87654291053880","imei2":"87654291053880","popurl":"2026-01-26T20:14:58.837976469Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:14:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178463,"job_number":"JOB_178463","tr_customer_id":178481,"tr_customer_product_id":178471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:31:46.000Z","modified_at":"2026-02-05T20:31:46.000Z","name":"Luther Conroy","mobile_number":"691-485-1423","email_id":"Kiera_Ryan46@yahoo.com","dop":"2025-09-09","serial_number":"18217323720985","imei1":"18217323720985","imei2":"18217323720985","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:31:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178464,"job_number":"JOB_178464","tr_customer_id":178482,"tr_customer_product_id":178472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:31:47.000Z","modified_at":"2026-02-05T20:31:47.000Z","name":"Natasha Bergstrom","mobile_number":"423-564-5520","email_id":"Daniela.Bogan20@gmail.com","dop":"2025-09-09","serial_number":"16865911192865","imei1":"16865911192865","imei2":"16865911192865","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:31:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178466,"job_number":"JOB_178466","tr_customer_id":178484,"tr_customer_product_id":178474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:07.000Z","modified_at":"2026-02-05T20:32:07.000Z","name":"Cielo Bode","mobile_number":"379-766-9150","email_id":"Murray98@gmail.com","dop":"2025-09-09","serial_number":"19350662428123","imei1":"19350662428123","imei2":"19350662428123","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178467,"job_number":"JOB_178467","tr_customer_id":178485,"tr_customer_product_id":178475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:07.000Z","modified_at":"2026-02-05T20:32:07.000Z","name":"Damon Welch","mobile_number":"706-218-7267","email_id":"Arnoldo_Ward35@hotmail.com","dop":"2025-09-09","serial_number":"10364131773128","imei1":"10364131773128","imei2":"10364131773128","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178469,"job_number":"JOB_178469","tr_customer_id":178487,"tr_customer_product_id":178477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:09.000Z","modified_at":"2026-02-05T20:32:09.000Z","name":"Alphonso Rodriguez","mobile_number":"459-431-3461","email_id":"Chanelle29@yahoo.com","dop":"2025-09-09","serial_number":"12662010410397","imei1":"12662010410397","imei2":"12662010410397","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178470,"job_number":"JOB_178470","tr_customer_id":178488,"tr_customer_product_id":178478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:10.000Z","modified_at":"2026-02-05T20:32:10.000Z","name":"Edmund Pfeffer","mobile_number":"221-942-3589","email_id":"Theresa_Sipes@gmail.com","dop":"2025-09-09","serial_number":"19048798697399","imei1":"19048798697399","imei2":"19048798697399","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178472,"job_number":"JOB_178472","tr_customer_id":178490,"tr_customer_product_id":178480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T21:00:30.000Z","modified_at":"2026-02-05T21:00:30.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-31","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-31T21:00:29.422225805Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T21:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178473,"job_number":"JOB_178473","tr_customer_id":178491,"tr_customer_product_id":178481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:12:56.000Z","modified_at":"2026-02-05T22:12:56.000Z","name":"Jerome Orn","mobile_number":"955-642-1195","email_id":"Zoie56@gmail.com","dop":"2025-09-09","serial_number":"19921642344594","imei1":"19921642344594","imei2":"19921642344594","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:12:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178474,"job_number":"JOB_178474","tr_customer_id":178492,"tr_customer_product_id":178482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:12:57.000Z","modified_at":"2026-02-05T22:12:57.000Z","name":"Emily Keebler","mobile_number":"362-290-8462","email_id":"David.Ankunding@gmail.com","dop":"2025-09-09","serial_number":"19554575849229","imei1":"19554575849229","imei2":"19554575849229","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:12:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178476,"job_number":"JOB_178476","tr_customer_id":178494,"tr_customer_product_id":178484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:13:41.000Z","modified_at":"2026-02-05T22:13:41.000Z","name":"Clementine Schneider","mobile_number":"373-405-3792","email_id":"Frederick_Little@gmail.com","dop":"2025-09-09","serial_number":"16929089454347","imei1":"16929089454347","imei2":"16929089454347","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:13:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178477,"job_number":"JOB_178477","tr_customer_id":178495,"tr_customer_product_id":178485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:13:42.000Z","modified_at":"2026-02-05T22:13:42.000Z","name":"Isabelle Fay","mobile_number":"972-717-4340","email_id":"Kole_Little@yahoo.com","dop":"2025-09-09","serial_number":"12630585843159","imei1":"12630585843159","imei2":"12630585843159","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:13:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178479,"job_number":"JOB_178479","tr_customer_id":178497,"tr_customer_product_id":178487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:14:28.000Z","modified_at":"2026-02-05T22:14:28.000Z","name":"Paris Buckridge","mobile_number":"400-749-2778","email_id":"Carmen_Wisoky@hotmail.com","dop":"2025-09-09","serial_number":"12333230301870","imei1":"12333230301870","imei2":"12333230301870","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:14:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178480,"job_number":"JOB_178480","tr_customer_id":178498,"tr_customer_product_id":178488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:14:30.000Z","modified_at":"2026-02-05T22:14:30.000Z","name":"Madelynn Corkery","mobile_number":"505-488-9315","email_id":"Aubree43@yahoo.com","dop":"2025-09-09","serial_number":"12997293450304","imei1":"12997293450304","imei2":"12997293450304","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:14:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178482,"job_number":"JOB_178482","tr_customer_id":178500,"tr_customer_product_id":178490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T23:45:17.000Z","modified_at":"2026-02-05T23:45:17.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-26","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-26T23:45:17.544363811Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T23:45:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178483,"job_number":"JOB_178483","tr_customer_id":178501,"tr_customer_product_id":178491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T23:45:18.000Z","modified_at":"2026-02-05T23:45:18.000Z","name":"Akshata Iyer","mobile_number":"7054161801","email_id":"bilwa.agarwal@yahoo.co.in","dop":"2026-01-26","serial_number":"057522965866120","imei1":"057522965866120","imei2":"057522965866120","popurl":"www.gorakhanatha-mishra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T23:45:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178484,"job_number":"JOB_178484","tr_customer_id":178502,"tr_customer_product_id":178492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T23:47:44.000Z","modified_at":"2026-02-05T23:47:44.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-26","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-26T23:47:44.406179115Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T23:47:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178485,"job_number":"JOB_178485","tr_customer_id":178503,"tr_customer_product_id":178493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T01:26:57.000Z","modified_at":"2026-02-06T01:26:57.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"13222222222222222","imei2":"13222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T01:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178487,"job_number":"JOB_178487","tr_customer_id":178505,"tr_customer_product_id":178495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T02:23:04.000Z","modified_at":"2026-02-06T02:23:04.000Z","name":"Hudson Kunde","mobile_number":"238-906-6183","email_id":"Michele32@gmail.com","dop":"2025-04-06","serial_number":"19554842580195","imei1":"19554842580195","imei2":"19554842580195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T02:23:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178489,"job_number":"JOB_178489","tr_customer_id":178507,"tr_customer_product_id":178497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:52.000Z","modified_at":"2026-02-06T03:13:52.000Z","name":"Seth Carroll","mobile_number":"591-832-8589","email_id":"Edgardo.Wilderman@hotmail.com","dop":"2025-05-30","serial_number":"10444764879077","imei1":"10444764879077","imei2":"10444764879077","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:13:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178490,"job_number":"JOB_178490","tr_customer_id":178508,"tr_customer_product_id":178498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:53.000Z","modified_at":"2026-02-06T03:13:53.000Z","name":"Nayeli Dooley","mobile_number":"217-308-2532","email_id":"Enos9@hotmail.com","dop":"2025-05-30","serial_number":"1821203685521707","imei1":"1821203685521707","imei2":"1821203685521707","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178491,"job_number":"JOB_178491","tr_customer_id":178509,"tr_customer_product_id":178499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:17:57.000Z","modified_at":"2026-02-06T03:17:57.000Z","name":"Selena Bailey","mobile_number":"364-564-6518","email_id":"Katheryn4@yahoo.com","dop":"2025-12-31","serial_number":"62250526306529","imei1":"62250526306529","imei2":"62250526306529","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178492,"job_number":"JOB_178492","tr_customer_id":178510,"tr_customer_product_id":178500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:13.000Z","modified_at":"2026-02-06T03:29:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19505621456563","imei1":"19505621456563","imei2":"19505621456563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178494,"job_number":"JOB_178494","tr_customer_id":178512,"tr_customer_product_id":178502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:15.000Z","modified_at":"2026-02-06T03:29:15.000Z","name":"Elisabeth Willms","mobile_number":"431-470-7335","email_id":"Justyn.Fahey@hotmail.com","dop":"2025-04-06","serial_number":"11874232959013326","imei1":"11874232959013326","imei2":"11874232959013326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178495,"job_number":"JOB_178495","tr_customer_id":178513,"tr_customer_product_id":178503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:56.000Z","modified_at":"2026-02-06T03:29:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18115383388281","imei1":"18115383388281","imei2":"18115383388281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178497,"job_number":"JOB_178497","tr_customer_id":178515,"tr_customer_product_id":178505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:58.000Z","modified_at":"2026-02-06T03:29:58.000Z","name":"Kaley Cummerata","mobile_number":"792-276-3904","email_id":"Al.Green@yahoo.com","dop":"2025-04-06","serial_number":"10708389049912282","imei1":"10708389049912282","imei2":"10708389049912282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178498,"job_number":"JOB_178498","tr_customer_id":178516,"tr_customer_product_id":178506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:40.000Z","modified_at":"2026-02-06T03:30:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16775085499940","imei1":"16775085499940","imei2":"16775085499940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:30:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178500,"job_number":"JOB_178500","tr_customer_id":178518,"tr_customer_product_id":178508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:41.000Z","modified_at":"2026-02-06T03:30:41.000Z","name":"Nels Reichert","mobile_number":"405-660-1087","email_id":"Bryana.White@hotmail.com","dop":"2025-04-06","serial_number":"14073910654031040","imei1":"14073910654031040","imei2":"14073910654031040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:30:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178501,"job_number":"JOB_178501","tr_customer_id":178519,"tr_customer_product_id":178509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:42:20.000Z","modified_at":"2026-02-06T03:42:20.000Z","name":"Jerrold Hodkiewicz","mobile_number":"600-398-4253","email_id":"Adelbert84@gmail.com","dop":"2025-12-31","serial_number":"56286906828141","imei1":"56286906828141","imei2":"56286906828141","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:42:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178503,"job_number":"JOB_178503","tr_customer_id":178521,"tr_customer_product_id":178511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:09.000Z","modified_at":"2026-02-06T04:25:09.000Z","name":"Zechariah Gislason","mobile_number":"664-741-3398","email_id":"Noemy.Purdy@gmail.com","dop":"2025-04-06","serial_number":"18111715921513536","imei1":"18111715921513536","imei2":"18111715921513536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178505,"job_number":"JOB_178505","tr_customer_id":178523,"tr_customer_product_id":178513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:17.000Z","modified_at":"2026-02-06T04:25:17.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"15484305080324","imei1":"15484305080324","imei2":"15484305080324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178507,"job_number":"JOB_178507","tr_customer_id":178525,"tr_customer_product_id":178515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:19.000Z","modified_at":"2026-02-06T04:25:19.000Z","name":"Noble Ondricka","mobile_number":"456-814-8834","email_id":"Nelda.Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15270230060969760","imei1":"15270230060969760","imei2":"15270230060969760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178509,"job_number":"JOB_178509","tr_customer_id":178527,"tr_customer_product_id":178517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:26.000Z","modified_at":"2026-02-06T04:25:26.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10333873767222","imei1":"10333873767222","imei2":"10333873767222","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178511,"job_number":"JOB_178511","tr_customer_id":178529,"tr_customer_product_id":178519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:27.000Z","modified_at":"2026-02-06T04:25:27.000Z","name":"Reymundo Harber","mobile_number":"569-499-9764","email_id":"Jamar.Cruickshank25@yahoo.com","dop":"2025-06-18","serial_number":"1020458523957272","imei1":"1020458523957272","imei2":"1020458523957272","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178514,"job_number":"JOB_178514","tr_customer_id":178532,"tr_customer_product_id":178522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:30.000Z","modified_at":"2026-02-06T04:25:30.000Z","name":"Cathy Trantow","mobile_number":"986-215-9330","email_id":"Vincent_Russel@yahoo.com","dop":"2025-04-06","serial_number":"14534816536130026","imei1":"14534816536130026","imei2":"14534816536130026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178516,"job_number":"JOB_178516","tr_customer_id":178534,"tr_customer_product_id":178524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:32.000Z","modified_at":"2026-02-06T04:25:32.000Z","name":"Selina Huels","mobile_number":"292-293-3156","email_id":"Prudence.Powlowski@hotmail.com","dop":"2025-04-06","serial_number":"11720124454073380","imei1":"11720124454073380","imei2":"11720124454073380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178517,"job_number":"JOB_178517","tr_customer_id":178535,"tr_customer_product_id":178525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:32.000Z","modified_at":"2026-02-06T04:25:32.000Z","name":"Donny Ritchie","mobile_number":"679-691-8396","email_id":"Jon.Dare65@gmail.com","dop":"2025-04-06","serial_number":"12114522950700414","imei1":"12114522950700414","imei2":"12114522950700414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178518,"job_number":"JOB_178518","tr_customer_id":178536,"tr_customer_product_id":178526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:25:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18259902169371","imei1":"18259902169371","imei2":"18259902169371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178519,"job_number":"JOB_178519","tr_customer_id":178537,"tr_customer_product_id":178527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:25:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16563354565098","imei1":"16563354565098","imei2":"16563354565098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178522,"job_number":"JOB_178522","tr_customer_id":178540,"tr_customer_product_id":178530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:36.000Z","modified_at":"2026-02-06T04:25:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10549365484943","imei1":"10549365484943","imei2":"10549365484943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178523,"job_number":"JOB_178523","tr_customer_id":178541,"tr_customer_product_id":178531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:36.000Z","modified_at":"2026-02-06T04:25:36.000Z","name":"Erika Krajcik","mobile_number":"240-235-9951","email_id":"Liana9@gmail.com","dop":"2025-04-06","serial_number":"16082270862852892","imei1":"16082270862852892","imei2":"16082270862852892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178524,"job_number":"JOB_178524","tr_customer_id":178542,"tr_customer_product_id":178532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:25:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15728561089745","imei1":"15728561089745","imei2":"15728561089745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178527,"job_number":"JOB_178527","tr_customer_id":178545,"tr_customer_product_id":178535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:25:37.000Z","name":"Pauline Koepp","mobile_number":"677-862-9381","email_id":"Betty70@gmail.com","dop":"2025-04-06","serial_number":"19822419286886230","imei1":"19822419286886230","imei2":"19822419286886230","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178528,"job_number":"JOB_178528","tr_customer_id":178546,"tr_customer_product_id":178536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:38.000Z","modified_at":"2026-02-06T04:25:38.000Z","name":"Donato Hoeger","mobile_number":"513-564-4530","email_id":"Imelda_Williamson63@hotmail.com","dop":"2025-04-06","serial_number":"10538238419780216","imei1":"10538238419780216","imei2":"10538238419780216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178529,"job_number":"JOB_178529","tr_customer_id":178547,"tr_customer_product_id":178537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:38.000Z","modified_at":"2026-02-06T04:25:38.000Z","name":"Yolanda Langworth","mobile_number":"724-673-5316","email_id":"Antwon.Kohler@hotmail.com","dop":"2025-04-06","serial_number":"13091133389171050","imei1":"13091133389171050","imei2":"13091133389171050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178530,"job_number":"JOB_178530","tr_customer_id":178548,"tr_customer_product_id":178538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:39.000Z","modified_at":"2026-02-06T04:25:39.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"61826451032656","imei1":"61826451032656","imei2":"61826451032656","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178531,"job_number":"JOB_178531","tr_customer_id":178549,"tr_customer_product_id":178539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:39.000Z","modified_at":"2026-02-06T04:25:39.000Z","name":"Desmond Prosacco","mobile_number":"302-486-7207","email_id":"Nikolas92@hotmail.com","dop":"2025-02-01","serial_number":"59083035882134","imei1":"59083035882134","imei2":"59083035882134","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178534,"job_number":"JOB_178534","tr_customer_id":178552,"tr_customer_product_id":178542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:45.000Z","modified_at":"2026-02-06T04:25:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18010633755174","imei1":"18010633755174","imei2":"18010633755174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178536,"job_number":"JOB_178536","tr_customer_id":178554,"tr_customer_product_id":178544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:46.000Z","modified_at":"2026-02-06T04:25:46.000Z","name":"Giuseppe Collier","mobile_number":"276-534-5915","email_id":"Autumn_Bahringer@hotmail.com","dop":"2025-04-06","serial_number":"12677070920607140","imei1":"12677070920607140","imei2":"12677070920607140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178539,"job_number":"JOB_178539","tr_customer_id":178557,"tr_customer_product_id":178547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:49.000Z","modified_at":"2026-02-06T04:25:49.000Z","name":"Vivianne Hettinger","mobile_number":"203-702-1764","email_id":"Burnice_Morissette31@yahoo.com","dop":"2025-04-06","serial_number":"17136511334334226","imei1":"17136511334334226","imei2":"17136511334334226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178541,"job_number":"JOB_178541","tr_customer_id":178559,"tr_customer_product_id":178549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:50.000Z","modified_at":"2026-02-06T04:25:50.000Z","name":"Adeline Vandervort","mobile_number":"547-477-1692","email_id":"Stephany_Reichel69@gmail.com","dop":"2025-04-06","serial_number":"16071683039814516","imei1":"16071683039814516","imei2":"16071683039814516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178543,"job_number":"JOB_178543","tr_customer_id":178561,"tr_customer_product_id":178551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10964019334469","imei1":"10964019334469","imei2":"10964019334469","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178545,"job_number":"JOB_178545","tr_customer_id":178563,"tr_customer_product_id":178553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:01.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16426823611431","imei1":"16426823611431","imei2":"16426823611431","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178547,"job_number":"JOB_178547","tr_customer_id":178565,"tr_customer_product_id":178555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:03.000Z","modified_at":"2026-02-06T04:26:03.000Z","name":"Earline Steuber","mobile_number":"374-537-5038","email_id":"Gregg.Brakus@gmail.com","dop":"2025-04-06","serial_number":"14346289959684856","imei1":"14346289959684856","imei2":"14346289959684856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178548,"job_number":"JOB_178548","tr_customer_id":178566,"tr_customer_product_id":178556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:03.000Z","modified_at":"2026-02-06T04:26:03.000Z","name":"Kaya VonRueden","mobile_number":"625-228-8688","email_id":"Adan.Jaskolski@gmail.com","dop":"2025-04-06","serial_number":"16721644071390164","imei1":"16721644071390164","imei2":"16721644071390164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178550,"job_number":"JOB_178550","tr_customer_id":178568,"tr_customer_product_id":178558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:11.000Z","modified_at":"2026-02-06T04:26:11.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10403269301943","imei1":"10403269301943","imei2":"10403269301943","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178552,"job_number":"JOB_178552","tr_customer_id":178570,"tr_customer_product_id":178560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:12.000Z","modified_at":"2026-02-06T04:26:12.000Z","name":"Scottie Morissette","mobile_number":"864-732-1324","email_id":"Jamir3@gmail.com","dop":"2025-06-18","serial_number":"1027193288915597","imei1":"1027193288915597","imei2":"1027193288915597","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178553,"job_number":"JOB_178553","tr_customer_id":178571,"tr_customer_product_id":178561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:16.000Z","modified_at":"2026-02-06T04:26:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13706601843694","imei1":"13706601843694","imei2":"13706601843694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178555,"job_number":"JOB_178555","tr_customer_id":178573,"tr_customer_product_id":178563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:17.000Z","modified_at":"2026-02-06T04:26:17.000Z","name":"Cordie Will","mobile_number":"650-871-1929","email_id":"Wilfred.Graham66@hotmail.com","dop":"2025-04-06","serial_number":"19988512991387452","imei1":"19988512991387452","imei2":"19988512991387452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178556,"job_number":"JOB_178556","tr_customer_id":178574,"tr_customer_product_id":178564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"Arpit B","mobile_number":"7089675432","email_id":"jatins78@gmail.com","dop":"2025-02-01","serial_number":"1236786543278777","imei1":"1236786543278988","imei2":"1236786543278988","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178557,"job_number":"JOB_178557","tr_customer_id":178575,"tr_customer_product_id":178565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12439106637031","imei1":"12439106637031","imei2":"12439106637031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178558,"job_number":"JOB_178558","tr_customer_id":178576,"tr_customer_product_id":178566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"109777973214607","imei1":"109777973214607","imei2":"109777973214607","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178561,"job_number":"JOB_178561","tr_customer_id":178579,"tr_customer_product_id":178569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:20.000Z","modified_at":"2026-02-06T04:26:20.000Z","name":"Seamus West","mobile_number":"589-622-9480","email_id":"Kamren_Legros@gmail.com","dop":"2025-04-06","serial_number":"12859104703562404","imei1":"12859104703562404","imei2":"12859104703562404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178562,"job_number":"JOB_178562","tr_customer_id":178580,"tr_customer_product_id":178570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12514679135467","imei1":"12514679135467","imei2":"12514679135467","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178563,"job_number":"JOB_178563","tr_customer_id":178581,"tr_customer_product_id":178571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"44703666950825","imei1":"44703666950825","imei2":"44703666950825","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178565,"job_number":"JOB_178565","tr_customer_id":178583,"tr_customer_product_id":178573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"Kenyatta Waelchi","mobile_number":"954-290-1328","email_id":"Peggie_Dooley13@yahoo.com","dop":"2025-02-01","serial_number":"60238433192203","imei1":"60238433192203","imei2":"60238433192203","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178567,"job_number":"JOB_178567","tr_customer_id":178585,"tr_customer_product_id":178575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:26:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14944188289788","imei1":"14944188289788","imei2":"14944188289788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178569,"job_number":"JOB_178569","tr_customer_id":178587,"tr_customer_product_id":178577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:23.000Z","modified_at":"2026-02-06T04:26:23.000Z","name":"Estell Ward","mobile_number":"570-632-4988","email_id":"Freda.Pacocha@yahoo.com","dop":"2025-04-06","serial_number":"10306304886803536","imei1":"10306304886803536","imei2":"10306304886803536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178571,"job_number":"JOB_178571","tr_customer_id":178589,"tr_customer_product_id":178579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Kristian Carroll","mobile_number":"201-975-5544","email_id":"Madelynn26@yahoo.com","dop":"2025-04-06","serial_number":"10343468932225162","imei1":"10343468932225162","imei2":"10343468932225162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178575,"job_number":"JOB_178575","tr_customer_id":178593,"tr_customer_product_id":178583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:26:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18320652927458","imei1":"18320652927458","imei2":"18320652927458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178576,"job_number":"JOB_178576","tr_customer_id":178594,"tr_customer_product_id":178584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:26:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19470492036617","imei1":"19470492036617","imei2":"19470492036617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178579,"job_number":"JOB_178579","tr_customer_id":178597,"tr_customer_product_id":178587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:33.000Z","modified_at":"2026-02-06T04:26:33.000Z","name":"Hoyt Trantow","mobile_number":"711-503-0176","email_id":"Peter37@hotmail.com","dop":"2025-04-06","serial_number":"16914856871402736","imei1":"16914856871402736","imei2":"16914856871402736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178580,"job_number":"JOB_178580","tr_customer_id":178598,"tr_customer_product_id":178588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:33.000Z","modified_at":"2026-02-06T04:26:33.000Z","name":"Idella Gutmann","mobile_number":"733-866-7358","email_id":"Kraig33@gmail.com","dop":"2025-04-06","serial_number":"10704171092859772","imei1":"10704171092859772","imei2":"10704171092859772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178582,"job_number":"JOB_178582","tr_customer_id":178600,"tr_customer_product_id":178590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:38.000Z","modified_at":"2026-02-06T04:26:38.000Z","name":"Ronaldo Parker","mobile_number":"858-829-3361","email_id":"London87@gmail.com","dop":"2025-05-30","serial_number":"11583773899448","imei1":"11583773899448","imei2":"11583773899448","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178583,"job_number":"JOB_178583","tr_customer_id":178601,"tr_customer_product_id":178591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:39.000Z","modified_at":"2026-02-06T04:26:39.000Z","name":"Thomas Ruecker","mobile_number":"345-540-5113","email_id":"Davin52@gmail.com","dop":"2025-05-30","serial_number":"1684270737051338","imei1":"1684270737051338","imei2":"1684270737051338","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178584,"job_number":"JOB_178584","tr_customer_id":178602,"tr_customer_product_id":178592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:44.000Z","modified_at":"2026-02-06T04:26:44.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"17400592779866","imei1":"17400592779866","imei2":"17400592779866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178586,"job_number":"JOB_178586","tr_customer_id":178604,"tr_customer_product_id":178594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:45.000Z","modified_at":"2026-02-06T04:26:45.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"10516775299390","imei1":"10516775299390","imei2":"10516775299390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178588,"job_number":"JOB_178588","tr_customer_id":178606,"tr_customer_product_id":178596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:46.000Z","modified_at":"2026-02-06T04:26:46.000Z","name":"Jalon Ondricka","mobile_number":"970-948-8823","email_id":"Lorenzo27@gmail.com","dop":"2025-04-06","serial_number":"17271625273434000","imei1":"17271625273434000","imei2":"17271625273434000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178589,"job_number":"JOB_178589","tr_customer_id":178607,"tr_customer_product_id":178597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:46.000Z","modified_at":"2026-02-06T04:26:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10359142857257","imei1":"10359142857257","imei2":"10359142857257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178591,"job_number":"JOB_178591","tr_customer_id":178609,"tr_customer_product_id":178599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:47.000Z","modified_at":"2026-02-06T04:26:47.000Z","name":"Olaf Farrell","mobile_number":"950-399-6227","email_id":"Vernice_Koepp29@gmail.com","dop":"2025-04-06","serial_number":"11660814631903810","imei1":"11660814631903810","imei2":"11660814631903810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178592,"job_number":"JOB_178592","tr_customer_id":178610,"tr_customer_product_id":178600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:48.000Z","modified_at":"2026-02-06T04:26:48.000Z","name":"Malcolm Kuhic","mobile_number":"788-738-0788","email_id":"Waino37@gmail.com","dop":"2025-04-06","serial_number":"11041428730950084","imei1":"11041428730950084","imei2":"11041428730950084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178597,"job_number":"JOB_178597","tr_customer_id":178615,"tr_customer_product_id":178605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:54.000Z","modified_at":"2026-02-06T04:26:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17835975889890","imei1":"17835975889890","imei2":"17835975889890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178599,"job_number":"JOB_178599","tr_customer_id":178617,"tr_customer_product_id":178607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:26:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10559051912688","imei1":"10559051912688","imei2":"10559051912688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178601,"job_number":"JOB_178601","tr_customer_id":178619,"tr_customer_product_id":178609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:26:55.000Z","name":"Rogelio Gerhold","mobile_number":"996-241-0281","email_id":"Lavina.Rogahn@hotmail.com","dop":"2025-04-06","serial_number":"11983288882567382","imei1":"11983288882567382","imei2":"11983288882567382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178602,"job_number":"JOB_178602","tr_customer_id":178620,"tr_customer_product_id":178610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:56.000Z","modified_at":"2026-02-06T04:26:56.000Z","name":"Adriana Reichert","mobile_number":"746-462-8742","email_id":"Brigitte.Berge68@yahoo.com","dop":"2025-04-06","serial_number":"12946161903236286","imei1":"12946161903236286","imei2":"12946161903236286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178603,"job_number":"JOB_178603","tr_customer_id":178621,"tr_customer_product_id":178611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:57.000Z","modified_at":"2026-02-06T04:26:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14738713334005","imei1":"14738713334005","imei2":"14738713334005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178606,"job_number":"JOB_178606","tr_customer_id":178624,"tr_customer_product_id":178614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:58.000Z","modified_at":"2026-02-06T04:26:58.000Z","name":"Dejon Hills","mobile_number":"342-285-7267","email_id":"Reyna91@hotmail.com","dop":"2025-04-06","serial_number":"18067884298050284","imei1":"18067884298050284","imei2":"18067884298050284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178607,"job_number":"JOB_178607","tr_customer_id":178625,"tr_customer_product_id":178615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:26:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17432184561440","imei1":"17432184561440","imei2":"17432184561440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178609,"job_number":"JOB_178609","tr_customer_id":178627,"tr_customer_product_id":178617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:26:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10117175141016","imei1":"10117175141016","imei2":"10117175141016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178611,"job_number":"JOB_178611","tr_customer_id":178629,"tr_customer_product_id":178619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:01.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Sarina Lowe","mobile_number":"848-357-8574","email_id":"Maurice_Kirlin3@yahoo.com","dop":"2025-04-06","serial_number":"19867706199451010","imei1":"19867706199451010","imei2":"19867706199451010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178612,"job_number":"JOB_178612","tr_customer_id":178630,"tr_customer_product_id":178620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:01.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Jaunita Hoppe","mobile_number":"270-472-2508","email_id":"Alia18@yahoo.com","dop":"2025-04-06","serial_number":"11464593702653530","imei1":"11464593702653530","imei2":"11464593702653530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178615,"job_number":"JOB_178615","tr_customer_id":178633,"tr_customer_product_id":178623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:02.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"58217241061323","imei1":"58217241061323","imei2":"58217241061323","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178617,"job_number":"JOB_178617","tr_customer_id":178635,"tr_customer_product_id":178625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Jamaal Kovacek","mobile_number":"869-545-9290","email_id":"Cayla3@yahoo.com","dop":"2025-02-01","serial_number":"78177378182394","imei1":"78177378182394","imei2":"78177378182394","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178621,"job_number":"JOB_178621","tr_customer_id":178639,"tr_customer_product_id":178629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"19212272612877","imei1":"19212272612877","imei2":"19212272612877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178622,"job_number":"JOB_178622","tr_customer_id":178640,"tr_customer_product_id":178630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"106169827767166","imei1":"106169827767166","imei2":"106169827767166","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178627,"job_number":"JOB_178627","tr_customer_id":178645,"tr_customer_product_id":178635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:05.000Z","modified_at":"2026-02-06T04:27:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16234703931539","imei1":"16234703931539","imei2":"16234703931539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178629,"job_number":"JOB_178629","tr_customer_id":178647,"tr_customer_product_id":178637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:06.000Z","modified_at":"2026-02-06T04:27:06.000Z","name":"Raleigh Mertz","mobile_number":"987-888-1168","email_id":"Rudolph_Morissette68@hotmail.com","dop":"2025-04-06","serial_number":"19983453046833390","imei1":"19983453046833390","imei2":"19983453046833390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178632,"job_number":"JOB_178632","tr_customer_id":178650,"tr_customer_product_id":178640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16457469309090","imei1":"16457469309090","imei2":"16457469309090","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178633,"job_number":"JOB_178633","tr_customer_id":178651,"tr_customer_product_id":178641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"Colten Larkin","mobile_number":"422-793-4233","email_id":"Erik33@gmail.com","dop":"2025-04-06","serial_number":"19528582159958816","imei1":"19528582159958816","imei2":"19528582159958816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178635,"job_number":"JOB_178635","tr_customer_id":178653,"tr_customer_product_id":178643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17448791802041","imei1":"17448791802041","imei2":"17448791802041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178636,"job_number":"JOB_178636","tr_customer_id":178654,"tr_customer_product_id":178644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17784905583504","imei1":"17784905583504","imei2":"17784905583504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178641,"job_number":"JOB_178641","tr_customer_id":178659,"tr_customer_product_id":178649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Karianne Collier","mobile_number":"642-689-1647","email_id":"Darion.Brown@gmail.com","dop":"2025-04-06","serial_number":"12848552859892608","imei1":"12848552859892608","imei2":"12848552859892608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178642,"job_number":"JOB_178642","tr_customer_id":178660,"tr_customer_product_id":178650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Rocio Stracke","mobile_number":"808-485-5015","email_id":"Kaitlin.Koelpin@hotmail.com","dop":"2025-04-06","serial_number":"17279383694712772","imei1":"17279383694712772","imei2":"17279383694712772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178643,"job_number":"JOB_178643","tr_customer_id":178661,"tr_customer_product_id":178651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Neha Bins","mobile_number":"619-502-5763","email_id":"Trever_Kertzmann@yahoo.com","dop":"2025-04-06","serial_number":"11301039194387344","imei1":"11301039194387344","imei2":"11301039194387344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178645,"job_number":"JOB_178645","tr_customer_id":178663,"tr_customer_product_id":178653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:10.000Z","modified_at":"2026-02-06T04:27:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13444158023568","imei1":"13444158023568","imei2":"13444158023568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178647,"job_number":"JOB_178647","tr_customer_id":178665,"tr_customer_product_id":178655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:12.000Z","modified_at":"2026-02-06T04:27:12.000Z","name":"Domenic Hahn","mobile_number":"251-619-7850","email_id":"Rusty.Yundt@gmail.com","dop":"2025-04-06","serial_number":"12622829384691066","imei1":"12622829384691066","imei2":"12622829384691066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178648,"job_number":"JOB_178648","tr_customer_id":178666,"tr_customer_product_id":178656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:15.000Z","modified_at":"2026-02-06T04:27:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11399539866676","imei1":"11399539866676","imei2":"11399539866676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178650,"job_number":"JOB_178650","tr_customer_id":178668,"tr_customer_product_id":178658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:17.000Z","modified_at":"2026-02-06T04:27:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11147600784300","imei1":"11147600784300","imei2":"11147600784300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178651,"job_number":"JOB_178651","tr_customer_id":178669,"tr_customer_product_id":178659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:17.000Z","modified_at":"2026-02-06T04:27:17.000Z","name":"Joanne Schneider","mobile_number":"988-680-3142","email_id":"Bradford18@gmail.com","dop":"2025-04-06","serial_number":"17514484511753048","imei1":"17514484511753048","imei2":"17514484511753048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178655,"job_number":"JOB_178655","tr_customer_id":178673,"tr_customer_product_id":178663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:19.000Z","name":"Colten Howell","mobile_number":"605-740-4987","email_id":"Octavia.Gaylord@yahoo.com","dop":"2025-04-06","serial_number":"11659212791736908","imei1":"11659212791736908","imei2":"11659212791736908","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178658,"job_number":"JOB_178658","tr_customer_id":178676,"tr_customer_product_id":178666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:28.000Z","modified_at":"2026-02-06T04:27:28.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"10364004686617","imei1":"10364004686617","imei2":"10364004686617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178660,"job_number":"JOB_178660","tr_customer_id":178678,"tr_customer_product_id":178668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:30.000Z","modified_at":"2026-02-06T04:27:30.000Z","name":"Gwendolyn Pacocha","mobile_number":"707-591-2277","email_id":"Joshua_Maggio62@hotmail.com","dop":"2025-04-06","serial_number":"16252301995851752","imei1":"16252301995851752","imei2":"16252301995851752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178661,"job_number":"JOB_178661","tr_customer_id":178679,"tr_customer_product_id":178669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:31.000Z","modified_at":"2026-02-06T04:27:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10635861889164","imei1":"10635861889164","imei2":"10635861889164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178664,"job_number":"JOB_178664","tr_customer_id":178682,"tr_customer_product_id":178672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:33.000Z","modified_at":"2026-02-06T04:27:33.000Z","name":"Turner Roberts","mobile_number":"348-880-9834","email_id":"Elnora.Flatley@gmail.com","dop":"2025-04-06","serial_number":"10378810664574000","imei1":"10378810664574000","imei2":"10378810664574000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178668,"job_number":"JOB_178668","tr_customer_id":178686,"tr_customer_product_id":178676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:27:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17984797148521","imei1":"17984797148521","imei2":"17984797148521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178670,"job_number":"JOB_178670","tr_customer_id":178688,"tr_customer_product_id":178678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:36.000Z","modified_at":"2026-02-06T04:27:37.000Z","name":"Florencio Leannon","mobile_number":"713-249-4156","email_id":"Michelle.Kirlin79@gmail.com","dop":"2025-04-06","serial_number":"17524136060503436","imei1":"17524136060503436","imei2":"17524136060503436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178671,"job_number":"JOB_178671","tr_customer_id":178689,"tr_customer_product_id":178679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:38.000Z","modified_at":"2026-02-06T04:27:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10420933726418","imei1":"10420933726418","imei2":"10420933726418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178673,"job_number":"JOB_178673","tr_customer_id":178691,"tr_customer_product_id":178681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:40.000Z","modified_at":"2026-02-06T04:27:40.000Z","name":"Aniya Carroll","mobile_number":"957-618-9941","email_id":"Akeem.Gerhold@yahoo.com","dop":"2025-04-06","serial_number":"16358632400385522","imei1":"16358632400385522","imei2":"16358632400385522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178674,"job_number":"JOB_178674","tr_customer_id":178692,"tr_customer_product_id":178682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:43.000Z","modified_at":"2026-02-06T04:27:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12665850014341","imei1":"12665850014341","imei2":"12665850014341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178676,"job_number":"JOB_178676","tr_customer_id":178694,"tr_customer_product_id":178684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:45.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Anais Stehr","mobile_number":"486-888-5711","email_id":"Zita22@yahoo.com","dop":"2025-04-06","serial_number":"18446361540043390","imei1":"18446361540043390","imei2":"18446361540043390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178678,"job_number":"JOB_178678","tr_customer_id":178696,"tr_customer_product_id":178686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:48.000Z","modified_at":"2026-02-06T04:27:48.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"14224546775715","imei1":"14224546775715","imei2":"14224546775715","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178680,"job_number":"JOB_178680","tr_customer_id":178698,"tr_customer_product_id":178688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:50.000Z","modified_at":"2026-02-06T04:27:50.000Z","name":"Rosemary Trantow","mobile_number":"492-890-5357","email_id":"Eduardo.Stehr@yahoo.com","dop":"2025-04-06","serial_number":"18587927309518220","imei1":"18587927309518220","imei2":"18587927309518220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178681,"job_number":"JOB_178681","tr_customer_id":178699,"tr_customer_product_id":178689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:50.000Z","modified_at":"2026-02-06T04:27:50.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"103166430859853","imei1":"103166430859853","imei2":"103166430859853","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178683,"job_number":"JOB_178683","tr_customer_id":178701,"tr_customer_product_id":178691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18203108081644","imei1":"18203108081644","imei2":"18203108081644","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178685,"job_number":"JOB_178685","tr_customer_id":178703,"tr_customer_product_id":178693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"11901758758759","imei1":"11901758758759","imei2":"11901758758759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178689,"job_number":"JOB_178689","tr_customer_id":178707,"tr_customer_product_id":178697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Ricky Waters","mobile_number":"489-410-5486","email_id":"Sylvan35@yahoo.com","dop":"2025-04-06","serial_number":"19958567143341184","imei1":"19958567143341184","imei2":"19958567143341184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178690,"job_number":"JOB_178690","tr_customer_id":178708,"tr_customer_product_id":178698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Oma Bernhard","mobile_number":"512-351-4382","email_id":"Chaz_Renner@yahoo.com","dop":"2025-04-06","serial_number":"13046199834492742","imei1":"13046199834492742","imei2":"13046199834492742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178692,"job_number":"JOB_178692","tr_customer_id":178710,"tr_customer_product_id":178700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:56.000Z","modified_at":"2026-02-06T04:27:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17841808948419","imei1":"17841808948419","imei2":"17841808948419","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178694,"job_number":"JOB_178694","tr_customer_id":178712,"tr_customer_product_id":178702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:58.000Z","modified_at":"2026-02-06T04:27:58.000Z","name":"Ivory O'Conner","mobile_number":"594-377-2545","email_id":"Antoinette_Koss@yahoo.com","dop":"2025-04-06","serial_number":"16315199843903030","imei1":"16315199843903030","imei2":"16315199843903030","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178695,"job_number":"JOB_178695","tr_customer_id":178713,"tr_customer_product_id":178703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:59.000Z","modified_at":"2026-02-06T04:27:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19355442700455","imei1":"19355442700455","imei2":"19355442700455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178697,"job_number":"JOB_178697","tr_customer_id":178715,"tr_customer_product_id":178705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:01.000Z","modified_at":"2026-02-06T04:28:01.000Z","name":"Maximillia Lynch","mobile_number":"853-716-6375","email_id":"Connor.Vandervort17@yahoo.com","dop":"2025-04-06","serial_number":"14744004279946126","imei1":"14744004279946126","imei2":"14744004279946126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178698,"job_number":"JOB_178698","tr_customer_id":178716,"tr_customer_product_id":178706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:12.000Z","modified_at":"2026-02-06T04:28:12.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"18910778625285","imei1":"18910778625285","imei2":"18910778625285","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178700,"job_number":"JOB_178700","tr_customer_id":178718,"tr_customer_product_id":178708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:14.000Z","modified_at":"2026-02-06T04:28:14.000Z","name":"Kaleb VonRueden","mobile_number":"420-268-9186","email_id":"Vernon.Stracke48@gmail.com","dop":"2025-04-06","serial_number":"19700165812424744","imei1":"19700165812424744","imei2":"19700165812424744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178701,"job_number":"JOB_178701","tr_customer_id":178719,"tr_customer_product_id":178709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:16.000Z","modified_at":"2026-02-06T04:28:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17952968294950","imei1":"17952968294950","imei2":"17952968294950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178703,"job_number":"JOB_178703","tr_customer_id":178721,"tr_customer_product_id":178711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:17.000Z","modified_at":"2026-02-06T04:28:17.000Z","name":"August Hauck","mobile_number":"414-451-5437","email_id":"Kaleb.Smitham89@gmail.com","dop":"2025-04-06","serial_number":"12389791134142702","imei1":"12389791134142702","imei2":"12389791134142702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178704,"job_number":"JOB_178704","tr_customer_id":178722,"tr_customer_product_id":178712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:21.000Z","modified_at":"2026-02-06T04:28:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13266824234433","imei1":"13266824234433","imei2":"13266824234433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178705,"job_number":"JOB_178705","tr_customer_id":178723,"tr_customer_product_id":178713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:21.000Z","modified_at":"2026-02-06T04:28:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19755863193834","imei1":"19755863193834","imei2":"19755863193834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178708,"job_number":"JOB_178708","tr_customer_id":178726,"tr_customer_product_id":178716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:23.000Z","modified_at":"2026-02-06T04:28:23.000Z","name":"Otha Jaskolski","mobile_number":"329-342-9708","email_id":"German_Sauer@yahoo.com","dop":"2025-04-06","serial_number":"10125649834708324","imei1":"10125649834708324","imei2":"10125649834708324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178709,"job_number":"JOB_178709","tr_customer_id":178727,"tr_customer_product_id":178717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:23.000Z","modified_at":"2026-02-06T04:28:23.000Z","name":"Alek Rau","mobile_number":"373-276-1015","email_id":"Jeremy.Kunze75@hotmail.com","dop":"2025-04-06","serial_number":"13383844675265990","imei1":"13383844675265990","imei2":"13383844675265990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178710,"job_number":"JOB_178710","tr_customer_id":178728,"tr_customer_product_id":178718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:27.000Z","modified_at":"2026-02-06T04:28:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10161171215380","imei1":"10161171215380","imei2":"10161171215380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178712,"job_number":"JOB_178712","tr_customer_id":178730,"tr_customer_product_id":178720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:29.000Z","modified_at":"2026-02-06T04:28:29.000Z","name":"Keegan Bednar","mobile_number":"885-466-9861","email_id":"Karina.Marks@gmail.com","dop":"2025-04-06","serial_number":"14992407945770456","imei1":"14992407945770456","imei2":"14992407945770456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178713,"job_number":"JOB_178713","tr_customer_id":178731,"tr_customer_product_id":178721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:32.000Z","modified_at":"2026-02-06T04:28:32.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"14153835928335","imei1":"14153835928335","imei2":"14153835928335","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178715,"job_number":"JOB_178715","tr_customer_id":178733,"tr_customer_product_id":178723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:33.000Z","modified_at":"2026-02-06T04:28:33.000Z","name":"Hal Raynor","mobile_number":"614-352-1644","email_id":"Reilly.Dach@hotmail.com","dop":"2025-04-06","serial_number":"13441820016594886","imei1":"13441820016594886","imei2":"13441820016594886","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178718,"job_number":"JOB_178718","tr_customer_id":178736,"tr_customer_product_id":178726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:28:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14282972025873","imei1":"14282972025873","imei2":"14282972025873","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178721,"job_number":"JOB_178721","tr_customer_id":178739,"tr_customer_product_id":178729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:37.000Z","modified_at":"2026-02-06T04:28:37.000Z","name":"Pat Torp","mobile_number":"765-385-5819","email_id":"Wiley.Will12@hotmail.com","dop":"2025-04-06","serial_number":"10769057371513072","imei1":"10769057371513072","imei2":"10769057371513072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178722,"job_number":"JOB_178722","tr_customer_id":178740,"tr_customer_product_id":178730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:41.000Z","modified_at":"2026-02-06T04:28:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16197931943569","imei1":"16197931943569","imei2":"16197931943569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178724,"job_number":"JOB_178724","tr_customer_id":178742,"tr_customer_product_id":178732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:43.000Z","modified_at":"2026-02-06T04:28:43.000Z","name":"Quinn Durgan","mobile_number":"295-879-0327","email_id":"Jedediah86@yahoo.com","dop":"2025-04-06","serial_number":"14860089658515574","imei1":"14860089658515574","imei2":"14860089658515574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178725,"job_number":"JOB_178725","tr_customer_id":178743,"tr_customer_product_id":178733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:05.000Z","modified_at":"2026-02-06T04:29:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18994702700409","imei1":"18994702700409","imei2":"18994702700409","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178727,"job_number":"JOB_178727","tr_customer_id":178745,"tr_customer_product_id":178735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:06.000Z","modified_at":"2026-02-06T04:29:06.000Z","name":"Arnaldo Vandervort","mobile_number":"617-883-3943","email_id":"Greyson6@yahoo.com","dop":"2025-04-06","serial_number":"10342429698378404","imei1":"10342429698378404","imei2":"10342429698378404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178728,"job_number":"JOB_178728","tr_customer_id":178746,"tr_customer_product_id":178736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:50.000Z","modified_at":"2026-02-06T04:29:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13985526804653","imei1":"13985526804653","imei2":"13985526804653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178730,"job_number":"JOB_178730","tr_customer_id":178748,"tr_customer_product_id":178738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:52.000Z","modified_at":"2026-02-06T04:29:52.000Z","name":"Carley O'Connell","mobile_number":"802-411-1914","email_id":"Rosetta_Stiedemann@yahoo.com","dop":"2025-04-06","serial_number":"14137821969222900","imei1":"14137821969222900","imei2":"14137821969222900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178731,"job_number":"JOB_178731","tr_customer_id":178749,"tr_customer_product_id":178739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12217102399685","imei1":"12217102399685","imei2":"12217102399685","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178732,"job_number":"JOB_178732","tr_customer_id":178750,"tr_customer_product_id":178740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89548992262857","imei1":"89548992262857","imei2":"89548992262857","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178733,"job_number":"JOB_178733","tr_customer_id":178751,"tr_customer_product_id":178741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78838858674141","imei1":"78838858674141","imei2":"78838858674141","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178734,"job_number":"JOB_178734","tr_customer_id":178752,"tr_customer_product_id":178742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24966261039406","imei1":"24966261039406","imei2":"24966261039406","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178735,"job_number":"JOB_178735","tr_customer_id":178753,"tr_customer_product_id":178743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30765187438763","imei1":"30765187438763","imei2":"30765187438763","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178736,"job_number":"JOB_178736","tr_customer_id":178754,"tr_customer_product_id":178744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97324570908233","imei1":"97324570908233","imei2":"97324570908233","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178738,"job_number":"JOB_178738","tr_customer_id":178756,"tr_customer_product_id":178746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21257513707693","imei1":"21257513707693","imei2":"21257513707693","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178739,"job_number":"JOB_178739","tr_customer_id":178757,"tr_customer_product_id":178747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62017311249495","imei1":"62017311249495","imei2":"62017311249495","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178740,"job_number":"JOB_178740","tr_customer_id":178758,"tr_customer_product_id":178748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78162092394913","imei1":"78162092394913","imei2":"78162092394913","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178741,"job_number":"JOB_178741","tr_customer_id":178759,"tr_customer_product_id":178749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"58106167787568","imei1":"58106167787568","imei2":"58106167787568","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178742,"job_number":"JOB_178742","tr_customer_id":178760,"tr_customer_product_id":178750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64828990299996","imei1":"64828990299996","imei2":"64828990299996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178743,"job_number":"JOB_178743","tr_customer_id":178761,"tr_customer_product_id":178751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57895214111608","imei1":"57895214111608","imei2":"57895214111608","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178745,"job_number":"JOB_178745","tr_customer_id":178763,"tr_customer_product_id":178753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61818063366763","imei1":"61818063366763","imei2":"61818063366763","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178746,"job_number":"JOB_178746","tr_customer_id":178764,"tr_customer_product_id":178754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13574372875249","imei1":"13574372875249","imei2":"13574372875249","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178747,"job_number":"JOB_178747","tr_customer_id":178765,"tr_customer_product_id":178755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28633608120676","imei1":"28633608120676","imei2":"28633608120676","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178748,"job_number":"JOB_178748","tr_customer_id":178766,"tr_customer_product_id":178756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97488882844153","imei1":"97488882844153","imei2":"97488882844153","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178749,"job_number":"JOB_178749","tr_customer_id":178767,"tr_customer_product_id":178757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60914604529396","imei1":"60914604529396","imei2":"60914604529396","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178750,"job_number":"JOB_178750","tr_customer_id":178768,"tr_customer_product_id":178758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70351658034635","imei1":"70351658034635","imei2":"70351658034635","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178762,"job_number":"JOB_178762","tr_customer_id":178780,"tr_customer_product_id":178770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:31.000Z","modified_at":"2026-02-06T05:13:31.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-27","serial_number":"76579254897150","imei1":"76579254897150","imei2":"76579254897150","popurl":"2026-01-27T05:13:30.782368454Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178763,"job_number":"JOB_178763","tr_customer_id":178781,"tr_customer_product_id":178771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:39.000Z","modified_at":"2026-02-06T05:13:39.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-27","serial_number":"28715098310814","imei1":"28715098310814","imei2":"28715098310814","popurl":"2026-01-27T05:13:38.620003950Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178765,"job_number":"JOB_178765","tr_customer_id":178783,"tr_customer_product_id":178773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:17:52.000Z","modified_at":"2026-02-06T05:17:52.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101133688345349","imei1":"101133688345349","imei2":"101133688345349","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178767,"job_number":"JOB_178767","tr_customer_id":178785,"tr_customer_product_id":178775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:06.000Z","modified_at":"2026-02-06T05:18:06.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"108418687296613","imei1":"108418687296613","imei2":"108418687296613","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178774,"job_number":"JOB_178774","tr_customer_id":178792,"tr_customer_product_id":178782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:22.000Z","modified_at":"2026-02-06T05:34:22.000Z","name":"Monica Carroll","mobile_number":"766-936-1003","email_id":"Eveline_Mraz@yahoo.com","dop":"2025-04-06","serial_number":"18207855446145750","imei1":"18207855446145750","imei2":"18207855446145750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178776,"job_number":"JOB_178776","tr_customer_id":178794,"tr_customer_product_id":178784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:36.000Z","modified_at":"2026-02-06T05:34:36.000Z","name":"Koby Schimmel","mobile_number":"981-735-9508","email_id":"Angeline77@yahoo.com","dop":"2025-04-06","serial_number":"12210067824541870","imei1":"12210067824541870","imei2":"12210067824541870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:34:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178787,"job_number":"JOB_178787","tr_customer_id":178805,"tr_customer_product_id":178795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:50.000Z","modified_at":"2026-02-06T06:37:50.000Z","name":"Louvenia Johnson","mobile_number":"667-257-5528","email_id":"Leopold_Zieme@gmail.com","dop":"2026-01-23","serial_number":"16756615019716","imei1":"16756615019716","imei2":"16756615019716","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178797,"job_number":"JOB_178797","tr_customer_id":178815,"tr_customer_product_id":178805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:00.000Z","modified_at":"2026-02-06T06:40:00.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"103136425255783","imei1":"103136425255783","imei2":"103136425255783","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178800,"job_number":"JOB_178800","tr_customer_id":178818,"tr_customer_product_id":178808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:04.000Z","modified_at":"2026-02-06T06:40:04.000Z","name":"Mia Conroy","mobile_number":"898-670-0881","email_id":"Terrill.Rippin37@hotmail.com","dop":"2026-01-23","serial_number":"173741310402395","imei1":"173741310402395","imei2":"173741310402395","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178802,"job_number":"JOB_178802","tr_customer_id":178820,"tr_customer_product_id":178810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:52.000Z","modified_at":"2026-02-06T06:40:52.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"106137791336693","imei1":"106137791336693","imei2":"106137791336693","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178806,"job_number":"JOB_178806","tr_customer_id":178824,"tr_customer_product_id":178814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:48.000Z","modified_at":"2026-02-06T06:41:48.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"109105377580437","imei1":"109105377580437","imei2":"109105377580437","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178809,"job_number":"JOB_178809","tr_customer_id":178827,"tr_customer_product_id":178817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:00.000Z","modified_at":"2026-02-06T06:42:00.000Z","name":"Fletcher Grady","mobile_number":"612-602-8336","email_id":"Mervin.Towne@gmail.com","dop":"2025-04-06","serial_number":"19410223496156264","imei1":"19410223496156264","imei2":"19410223496156264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178810,"job_number":"JOB_178810","tr_customer_id":178828,"tr_customer_product_id":178818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:08.000Z","modified_at":"2026-02-06T06:42:08.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10523661500972","imei1":"10523661500972","imei2":"10523661500972","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178812,"job_number":"JOB_178812","tr_customer_id":178830,"tr_customer_product_id":178820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:09.000Z","modified_at":"2026-02-06T06:42:10.000Z","name":"Tre Lindgren","mobile_number":"676-872-4769","email_id":"Kenya.Hodkiewicz@yahoo.com","dop":"2025-06-18","serial_number":"1099169861774685","imei1":"1099169861774685","imei2":"1099169861774685","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178813,"job_number":"JOB_178813","tr_customer_id":178831,"tr_customer_product_id":178821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:32.000Z","modified_at":"2026-02-06T06:42:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14739058439828","imei1":"14739058439828","imei2":"14739058439828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178815,"job_number":"JOB_178815","tr_customer_id":178833,"tr_customer_product_id":178823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:34.000Z","modified_at":"2026-02-06T06:42:34.000Z","name":"Nicklaus Kuhn","mobile_number":"603-234-3536","email_id":"Beverly.Donnelly7@hotmail.com","dop":"2025-04-06","serial_number":"13570138412744692","imei1":"13570138412744692","imei2":"13570138412744692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178816,"job_number":"JOB_178816","tr_customer_id":178834,"tr_customer_product_id":178824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:58.000Z","modified_at":"2026-02-06T06:42:58.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10891095280807","imei1":"10891095280807","imei2":"10891095280807","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178818,"job_number":"JOB_178818","tr_customer_id":178836,"tr_customer_product_id":178826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:59.000Z","modified_at":"2026-02-06T06:42:59.000Z","name":"Jessyca Reichel","mobile_number":"929-223-8313","email_id":"Felicita74@yahoo.com","dop":"2025-06-18","serial_number":"1043643024568567","imei1":"1043643024568567","imei2":"1043643024568567","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178819,"job_number":"JOB_178819","tr_customer_id":178837,"tr_customer_product_id":178827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:10.000Z","modified_at":"2026-02-06T06:43:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11010240020635","imei1":"11010240020635","imei2":"11010240020635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178821,"job_number":"JOB_178821","tr_customer_id":178839,"tr_customer_product_id":178829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:12.000Z","modified_at":"2026-02-06T06:43:12.000Z","name":"Janie Haley","mobile_number":"653-765-0477","email_id":"Bonnie.Wolf50@gmail.com","dop":"2025-04-06","serial_number":"15654767243344996","imei1":"15654767243344996","imei2":"15654767243344996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178822,"job_number":"JOB_178822","tr_customer_id":178840,"tr_customer_product_id":178830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:16.000Z","modified_at":"2026-02-06T06:43:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14842034057241","imei1":"14842034057241","imei2":"14842034057241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178824,"job_number":"JOB_178824","tr_customer_id":178842,"tr_customer_product_id":178832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:17.000Z","modified_at":"2026-02-06T06:43:17.000Z","name":"Kailee Kohler","mobile_number":"397-332-8652","email_id":"Frederick_Zemlak@gmail.com","dop":"2025-04-06","serial_number":"16985789478389866","imei1":"16985789478389866","imei2":"16985789478389866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178825,"job_number":"JOB_178825","tr_customer_id":178843,"tr_customer_product_id":178833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:57.000Z","modified_at":"2026-02-06T06:43:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11480178311106","imei1":"11480178311106","imei2":"11480178311106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178827,"job_number":"JOB_178827","tr_customer_id":178845,"tr_customer_product_id":178835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:43:59.000Z","name":"Britney Krajcik","mobile_number":"718-209-2586","email_id":"Jany.Metz@gmail.com","dop":"2025-04-06","serial_number":"17862049717599084","imei1":"17862049717599084","imei2":"17862049717599084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178828,"job_number":"JOB_178828","tr_customer_id":178846,"tr_customer_product_id":178836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:43:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18633993096880","imei1":"18633993096880","imei2":"18633993096880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178830,"job_number":"JOB_178830","tr_customer_id":178848,"tr_customer_product_id":178838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:01.000Z","modified_at":"2026-02-06T06:44:01.000Z","name":"Kim Skiles","mobile_number":"494-485-8061","email_id":"Destin.Parker@hotmail.com","dop":"2025-04-06","serial_number":"19123711265213200","imei1":"19123711265213200","imei2":"19123711265213200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178831,"job_number":"JOB_178831","tr_customer_id":178849,"tr_customer_product_id":178839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:07.000Z","modified_at":"2026-02-06T06:44:07.000Z","name":"Efren Gibson","mobile_number":"863-556-6261","email_id":"Ana36@gmail.com","dop":"2025-10-05","serial_number":"15175717885159","imei1":"15175717885159","imei2":"15175717885159","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178832,"job_number":"JOB_178832","tr_customer_id":178850,"tr_customer_product_id":178840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:44.000Z","modified_at":"2026-02-06T06:44:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10978613935534","imei1":"10978613935534","imei2":"10978613935534","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178834,"job_number":"JOB_178834","tr_customer_id":178852,"tr_customer_product_id":178842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:45.000Z","modified_at":"2026-02-06T06:44:45.000Z","name":"Dave Davis","mobile_number":"214-848-6625","email_id":"Santa_Kuhlman95@hotmail.com","dop":"2025-04-06","serial_number":"14350976447124766","imei1":"14350976447124766","imei2":"14350976447124766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178836,"job_number":"JOB_178836","tr_customer_id":178854,"tr_customer_product_id":178844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:45:56.000Z","modified_at":"2026-02-06T06:45:56.000Z","name":"Mckenna Harvey","mobile_number":"361-712-1426","email_id":"Chadrick.Romaguera67@gmail.com","dop":"2026-01-23","serial_number":"158542847062259","imei1":"158542847062259","imei2":"158542847062259","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178837,"job_number":"JOB_178837","tr_customer_id":178855,"tr_customer_product_id":178845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:03.000Z","modified_at":"2026-02-06T06:46:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16919980653154","imei1":"16919980653154","imei2":"16919980653154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178839,"job_number":"JOB_178839","tr_customer_id":178857,"tr_customer_product_id":178847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:04.000Z","modified_at":"2026-02-06T06:46:04.000Z","name":"Michele Ernser","mobile_number":"557-455-3590","email_id":"Idella.Johnston@gmail.com","dop":"2025-04-06","serial_number":"11405727434515498","imei1":"11405727434515498","imei2":"11405727434515498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178840,"job_number":"JOB_178840","tr_customer_id":178858,"tr_customer_product_id":178848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:54.000Z","modified_at":"2026-02-06T06:46:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13626324084681","imei1":"13626324084681","imei2":"13626324084681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178842,"job_number":"JOB_178842","tr_customer_id":178860,"tr_customer_product_id":178850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:56.000Z","modified_at":"2026-02-06T06:46:56.000Z","name":"Zoie Dietrich","mobile_number":"575-566-4523","email_id":"Jovan19@hotmail.com","dop":"2025-04-06","serial_number":"14231968804747680","imei1":"14231968804747680","imei2":"14231968804747680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178844,"job_number":"JOB_178844","tr_customer_id":178862,"tr_customer_product_id":178852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:17.000Z","modified_at":"2026-02-06T06:47:17.000Z","name":"Horacio Mosciski","mobile_number":"605-700-1039","email_id":"Bella_Streich7@yahoo.com","dop":"2026-01-23","serial_number":"142922729188726","imei1":"142922729188726","imei2":"142922729188726","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178845,"job_number":"JOB_178845","tr_customer_id":178863,"tr_customer_product_id":178853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:45.000Z","modified_at":"2026-02-06T06:47:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13509145658953","imei1":"13509145658953","imei2":"13509145658953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178847,"job_number":"JOB_178847","tr_customer_id":178865,"tr_customer_product_id":178855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:47.000Z","modified_at":"2026-02-06T06:47:47.000Z","name":"Kamille Dickens","mobile_number":"611-771-4962","email_id":"Tianna.Moen@hotmail.com","dop":"2025-04-06","serial_number":"18853750550819556","imei1":"18853750550819556","imei2":"18853750550819556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178848,"job_number":"JOB_178848","tr_customer_id":178866,"tr_customer_product_id":178856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:28.000Z","modified_at":"2026-02-06T06:48:28.000Z","name":"Josiane Williamson","mobile_number":"425-581-2041","email_id":"Gail_Hayes73@gmail.com","dop":"2025-10-05","serial_number":"15861617411245","imei1":"15861617411245","imei2":"15861617411245","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178852,"job_number":"JOB_178852","tr_customer_id":178870,"tr_customer_product_id":178860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:42.000Z","modified_at":"2026-02-06T06:48:42.000Z","name":"Ryleigh Legros","mobile_number":"472-964-1847","email_id":"Peyton72@hotmail.com","dop":"2026-01-23","serial_number":"136286241355847","imei1":"136286241355847","imei2":"136286241355847","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178857,"job_number":"JOB_178857","tr_customer_id":178875,"tr_customer_product_id":178865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:38.000Z","modified_at":"2026-02-06T06:49:38.000Z","name":"Henry Reinger","mobile_number":"402-580-1840","email_id":"Freddy.Wunsch@gmail.com","dop":"2025-10-05","serial_number":"10113283058728","imei1":"10113283058728","imei2":"10113283058728","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178858,"job_number":"JOB_178858","tr_customer_id":178876,"tr_customer_product_id":178866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:46.000Z","modified_at":"2026-02-06T06:49:46.000Z","name":"Orville Langworth","mobile_number":"978-897-9328","email_id":"Noelia.Muller@gmail.com","dop":"2025-10-05","serial_number":"10736414106113","imei1":"10736414106113","imei2":"10736414106113","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178859,"job_number":"JOB_178859","tr_customer_id":178877,"tr_customer_product_id":178867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:00.000Z","modified_at":"2026-02-06T06:50:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18067726902241","imei1":"18067726902241","imei2":"18067726902241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178861,"job_number":"JOB_178861","tr_customer_id":178879,"tr_customer_product_id":178869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:02.000Z","modified_at":"2026-02-06T06:50:02.000Z","name":"Jennifer Schinner","mobile_number":"696-900-6880","email_id":"Travon.Herzog@hotmail.com","dop":"2025-04-06","serial_number":"18281248259133980","imei1":"18281248259133980","imei2":"18281248259133980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178862,"job_number":"JOB_178862","tr_customer_id":178880,"tr_customer_product_id":178870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:47.000Z","modified_at":"2026-02-06T06:50:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12074028403957","imei1":"12074028403957","imei2":"12074028403957","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178864,"job_number":"JOB_178864","tr_customer_id":178882,"tr_customer_product_id":178872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:49.000Z","modified_at":"2026-02-06T06:50:49.000Z","name":"Luisa Hoeger","mobile_number":"727-960-4650","email_id":"Nikki6@yahoo.com","dop":"2025-04-06","serial_number":"15421387150380556","imei1":"15421387150380556","imei2":"15421387150380556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178865,"job_number":"JOB_178865","tr_customer_id":178883,"tr_customer_product_id":178873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:33.000Z","modified_at":"2026-02-06T06:51:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19519103885961","imei1":"19519103885961","imei2":"19519103885961","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178867,"job_number":"JOB_178867","tr_customer_id":178885,"tr_customer_product_id":178875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:35.000Z","modified_at":"2026-02-06T06:51:35.000Z","name":"Chyna Connelly","mobile_number":"585-398-2706","email_id":"Myriam_Swaniawski@gmail.com","dop":"2025-04-06","serial_number":"17490032086050580","imei1":"17490032086050580","imei2":"17490032086050580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178868,"job_number":"JOB_178868","tr_customer_id":178886,"tr_customer_product_id":178876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:10.000Z","modified_at":"2026-02-06T06:53:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14286908152760","imei1":"14286908152760","imei2":"14286908152760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178870,"job_number":"JOB_178870","tr_customer_id":178888,"tr_customer_product_id":178878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:11.000Z","modified_at":"2026-02-06T06:53:11.000Z","name":"Estelle Kreiger","mobile_number":"275-989-0294","email_id":"Cayla.Raynor19@yahoo.com","dop":"2025-04-06","serial_number":"12334707280277968","imei1":"12334707280277968","imei2":"12334707280277968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178871,"job_number":"JOB_178871","tr_customer_id":178889,"tr_customer_product_id":178879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:56.000Z","modified_at":"2026-02-06T06:53:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18054689691058","imei1":"18054689691058","imei2":"18054689691058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178873,"job_number":"JOB_178873","tr_customer_id":178891,"tr_customer_product_id":178881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:58.000Z","modified_at":"2026-02-06T06:53:58.000Z","name":"Joseph Hansen","mobile_number":"403-771-4986","email_id":"Nico.Kulas@gmail.com","dop":"2025-04-06","serial_number":"17463485163367480","imei1":"17463485163367480","imei2":"17463485163367480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178875,"job_number":"JOB_178875","tr_customer_id":178893,"tr_customer_product_id":178883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:03.000Z","modified_at":"2026-02-06T06:54:03.000Z","name":"Robin Rice","mobile_number":"630-299-8431","email_id":"Donna85@hotmail.com","dop":"2025-04-06","serial_number":"16650476521663000","imei1":"16650476521663000","imei2":"16650476521663000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178876,"job_number":"JOB_178876","tr_customer_id":178894,"tr_customer_product_id":178884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:42.000Z","modified_at":"2026-02-06T06:54:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13448206559711","imei1":"13448206559711","imei2":"13448206559711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178878,"job_number":"JOB_178878","tr_customer_id":178896,"tr_customer_product_id":178886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:43.000Z","modified_at":"2026-02-06T06:54:43.000Z","name":"Zachery Bogan","mobile_number":"268-994-7786","email_id":"Grayson.Reilly@hotmail.com","dop":"2025-04-06","serial_number":"15982476206766984","imei1":"15982476206766984","imei2":"15982476206766984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178879,"job_number":"JOB_178879","tr_customer_id":178897,"tr_customer_product_id":178887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:44.000Z","modified_at":"2026-02-06T06:54:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18523819994098","imei1":"18523819994098","imei2":"18523819994098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178881,"job_number":"JOB_178881","tr_customer_id":178899,"tr_customer_product_id":178889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:46.000Z","modified_at":"2026-02-06T06:54:46.000Z","name":"Richmond Maggio","mobile_number":"963-782-0150","email_id":"Leta_Kuhic99@hotmail.com","dop":"2025-04-06","serial_number":"19287958873678210","imei1":"19287958873678210","imei2":"19287958873678210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178882,"job_number":"JOB_178882","tr_customer_id":178900,"tr_customer_product_id":178890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:52.000Z","modified_at":"2026-02-06T06:54:52.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"16159422371734","imei1":"16159422371734","imei2":"16159422371734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178884,"job_number":"JOB_178884","tr_customer_id":178902,"tr_customer_product_id":178892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:54.000Z","modified_at":"2026-02-06T06:54:54.000Z","name":"Raquel Bernhard","mobile_number":"285-403-1991","email_id":"Rigoberto.Zieme@yahoo.com","dop":"2025-04-06","serial_number":"14618290375263452","imei1":"14618290375263452","imei2":"14618290375263452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178888,"job_number":"JOB_178888","tr_customer_id":178906,"tr_customer_product_id":178896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:30.000Z","modified_at":"2026-02-06T06:55:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19191882104652","imei1":"19191882104652","imei2":"19191882104652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178890,"job_number":"JOB_178890","tr_customer_id":178908,"tr_customer_product_id":178898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:32.000Z","modified_at":"2026-02-06T06:55:32.000Z","name":"Arjun Tromp","mobile_number":"414-785-8808","email_id":"Kailee82@yahoo.com","dop":"2025-04-06","serial_number":"17661828527272584","imei1":"17661828527272584","imei2":"17661828527272584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178891,"job_number":"JOB_178891","tr_customer_id":178909,"tr_customer_product_id":178899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:40.000Z","modified_at":"2026-02-06T06:55:40.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"14930354768508","imei1":"14930354768508","imei2":"14930354768508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178893,"job_number":"JOB_178893","tr_customer_id":178911,"tr_customer_product_id":178901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:42.000Z","modified_at":"2026-02-06T06:55:42.000Z","name":"Rossie Effertz","mobile_number":"460-658-0979","email_id":"Crystal.Johnston1@hotmail.com","dop":"2025-04-06","serial_number":"14784965860737532","imei1":"14784965860737532","imei2":"14784965860737532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178897,"job_number":"JOB_178897","tr_customer_id":178915,"tr_customer_product_id":178905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:12.000Z","modified_at":"2026-02-06T06:56:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10564614319878","imei1":"10564614319878","imei2":"10564614319878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178899,"job_number":"JOB_178899","tr_customer_id":178917,"tr_customer_product_id":178907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:14.000Z","modified_at":"2026-02-06T06:56:14.000Z","name":"Helene Wisoky","mobile_number":"350-377-4426","email_id":"Dorothea_Wilderman@hotmail.com","dop":"2025-04-06","serial_number":"15152973638932044","imei1":"15152973638932044","imei2":"15152973638932044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178900,"job_number":"JOB_178900","tr_customer_id":178918,"tr_customer_product_id":178908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:15.000Z","modified_at":"2026-02-06T06:56:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11069070762379","imei1":"11069070762379","imei2":"11069070762379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178902,"job_number":"JOB_178902","tr_customer_id":178920,"tr_customer_product_id":178910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:17.000Z","modified_at":"2026-02-06T06:56:17.000Z","name":"Jaden Jacobson","mobile_number":"462-979-3480","email_id":"Hassie51@gmail.com","dop":"2025-04-06","serial_number":"18776311774188620","imei1":"18776311774188620","imei2":"18776311774188620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178903,"job_number":"JOB_178903","tr_customer_id":178921,"tr_customer_product_id":178911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:27.000Z","modified_at":"2026-02-06T06:56:27.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"10660233371962","imei1":"10660233371962","imei2":"10660233371962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178905,"job_number":"JOB_178905","tr_customer_id":178923,"tr_customer_product_id":178913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:29.000Z","modified_at":"2026-02-06T06:56:29.000Z","name":"Luciano Kilback","mobile_number":"640-604-1116","email_id":"Amir66@gmail.com","dop":"2025-04-06","serial_number":"19735698765972016","imei1":"19735698765972016","imei2":"19735698765972016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178909,"job_number":"JOB_178909","tr_customer_id":178927,"tr_customer_product_id":178917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:04.000Z","modified_at":"2026-02-06T06:57:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15369178769588","imei1":"15369178769588","imei2":"15369178769588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178911,"job_number":"JOB_178911","tr_customer_id":178929,"tr_customer_product_id":178919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:06.000Z","modified_at":"2026-02-06T06:57:06.000Z","name":"Nelda Wehner","mobile_number":"334-611-1274","email_id":"Novella.Wisozk@gmail.com","dop":"2025-04-06","serial_number":"17707884621672788","imei1":"17707884621672788","imei2":"17707884621672788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178915,"job_number":"JOB_178915","tr_customer_id":178933,"tr_customer_product_id":178923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:55.000Z","modified_at":"2026-02-06T06:57:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17744560349240","imei1":"17744560349240","imei2":"17744560349240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178917,"job_number":"JOB_178917","tr_customer_id":178935,"tr_customer_product_id":178925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:57.000Z","modified_at":"2026-02-06T06:57:57.000Z","name":"Malvina Thiel","mobile_number":"821-565-1611","email_id":"Frankie.Gibson@hotmail.com","dop":"2025-04-06","serial_number":"10171136895783408","imei1":"10171136895783408","imei2":"10171136895783408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178918,"job_number":"JOB_178918","tr_customer_id":178936,"tr_customer_product_id":178926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:57.000Z","modified_at":"2026-02-06T07:00:57.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"11387056771415","imei1":"11387056771415","imei2":"11387056771415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:00:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178920,"job_number":"JOB_178920","tr_customer_id":178938,"tr_customer_product_id":178928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:59.000Z","modified_at":"2026-02-06T07:00:59.000Z","name":"Abagail Bergstrom","mobile_number":"814-256-2224","email_id":"Kali43@yahoo.com","dop":"2025-04-06","serial_number":"19203794390418292","imei1":"19203794390418292","imei2":"19203794390418292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178921,"job_number":"JOB_178921","tr_customer_id":178939,"tr_customer_product_id":178929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:03.000Z","modified_at":"2026-02-06T07:01:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15226533868404","imei1":"15226533868404","imei2":"15226533868404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178923,"job_number":"JOB_178923","tr_customer_id":178941,"tr_customer_product_id":178931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:05.000Z","modified_at":"2026-02-06T07:01:05.000Z","name":"Gavin Rogahn","mobile_number":"590-239-5819","email_id":"Doris_Casper19@yahoo.com","dop":"2025-04-06","serial_number":"17002356000045296","imei1":"17002356000045296","imei2":"17002356000045296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178924,"job_number":"JOB_178924","tr_customer_id":178942,"tr_customer_product_id":178932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:40.000Z","modified_at":"2026-02-06T07:01:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10727081071044","imei1":"10727081071044","imei2":"10727081071044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178926,"job_number":"JOB_178926","tr_customer_id":178944,"tr_customer_product_id":178934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:42.000Z","modified_at":"2026-02-06T07:01:42.000Z","name":"Brandi Wuckert","mobile_number":"376-534-1423","email_id":"Quincy_Padberg@hotmail.com","dop":"2025-04-06","serial_number":"17095021356356952","imei1":"17095021356356952","imei2":"17095021356356952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178927,"job_number":"JOB_178927","tr_customer_id":178945,"tr_customer_product_id":178935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:50.000Z","modified_at":"2026-02-06T07:01:50.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"13298360656238","imei1":"13298360656238","imei2":"13298360656238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178929,"job_number":"JOB_178929","tr_customer_id":178947,"tr_customer_product_id":178937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:52.000Z","modified_at":"2026-02-06T07:01:52.000Z","name":"Haleigh Kshlerin","mobile_number":"672-651-7362","email_id":"Ara.Bernhard@gmail.com","dop":"2025-04-06","serial_number":"13333742920209500","imei1":"13333742920209500","imei2":"13333742920209500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178932,"job_number":"JOB_178932","tr_customer_id":178950,"tr_customer_product_id":178940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:58.000Z","modified_at":"2026-02-06T07:01:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10597368262404","imei1":"10597368262404","imei2":"10597368262404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178934,"job_number":"JOB_178934","tr_customer_id":178952,"tr_customer_product_id":178942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:59.000Z","modified_at":"2026-02-06T07:01:59.000Z","name":"Ottis Turner","mobile_number":"228-306-7672","email_id":"Kale.Bahringer64@yahoo.com","dop":"2025-04-06","serial_number":"12532733221351342","imei1":"12532733221351342","imei2":"12532733221351342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178935,"job_number":"JOB_178935","tr_customer_id":178953,"tr_customer_product_id":178943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:59.000Z","modified_at":"2026-02-06T07:01:59.000Z","name":"Wanda Heller","mobile_number":"308-818-0907","email_id":"Alan94@yahoo.com","dop":"2025-04-06","serial_number":"12191856865361422","imei1":"12191856865361422","imei2":"12191856865361422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178936,"job_number":"JOB_178936","tr_customer_id":178954,"tr_customer_product_id":178944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:00.000Z","modified_at":"2026-02-06T07:02:00.000Z","name":"Jazmyne Marvin","mobile_number":"373-943-4892","email_id":"Janae_Marks@yahoo.com","dop":"2025-04-06","serial_number":"16813033263020008","imei1":"16813033263020008","imei2":"16813033263020008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178937,"job_number":"JOB_178937","tr_customer_id":178955,"tr_customer_product_id":178945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:35.000Z","modified_at":"2026-02-06T07:02:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13473407524577","imei1":"13473407524577","imei2":"13473407524577","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178939,"job_number":"JOB_178939","tr_customer_id":178957,"tr_customer_product_id":178947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:37.000Z","modified_at":"2026-02-06T07:02:37.000Z","name":"Reyna West","mobile_number":"938-678-4373","email_id":"Lenore_Gutmann5@gmail.com","dop":"2025-04-06","serial_number":"19415787839704800","imei1":"19415787839704800","imei2":"19415787839704800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178940,"job_number":"JOB_178940","tr_customer_id":178958,"tr_customer_product_id":178948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:42.000Z","modified_at":"2026-02-06T07:02:42.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"13972484773853","imei1":"13972484773853","imei2":"13972484773853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178942,"job_number":"JOB_178942","tr_customer_id":178960,"tr_customer_product_id":178950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:44.000Z","modified_at":"2026-02-06T07:02:44.000Z","name":"Beryl Heller","mobile_number":"407-616-1816","email_id":"Eliza.Cummings@hotmail.com","dop":"2025-04-06","serial_number":"10231407315906314","imei1":"10231407315906314","imei2":"10231407315906314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178943,"job_number":"JOB_178943","tr_customer_id":178961,"tr_customer_product_id":178951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:53.000Z","modified_at":"2026-02-06T07:02:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14472343314859","imei1":"14472343314859","imei2":"14472343314859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178945,"job_number":"JOB_178945","tr_customer_id":178963,"tr_customer_product_id":178953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:55.000Z","modified_at":"2026-02-06T07:02:55.000Z","name":"Sydney Boyle","mobile_number":"416-346-7735","email_id":"Shane_Ortiz@gmail.com","dop":"2025-04-06","serial_number":"10497313265800412","imei1":"10497313265800412","imei2":"10497313265800412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178946,"job_number":"JOB_178946","tr_customer_id":178964,"tr_customer_product_id":178954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:30.000Z","modified_at":"2026-02-06T07:03:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17920847589643","imei1":"17920847589643","imei2":"17920847589643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:03:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178948,"job_number":"JOB_178948","tr_customer_id":178966,"tr_customer_product_id":178956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:32.000Z","modified_at":"2026-02-06T07:03:32.000Z","name":"Ernestine Reichel","mobile_number":"638-632-7640","email_id":"Finn_Mertz71@yahoo.com","dop":"2025-04-06","serial_number":"10831254783412986","imei1":"10831254783412986","imei2":"10831254783412986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178949,"job_number":"JOB_178949","tr_customer_id":178967,"tr_customer_product_id":178957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:00.000Z","modified_at":"2026-02-06T07:05:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19161731361074","imei1":"19161731361074","imei2":"19161731361074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178951,"job_number":"JOB_178951","tr_customer_id":178969,"tr_customer_product_id":178959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:02.000Z","modified_at":"2026-02-06T07:05:02.000Z","name":"Sheridan Kuhlman","mobile_number":"517-567-3002","email_id":"Paul92@gmail.com","dop":"2025-04-06","serial_number":"12559036493029272","imei1":"12559036493029272","imei2":"12559036493029272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178953,"job_number":"JOB_178953","tr_customer_id":178971,"tr_customer_product_id":178961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:08.000Z","modified_at":"2026-02-06T07:05:08.000Z","name":"Lenore Huels","mobile_number":"979-610-3678","email_id":"Hilda_Dooley@hotmail.com","dop":"2025-04-06","serial_number":"13287987365847478","imei1":"13287987365847478","imei2":"13287987365847478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178954,"job_number":"JOB_178954","tr_customer_id":178972,"tr_customer_product_id":178962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:50.000Z","modified_at":"2026-02-06T07:05:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12280090651342","imei1":"12280090651342","imei2":"12280090651342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178956,"job_number":"JOB_178956","tr_customer_id":178974,"tr_customer_product_id":178964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:52.000Z","modified_at":"2026-02-06T07:05:52.000Z","name":"Lexus Stracke","mobile_number":"739-938-7423","email_id":"Rickey92@yahoo.com","dop":"2025-04-06","serial_number":"16965267721559632","imei1":"16965267721559632","imei2":"16965267721559632","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178957,"job_number":"JOB_178957","tr_customer_id":178975,"tr_customer_product_id":178965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:39.000Z","modified_at":"2026-02-06T07:06:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13111063974299","imei1":"13111063974299","imei2":"13111063974299","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:06:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178959,"job_number":"JOB_178959","tr_customer_id":178977,"tr_customer_product_id":178967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:41.000Z","modified_at":"2026-02-06T07:06:41.000Z","name":"Damaris Stanton","mobile_number":"323-562-3356","email_id":"Krista51@gmail.com","dop":"2025-04-06","serial_number":"15111146123586504","imei1":"15111146123586504","imei2":"15111146123586504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:06:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178960,"job_number":"JOB_178960","tr_customer_id":178978,"tr_customer_product_id":178968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:08:20.000Z","modified_at":"2026-02-06T07:08:20.000Z","name":"Korey Grady","mobile_number":"314-457-1864","email_id":"Skye9@yahoo.com","dop":"2025-10-05","serial_number":"11374674959945","imei1":"11374674959945","imei2":"11374674959945","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:08:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178962,"job_number":"JOB_178962","tr_customer_id":178980,"tr_customer_product_id":178970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:09:29.000Z","modified_at":"2026-02-06T07:09:29.000Z","name":"Kristina Torphy","mobile_number":"729-384-5590","email_id":"Tony.Trantow78@hotmail.com","dop":"2026-01-23","serial_number":"179098963070969","imei1":"179098963070969","imei2":"179098963070969","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:09:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178963,"job_number":"JOB_178963","tr_customer_id":178981,"tr_customer_product_id":178971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:10:34.000Z","modified_at":"2026-02-06T07:10:34.000Z","name":"Santos Hudson","mobile_number":"625-850-3704","email_id":"Kasey_Tromp@yahoo.com","dop":"2025-10-05","serial_number":"12400963817831","imei1":"12400963817831","imei2":"12400963817831","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:10:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178965,"job_number":"JOB_178965","tr_customer_id":178983,"tr_customer_product_id":178973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:11:53.000Z","modified_at":"2026-02-06T07:11:53.000Z","name":"Johnny Bernhard","mobile_number":"617-986-9167","email_id":"Nikita_Konopelski@hotmail.com","dop":"2026-01-23","serial_number":"145898016024278","imei1":"145898016024278","imei2":"145898016024278","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:11:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178966,"job_number":"JOB_178966","tr_customer_id":178984,"tr_customer_product_id":178974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:13:02.000Z","modified_at":"2026-02-06T07:13:02.000Z","name":"Cordie Parker","mobile_number":"635-662-9169","email_id":"Meda.Lemke@gmail.com","dop":"2025-10-05","serial_number":"10611424797522","imei1":"10611424797522","imei2":"10611424797522","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178967,"job_number":"JOB_178967","tr_customer_id":178985,"tr_customer_product_id":178975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:14:37.000Z","modified_at":"2026-02-06T07:14:37.000Z","name":"Adaline Swift","mobile_number":"706-935-3580","email_id":"Lindsay_Donnelly52@hotmail.com","dop":"2025-10-05","serial_number":"16362624073445","imei1":"16362624073445","imei2":"16362624073445","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178969,"job_number":"JOB_178969","tr_customer_id":178987,"tr_customer_product_id":178977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:16:44.000Z","modified_at":"2026-02-06T07:16:44.000Z","name":"Rupert Von","mobile_number":"800-589-3942","email_id":"Rolando.Purdy43@gmail.com","dop":"2026-01-23","serial_number":"148048538066534","imei1":"148048538066534","imei2":"148048538066534","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178971,"job_number":"JOB_178971","tr_customer_id":178989,"tr_customer_product_id":178979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:18:42.000Z","modified_at":"2026-02-06T07:18:42.000Z","name":"Laisha Hintz","mobile_number":"888-334-5099","email_id":"Chelsey.Towne@yahoo.com","dop":"2026-01-23","serial_number":"161694320118049","imei1":"161694320118049","imei2":"161694320118049","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178973,"job_number":"JOB_178973","tr_customer_id":178991,"tr_customer_product_id":178981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:21:20.000Z","modified_at":"2026-02-06T07:21:20.000Z","name":"Noel Schinner","mobile_number":"985-989-3078","email_id":"Ramona_Braun@hotmail.com","dop":"2026-01-23","serial_number":"106646817468016","imei1":"106646817468016","imei2":"106646817468016","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178975,"job_number":"JOB_178975","tr_customer_id":178993,"tr_customer_product_id":178983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:23:08.000Z","modified_at":"2026-02-06T07:23:08.000Z","name":"Elena Marquardt","mobile_number":"391-993-1646","email_id":"Billy_Smitham4@hotmail.com","dop":"2026-01-23","serial_number":"177926401748957","imei1":"177926401748957","imei2":"177926401748957","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:23:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178977,"job_number":"JOB_178977","tr_customer_id":178995,"tr_customer_product_id":178985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:25:56.000Z","modified_at":"2026-02-06T07:25:56.000Z","name":"Renee Howell","mobile_number":"442-355-9061","email_id":"Brennon_Botsford@gmail.com","dop":"2026-01-23","serial_number":"164221145700357","imei1":"164221145700357","imei2":"164221145700357","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:25:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178979,"job_number":"JOB_178979","tr_customer_id":178997,"tr_customer_product_id":178987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:27:41.000Z","modified_at":"2026-02-06T07:27:41.000Z","name":"Sigurd Dare","mobile_number":"790-742-9724","email_id":"Fernando_Koss66@yahoo.com","dop":"2026-01-23","serial_number":"149499220623249","imei1":"149499220623249","imei2":"149499220623249","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178980,"job_number":"JOB_178980","tr_customer_id":178998,"tr_customer_product_id":178988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:00.000Z","modified_at":"2026-02-06T07:36:00.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"19672350639800","imei1":"19672350639800","imei2":"19672350639800","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178982,"job_number":"JOB_178982","tr_customer_id":179000,"tr_customer_product_id":178990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:16.000Z","modified_at":"2026-02-06T07:36:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11327948887313","imei1":"11327948887313","imei2":"11327948887313","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178984,"job_number":"JOB_178984","tr_customer_id":179002,"tr_customer_product_id":178992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:32.000Z","modified_at":"2026-02-06T07:36:32.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"15635988251009","imei1":"15635988251009","imei2":"15635988251009","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178987,"job_number":"JOB_178987","tr_customer_id":179005,"tr_customer_product_id":178995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:38:50.000Z","modified_at":"2026-02-06T07:38:50.000Z","name":"Karen Goyette","mobile_number":"940-354-6647","email_id":"Lesly71@hotmail.com","dop":"2026-01-23","serial_number":"108906154841381","imei1":"108906154841381","imei2":"108906154841381","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178989,"job_number":"JOB_178989","tr_customer_id":179007,"tr_customer_product_id":178997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:42:30.000Z","modified_at":"2026-02-06T07:42:30.000Z","name":"Idella Franecki","mobile_number":"794-297-8345","email_id":"Zita_Schmitt@gmail.com","dop":"2026-01-23","serial_number":"159483003649495","imei1":"159483003649495","imei2":"159483003649495","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178997,"job_number":"JOB_178997","tr_customer_id":179015,"tr_customer_product_id":179005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:00:26.000Z","modified_at":"2026-02-06T08:00:26.000Z","name":"Breana Toy","mobile_number":"637-583-1445","email_id":"Chandler60@hotmail.com","dop":"2025-04-06","serial_number":"15270552428759740","imei1":"15270552428759740","imei2":"15270552428759740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179000,"job_number":"JOB_179000","tr_customer_id":179018,"tr_customer_product_id":179008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:01:01.000Z","modified_at":"2026-02-06T08:01:01.000Z","name":"Bettie Torphy","mobile_number":"413-789-7450","email_id":"Graciela27@yahoo.com","dop":"2025-04-06","serial_number":"16612333465149398","imei1":"16612333465149398","imei2":"16612333465149398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179003,"job_number":"JOB_179003","tr_customer_id":179021,"tr_customer_product_id":179011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:17:38.000Z","modified_at":"2026-02-06T08:17:38.000Z","name":"Sabina Konopelski","mobile_number":"434-234-8064","email_id":"Adam_Jacobs15@gmail.com","dop":"2026-01-23","serial_number":"165787897747452","imei1":"165787897747452","imei2":"165787897747452","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:17:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179005,"job_number":"JOB_179005","tr_customer_id":179023,"tr_customer_product_id":179013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:27:34.000Z","modified_at":"2026-02-06T08:27:34.000Z","name":"Sarina Hane","mobile_number":"270-497-9315","email_id":"Nikita60@yahoo.com","dop":"2026-01-23","serial_number":"126232573597903","imei1":"126232573597903","imei2":"126232573597903","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179007,"job_number":"JOB_179007","tr_customer_id":179025,"tr_customer_product_id":179015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:29:27.000Z","modified_at":"2026-02-06T08:29:27.000Z","name":"Karen Lehner","mobile_number":"667-360-8329","email_id":"Tianna_Nienow@hotmail.com","dop":"2026-01-23","serial_number":"132548907160968","imei1":"132548907160968","imei2":"132548907160968","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:29:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179009,"job_number":"JOB_179009","tr_customer_id":179027,"tr_customer_product_id":179017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:38:50.000Z","modified_at":"2026-02-06T08:38:50.000Z","name":"June Hudson","mobile_number":"322-271-5939","email_id":"Sharon_Marquardt@hotmail.com","dop":"2026-01-23","serial_number":"107805104420521","imei1":"107805104420521","imei2":"107805104420521","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179011,"job_number":"JOB_179011","tr_customer_id":179029,"tr_customer_product_id":179019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:42:46.000Z","modified_at":"2026-02-06T08:42:46.000Z","name":"Rodolfo Mann","mobile_number":"477-878-7172","email_id":"Nicolas36@hotmail.com","dop":"2026-01-23","serial_number":"109355658214757","imei1":"109355658214757","imei2":"109355658214757","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179013,"job_number":"JOB_179013","tr_customer_id":179031,"tr_customer_product_id":179021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:48:28.000Z","modified_at":"2026-02-06T08:48:28.000Z","name":"Brendan Armstrong","mobile_number":"392-990-6055","email_id":"Toby.Emmerich33@gmail.com","dop":"2026-01-23","serial_number":"161442832019335","imei1":"161442832019335","imei2":"161442832019335","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179014,"job_number":"JOB_179014","tr_customer_id":179032,"tr_customer_product_id":179022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:56:43.000Z","modified_at":"2026-02-06T08:56:43.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"14899088899813","imei1":"14899088899813","imei2":"14899088899813","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179016,"job_number":"JOB_179016","tr_customer_id":179034,"tr_customer_product_id":179024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:56:44.000Z","modified_at":"2026-02-06T08:56:44.000Z","name":"Wilber Spinka","mobile_number":"500-826-6601","email_id":"Abbigail.Feeney70@yahoo.com","dop":"2026-01-23","serial_number":"112513590014790","imei1":"112513590014790","imei2":"112513590014790","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179017,"job_number":"JOB_179017","tr_customer_id":179035,"tr_customer_product_id":179025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:57:13.000Z","modified_at":"2026-02-06T08:57:13.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"11770514651143","imei1":"11770514651143","imei2":"11770514651143","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:57:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179019,"job_number":"JOB_179019","tr_customer_id":179037,"tr_customer_product_id":179027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:57:14.000Z","modified_at":"2026-02-06T08:57:14.000Z","name":"Toy Stiedemann","mobile_number":"647-653-0993","email_id":"Delpha.Simonis@yahoo.com","dop":"2026-01-23","serial_number":"139397890991846","imei1":"139397890991846","imei2":"139397890991846","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:57:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179020,"job_number":"JOB_179020","tr_customer_id":179038,"tr_customer_product_id":179028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:57:43.000Z","modified_at":"2026-02-06T08:57:43.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"15168769446112","imei1":"15168769446112","imei2":"15168769446112","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179022,"job_number":"JOB_179022","tr_customer_id":179040,"tr_customer_product_id":179030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:57:44.000Z","modified_at":"2026-02-06T08:57:44.000Z","name":"Brandyn Gleason","mobile_number":"468-969-3514","email_id":"Jamarcus67@yahoo.com","dop":"2026-01-23","serial_number":"170645180138502","imei1":"170645180138502","imei2":"170645180138502","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T08:57:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179023,"job_number":"JOB_179023","tr_customer_id":179041,"tr_customer_product_id":179031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:06:49.000Z","modified_at":"2026-02-06T09:06:49.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"14231032703174","imei1":"14231032703174","imei2":"14231032703174","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:06:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179024,"job_number":"JOB_179024","tr_customer_id":179042,"tr_customer_product_id":179032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:06:49.000Z","modified_at":"2026-02-06T09:06:49.000Z","name":"Tyrel Yost","mobile_number":"770-442-0079","email_id":"Jaqueline.Heidenreich23@yahoo.com","dop":"2026-01-23","serial_number":"17627739768910","imei1":"17627739768910","imei2":"17627739768910","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:06:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179025,"job_number":"JOB_179025","tr_customer_id":179043,"tr_customer_product_id":179033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:06:52.000Z","modified_at":"2026-02-06T09:06:52.000Z","name":"Maynard Klein","mobile_number":"235-441-3240","email_id":"Jarrell58@gmail.com","dop":"2026-01-23","serial_number":"147902880508271","imei1":"147902880508271","imei2":"147902880508271","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:06:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179026,"job_number":"JOB_179026","tr_customer_id":179044,"tr_customer_product_id":179034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:09:01.000Z","modified_at":"2026-02-06T09:09:01.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"18260244256800","imei1":"18260244256800","imei2":"18260244256800","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:09:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179028,"job_number":"JOB_179028","tr_customer_id":179046,"tr_customer_product_id":179036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:09:03.000Z","modified_at":"2026-02-06T09:09:03.000Z","name":"Henry Becker","mobile_number":"589-717-3719","email_id":"Sandra_Gerhold24@yahoo.com","dop":"2026-01-23","serial_number":"148197029266340","imei1":"148197029266340","imei2":"148197029266340","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:09:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179029,"job_number":"JOB_179029","tr_customer_id":179047,"tr_customer_product_id":179037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:09:59.000Z","modified_at":"2026-02-06T09:09:59.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"18530943787910","imei1":"18530943787910","imei2":"18530943787910","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:09:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179031,"job_number":"JOB_179031","tr_customer_id":179049,"tr_customer_product_id":179039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:10:01.000Z","modified_at":"2026-02-06T09:10:01.000Z","name":"Jessie Hodkiewicz","mobile_number":"742-480-4644","email_id":"Douglas6@hotmail.com","dop":"2026-01-23","serial_number":"162482655576487","imei1":"162482655576487","imei2":"162482655576487","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:10:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179032,"job_number":"JOB_179032","tr_customer_id":179050,"tr_customer_product_id":179040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:10:56.000Z","modified_at":"2026-02-06T09:10:56.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"13967357117816","imei1":"13967357117816","imei2":"13967357117816","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:10:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179034,"job_number":"JOB_179034","tr_customer_id":179052,"tr_customer_product_id":179042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:10:58.000Z","modified_at":"2026-02-06T09:10:58.000Z","name":"Dandre Gleason","mobile_number":"217-382-9451","email_id":"Violette.Murphy33@hotmail.com","dop":"2026-01-23","serial_number":"151397971438995","imei1":"151397971438995","imei2":"151397971438995","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:10:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179035,"job_number":"JOB_179035","tr_customer_id":179053,"tr_customer_product_id":179043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:28:48.000Z","modified_at":"2026-02-06T09:28:48.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"13838347707303","imei1":"13838347707303","imei2":"13838347707303","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:28:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179037,"job_number":"JOB_179037","tr_customer_id":179055,"tr_customer_product_id":179045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:28:51.000Z","modified_at":"2026-02-06T09:28:51.000Z","name":"Verdie Jacobson","mobile_number":"479-554-9755","email_id":"Alayna97@yahoo.com","dop":"2026-01-23","serial_number":"107692849869424","imei1":"107692849869424","imei2":"107692849869424","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:28:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179038,"job_number":"JOB_179038","tr_customer_id":179056,"tr_customer_product_id":179046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:29:48.000Z","modified_at":"2026-02-06T09:29:48.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"12739244747942","imei1":"12739244747942","imei2":"12739244747942","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:29:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179040,"job_number":"JOB_179040","tr_customer_id":179058,"tr_customer_product_id":179048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:29:50.000Z","modified_at":"2026-02-06T09:29:50.000Z","name":"Lavern Hodkiewicz","mobile_number":"597-925-5792","email_id":"Erika.Stracke@gmail.com","dop":"2026-01-23","serial_number":"190330997008776","imei1":"190330997008776","imei2":"190330997008776","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:29:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179041,"job_number":"JOB_179041","tr_customer_id":179059,"tr_customer_product_id":179049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:30:47.000Z","modified_at":"2026-02-06T09:30:47.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"11718499752117","imei1":"11718499752117","imei2":"11718499752117","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:30:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179043,"job_number":"JOB_179043","tr_customer_id":179061,"tr_customer_product_id":179051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:30:49.000Z","modified_at":"2026-02-06T09:30:49.000Z","name":"Curt Harvey","mobile_number":"774-931-5669","email_id":"Scot82@hotmail.com","dop":"2026-01-23","serial_number":"107835279972787","imei1":"107835279972787","imei2":"107835279972787","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:30:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179044,"job_number":"JOB_179044","tr_customer_id":179062,"tr_customer_product_id":179052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:31:50.000Z","modified_at":"2026-02-06T09:31:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11097658888590","imei1":"11097658888590","imei2":"11097658888590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:31:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179046,"job_number":"JOB_179046","tr_customer_id":179064,"tr_customer_product_id":179054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:31:52.000Z","modified_at":"2026-02-06T09:31:52.000Z","name":"Daisy Parker","mobile_number":"767-608-0479","email_id":"David92@yahoo.com","dop":"2025-04-06","serial_number":"11255170496906596","imei1":"11255170496906596","imei2":"11255170496906596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179047,"job_number":"JOB_179047","tr_customer_id":179065,"tr_customer_product_id":179055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:32:35.000Z","modified_at":"2026-02-06T09:32:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13423527036380","imei1":"13423527036380","imei2":"13423527036380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:32:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179049,"job_number":"JOB_179049","tr_customer_id":179067,"tr_customer_product_id":179057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:32:37.000Z","modified_at":"2026-02-06T09:32:37.000Z","name":"Daija Yundt","mobile_number":"644-246-4052","email_id":"Amos8@yahoo.com","dop":"2025-04-06","serial_number":"13630688286354760","imei1":"13630688286354760","imei2":"13630688286354760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:32:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179050,"job_number":"JOB_179050","tr_customer_id":179068,"tr_customer_product_id":179058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:33:19.000Z","modified_at":"2026-02-06T09:33:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10881915730041","imei1":"10881915730041","imei2":"10881915730041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:33:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179052,"job_number":"JOB_179052","tr_customer_id":179070,"tr_customer_product_id":179060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:33:21.000Z","modified_at":"2026-02-06T09:33:21.000Z","name":"Jensen Gulgowski","mobile_number":"922-780-2305","email_id":"Jade.Considine@gmail.com","dop":"2025-04-06","serial_number":"13542599956751808","imei1":"13542599956751808","imei2":"13542599956751808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:33:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179053,"job_number":"JOB_179053","tr_customer_id":179071,"tr_customer_product_id":179061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:38:48.000Z","modified_at":"2026-02-06T09:38:48.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"12491842445570","imei1":"12491842445570","imei2":"12491842445570","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:38:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179055,"job_number":"JOB_179055","tr_customer_id":179073,"tr_customer_product_id":179063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:38:50.000Z","modified_at":"2026-02-06T09:38:50.000Z","name":"Jackson Dare","mobile_number":"811-235-9260","email_id":"Maude48@yahoo.com","dop":"2026-01-23","serial_number":"198839495979423","imei1":"198839495979423","imei2":"198839495979423","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179056,"job_number":"JOB_179056","tr_customer_id":179074,"tr_customer_product_id":179064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:39:46.000Z","modified_at":"2026-02-06T09:39:46.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"19373891435443","imei1":"19373891435443","imei2":"19373891435443","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:39:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179058,"job_number":"JOB_179058","tr_customer_id":179076,"tr_customer_product_id":179066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:39:48.000Z","modified_at":"2026-02-06T09:39:48.000Z","name":"Easton Trantow","mobile_number":"361-268-9695","email_id":"Mariah_Raynor@yahoo.com","dop":"2026-01-23","serial_number":"103211194590998","imei1":"103211194590998","imei2":"103211194590998","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:39:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179059,"job_number":"JOB_179059","tr_customer_id":179077,"tr_customer_product_id":179067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:40:43.000Z","modified_at":"2026-02-06T09:40:43.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"14628615946787","imei1":"14628615946787","imei2":"14628615946787","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:40:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179061,"job_number":"JOB_179061","tr_customer_id":179079,"tr_customer_product_id":179069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:40:45.000Z","modified_at":"2026-02-06T09:40:45.000Z","name":"Caleb Marvin","mobile_number":"916-236-3628","email_id":"Nettie15@yahoo.com","dop":"2026-01-23","serial_number":"166360752487388","imei1":"166360752487388","imei2":"166360752487388","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T09:40:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179063,"job_number":"JOB_179063","tr_customer_id":179081,"tr_customer_product_id":179071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T10:29:12.000Z","modified_at":"2026-02-06T10:29:12.000Z","name":"Melisa Greenholt","mobile_number":"921-767-4411","email_id":"Citlalli52@yahoo.com","dop":"2017-01-31","serial_number":"1043408842503871","imei1":"1043408842503871","imei2":"1043408842503871","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T10:29:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179064,"job_number":"JOB_179064","tr_customer_id":179082,"tr_customer_product_id":179072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:01:56.000Z","modified_at":"2026-02-06T11:01:56.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-27","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-27T11:01:47.695624485Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:01:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179065,"job_number":"JOB_179065","tr_customer_id":179083,"tr_customer_product_id":179073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:01:57.000Z","modified_at":"2026-02-06T11:01:57.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-27","serial_number":"89766599838882","imei1":"89766599838882","imei2":"89766599838882","popurl":"2026-01-27T11:01:47.697991045Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179066,"job_number":"JOB_179066","tr_customer_id":179084,"tr_customer_product_id":179074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:02:21.000Z","modified_at":"2026-02-06T11:02:21.000Z","name":"Dhruv Prajapat","mobile_number":"8651513734","email_id":"deb.devar@hotmail.com","dop":"2026-01-27","serial_number":"17543551936144","imei1":"17543551936144","imei2":"17543551936144","popurl":"www.chanakya-dubashi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:02:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179067,"job_number":"JOB_179067","tr_customer_id":179085,"tr_customer_product_id":179075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:06:43.000Z","modified_at":"2026-02-06T11:06:43.000Z","name":"Jatin Tech","mobile_number":"8844737373","email_id":"test.tech@gmail.com","dop":"2025-09-30","serial_number":"10564545419250","imei1":"10564545419250","imei2":"10564545419250","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:06:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179069,"job_number":"JOB_179069","tr_customer_id":179087,"tr_customer_product_id":179077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:07:00.000Z","modified_at":"2026-02-06T11:07:00.000Z","name":"Satish ABCD","mobile_number":"8765737373","email_id":"test12.tech@gmail.com","dop":"2025-09-30","serial_number":"18319337752263","imei1":"18319337752263","imei2":"18319337752263","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:07:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179071,"job_number":"JOB_179071","tr_customer_id":179089,"tr_customer_product_id":179079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:28:39.000Z","modified_at":"2026-02-06T11:28:39.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"11012242114214","imei1":"11012242114214","imei2":"11012242114214","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179073,"job_number":"JOB_179073","tr_customer_id":179091,"tr_customer_product_id":179081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:28:41.000Z","modified_at":"2026-02-06T11:28:41.000Z","name":"Vern Pfannerstill","mobile_number":"948-276-9115","email_id":"Vivienne_Cassin@yahoo.com","dop":"2026-01-23","serial_number":"198236531692556","imei1":"198236531692556","imei2":"198236531692556","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179074,"job_number":"JOB_179074","tr_customer_id":179092,"tr_customer_product_id":179082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:29:29.000Z","modified_at":"2026-02-06T11:29:29.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"14631103797574","imei1":"14631103797574","imei2":"14631103797574","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179076,"job_number":"JOB_179076","tr_customer_id":179094,"tr_customer_product_id":179084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:29:31.000Z","modified_at":"2026-02-06T11:29:31.000Z","name":"Bonita Wuckert","mobile_number":"425-395-7791","email_id":"Rhett_Schultz@yahoo.com","dop":"2026-01-23","serial_number":"109241207752182","imei1":"109241207752182","imei2":"109241207752182","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179077,"job_number":"JOB_179077","tr_customer_id":179095,"tr_customer_product_id":179085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:30:22.000Z","modified_at":"2026-02-06T11:30:22.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"13182180976802","imei1":"13182180976802","imei2":"13182180976802","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:30:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179079,"job_number":"JOB_179079","tr_customer_id":179097,"tr_customer_product_id":179087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:30:24.000Z","modified_at":"2026-02-06T11:30:24.000Z","name":"Jasper Reinger","mobile_number":"647-981-2292","email_id":"Ezequiel.Von95@gmail.com","dop":"2026-01-23","serial_number":"193411184592777","imei1":"193411184592777","imei2":"193411184592777","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:30:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179080,"job_number":"JOB_179080","tr_customer_id":179098,"tr_customer_product_id":179088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:34:28.000Z","modified_at":"2026-02-06T11:34:28.000Z","name":"Tushar Shelar","mobile_number":"854-299-5160","email_id":"Florine_Schmidt@yahoo.com","dop":"2025-09-30","serial_number":"11912835031892","imei1":"11912835031892","imei2":"11912835031892","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179081,"job_number":"JOB_179081","tr_customer_id":179099,"tr_customer_product_id":179089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:53:13.000Z","modified_at":"2026-02-06T11:53:13.000Z","name":"Jatin Sharma","mobile_number":"7293847564","email_id":"jatin@gmail.com","dop":"2026-01-27","serial_number":"19700432156456","imei1":"19700432156456","imei2":"19700432156456","popurl":"2026-01-27T11:53:13.489783811Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T11:53:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179083,"job_number":"JOB_179083","tr_customer_id":179101,"tr_customer_product_id":179091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T12:57:48.000Z","modified_at":"2026-02-06T12:57:48.000Z","name":"Uriel Wiegand","mobile_number":"620-579-5704","email_id":"Damaris9@yahoo.com","dop":"2026-01-23","serial_number":"197615831180377","imei1":"197615831180377","imei2":"197615831180377","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T12:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179084,"job_number":"JOB_179084","tr_customer_id":179102,"tr_customer_product_id":179092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T12:59:41.000Z","modified_at":"2026-02-06T12:59:41.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"12430889879504","imei1":"12430889879504","imei2":"12430889879504","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T12:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179086,"job_number":"JOB_179086","tr_customer_id":179104,"tr_customer_product_id":179094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T12:59:43.000Z","modified_at":"2026-02-06T12:59:43.000Z","name":"Nicholas Boehm","mobile_number":"426-469-3257","email_id":"Elissa.Bogan@yahoo.com","dop":"2026-01-23","serial_number":"111118237591943","imei1":"111118237591943","imei2":"111118237591943","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T12:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179087,"job_number":"JOB_179087","tr_customer_id":179105,"tr_customer_product_id":179095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:00:34.000Z","modified_at":"2026-02-06T13:00:34.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"18513384727471","imei1":"18513384727471","imei2":"18513384727471","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:00:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179089,"job_number":"JOB_179089","tr_customer_id":179107,"tr_customer_product_id":179097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:00:35.000Z","modified_at":"2026-02-06T13:00:35.000Z","name":"Bridie Lehner","mobile_number":"809-209-7699","email_id":"Rebeka.McDermott@yahoo.com","dop":"2026-01-23","serial_number":"178607092605092","imei1":"178607092605092","imei2":"178607092605092","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179090,"job_number":"JOB_179090","tr_customer_id":179108,"tr_customer_product_id":179098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:01:25.000Z","modified_at":"2026-02-06T13:01:25.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"16029380054846","imei1":"16029380054846","imei2":"16029380054846","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:01:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179092,"job_number":"JOB_179092","tr_customer_id":179110,"tr_customer_product_id":179100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:01:27.000Z","modified_at":"2026-02-06T13:01:27.000Z","name":"Jade Stracke","mobile_number":"418-213-3980","email_id":"Camren_Gislason65@hotmail.com","dop":"2026-01-23","serial_number":"137044030135650","imei1":"137044030135650","imei2":"137044030135650","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:01:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179093,"job_number":"JOB_179093","tr_customer_id":179111,"tr_customer_product_id":179101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:19:23.000Z","modified_at":"2026-02-06T13:19:23.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"14924276554614","imei1":"14924276554614","imei2":"14924276554614","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179095,"job_number":"JOB_179095","tr_customer_id":179113,"tr_customer_product_id":179103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:19:25.000Z","modified_at":"2026-02-06T13:19:25.000Z","name":"Janessa Littel","mobile_number":"521-505-0665","email_id":"Yesenia48@gmail.com","dop":"2026-01-23","serial_number":"141510053202217","imei1":"141510053202217","imei2":"141510053202217","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179096,"job_number":"JOB_179096","tr_customer_id":179114,"tr_customer_product_id":179104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:20:34.000Z","modified_at":"2026-02-06T13:20:34.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"16400044804804","imei1":"16400044804804","imei2":"16400044804804","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179098,"job_number":"JOB_179098","tr_customer_id":179116,"tr_customer_product_id":179106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:20:35.000Z","modified_at":"2026-02-06T13:20:35.000Z","name":"Isaac Johns","mobile_number":"463-719-0730","email_id":"Junior71@gmail.com","dop":"2026-01-23","serial_number":"163847358671713","imei1":"163847358671713","imei2":"163847358671713","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179099,"job_number":"JOB_179099","tr_customer_id":179117,"tr_customer_product_id":179107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:21:31.000Z","modified_at":"2026-02-06T13:21:31.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"11449388145103","imei1":"11449388145103","imei2":"11449388145103","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179101,"job_number":"JOB_179101","tr_customer_id":179119,"tr_customer_product_id":179109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:21:33.000Z","modified_at":"2026-02-06T13:21:33.000Z","name":"Jace Rohan","mobile_number":"730-700-4196","email_id":"Ashlynn.Turcotte45@yahoo.com","dop":"2026-01-23","serial_number":"149720977360065","imei1":"149720977360065","imei2":"149720977360065","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179102,"job_number":"JOB_179102","tr_customer_id":179120,"tr_customer_product_id":179110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:21:43.000Z","modified_at":"2026-02-06T13:21:43.000Z","name":"Ram Kumar","mobile_number":"9916150593","email_id":"ramkumar123@gmail.com","dop":"2025-05-05","serial_number":"55512309900000","imei1":"55512309900000","imei2":"55512309900000","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:21:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179103,"job_number":"JOB_179103","tr_customer_id":179121,"tr_customer_product_id":179111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:40:06.000Z","modified_at":"2026-02-06T13:40:06.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2026-01-27","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2026-01-27T13:40:05.683925492Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:40:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179104,"job_number":"JOB_179104","tr_customer_id":179122,"tr_customer_product_id":179112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:55:33.000Z","modified_at":"2026-02-06T13:55:33.000Z","name":"Ram Kumar","mobile_number":"9916150593","email_id":"ramkumar123@gmail.com","dop":"2025-05-05","serial_number":"17891877009567","imei1":"17891877009567","imei2":"17891877009567","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179106,"job_number":"JOB_179106","tr_customer_id":179124,"tr_customer_product_id":179114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:56:14.000Z","modified_at":"2026-02-06T13:56:14.000Z","name":"Santiago Murazik","mobile_number":"414-759-5477","email_id":"Shana14@gmail.com","dop":"2025-05-30","serial_number":"10513171811345","imei1":"10513171811345","imei2":"10513171811345","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179107,"job_number":"JOB_179107","tr_customer_id":179125,"tr_customer_product_id":179115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:56:16.000Z","modified_at":"2026-02-06T13:56:16.000Z","name":"Lillie Borer","mobile_number":"817-303-6910","email_id":"Ernest_Bailey@yahoo.com","dop":"2025-05-30","serial_number":"1795845544788867","imei1":"1795845544788867","imei2":"1795845544788867","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179108,"job_number":"JOB_179108","tr_customer_id":179126,"tr_customer_product_id":179116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:56:24.000Z","modified_at":"2026-02-06T13:56:24.000Z","name":"Ram Kumar","mobile_number":"9916150593","email_id":"ramkumar123@gmail.com","dop":"2025-05-05","serial_number":"13787443452383","imei1":"13787443452383","imei2":"13787443452383","popurl":"2025-05-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T13:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178538,"job_number":"JOB_178538","tr_customer_id":178556,"tr_customer_product_id":178546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:48.000Z","modified_at":"2026-02-06T04:25:48.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Adolph.Abernathy@yahoo.com","dop":"2025-07-02","serial_number":"17680310089306","imei1":"17680310089306","imei2":"17680310089306","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178549,"job_number":"JOB_178549","tr_customer_id":178567,"tr_customer_product_id":178557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:05.000Z","modified_at":"2026-02-06T04:26:05.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Billie.Renner32@hotmail.com","dop":"2025-07-02","serial_number":"13518732063710","imei1":"13518732063710","imei2":"13518732063710","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178566,"job_number":"JOB_178566","tr_customer_id":178584,"tr_customer_product_id":178574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:26:22.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Laury_Kiehn70@yahoo.com","dop":"2025-07-02","serial_number":"16696115985981","imei1":"16696115985981","imei2":"16696115985981","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178593,"job_number":"JOB_178593","tr_customer_id":178611,"tr_customer_product_id":178601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"169899382190369","imei1":"169899382190369","imei2":"169899382190369","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178594,"job_number":"JOB_178594","tr_customer_id":178612,"tr_customer_product_id":178602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"Vernie Rath","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"172958352920846","imei1":"172958352920846","imei2":"172958352920846","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178595,"job_number":"JOB_178595","tr_customer_id":178613,"tr_customer_product_id":178603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"Ryann Russel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"151859945223550","imei1":"151859945223550","imei2":"151859945223550","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178596,"job_number":"JOB_178596","tr_customer_id":178614,"tr_customer_product_id":178604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:53.000Z","modified_at":"2026-02-06T04:26:53.000Z","name":"Silas Hodkiewicz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"183751967698186","imei1":"183751967698186","imei2":"183751967698186","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178613,"job_number":"JOB_178613","tr_customer_id":178631,"tr_customer_product_id":178621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:02.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109396836959461","imei1":"109396836959461","imei2":"109396836959461","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178616,"job_number":"JOB_178616","tr_customer_id":178634,"tr_customer_product_id":178624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Virginie Ebert","mobile_number":"916-219-9688","email_id":"Margarete.Simonis@gmail.com","dop":"2025-06-09","serial_number":"106396555171152","imei1":"106396555171152","imei2":"106396555171152","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178618,"job_number":"JOB_178618","tr_customer_id":178636,"tr_customer_product_id":178626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"157888565992630","imei1":"157888565992630","imei2":"157888565992630","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178619,"job_number":"JOB_178619","tr_customer_id":178637,"tr_customer_product_id":178627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Gilbert Ferry","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"124398116714505","imei1":"124398116714505","imei2":"124398116714505","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178620,"job_number":"JOB_178620","tr_customer_id":178638,"tr_customer_product_id":178628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Alvena Purdy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"152646468626071","imei1":"152646468626071","imei2":"152646468626071","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178624,"job_number":"JOB_178624","tr_customer_id":178642,"tr_customer_product_id":178632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Beaulah Feeney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101770323978005","imei1":"101770323978005","imei2":"101770323978005","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178631,"job_number":"JOB_178631","tr_customer_id":178649,"tr_customer_product_id":178639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11695279405753","imei1":"11695279405753","imei2":"11695279405753","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178653,"job_number":"JOB_178653","tr_customer_id":178671,"tr_customer_product_id":178661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:18.000Z","modified_at":"2026-02-06T04:27:18.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107943434643272","imei1":"107943434643272","imei2":"107943434643272","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178656,"job_number":"JOB_178656","tr_customer_id":178674,"tr_customer_product_id":178664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:19.000Z","name":"Pearline Grimes","mobile_number":"202-958-9021","email_id":"Lily_Dickens@hotmail.com","dop":"2025-06-09","serial_number":"104624737359212","imei1":"104624737359212","imei2":"104624737359212","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178665,"job_number":"JOB_178665","tr_customer_id":178683,"tr_customer_product_id":178673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:34.000Z","modified_at":"2026-02-06T04:27:34.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105360654266309","imei1":"105360654266309","imei2":"105360654266309","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178667,"job_number":"JOB_178667","tr_customer_id":178685,"tr_customer_product_id":178675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:27:35.000Z","name":"Gerry Brakus","mobile_number":"311-228-3146","email_id":"Esther.Bednar@yahoo.com","dop":"2025-06-09","serial_number":"102741266285242","imei1":"102741266285242","imei2":"102741266285242","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178752,"job_number":"JOB_178752","tr_customer_id":178770,"tr_customer_product_id":178760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:56:58.000Z","modified_at":"2026-02-06T04:56:58.000Z","name":"Misael Robel","mobile_number":"483-262-9650","email_id":"Armando.Bartoletti72@gmail.com","dop":"2025-12-14","serial_number":"131200562032546","imei1":"131200562032546","imei2":"131200562032546","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178753,"job_number":"JOB_178753","tr_customer_id":178771,"tr_customer_product_id":178761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:57:48.000Z","modified_at":"2026-02-06T04:57:48.000Z","name":"Juliet Emard","mobile_number":"651-846-5251","email_id":"Otha_Kuhic@yahoo.com","dop":"2025-12-14","serial_number":"191539244490491","imei1":"191539244490491","imei2":"191539244490491","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178754,"job_number":"JOB_178754","tr_customer_id":178772,"tr_customer_product_id":178762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:58:51.000Z","modified_at":"2026-02-06T04:58:51.000Z","name":"Reese Fritsch","mobile_number":"424-447-4109","email_id":"Wendy90@gmail.com","dop":"2025-12-14","serial_number":"100832630440911","imei1":"100832630440911","imei2":"100832630440911","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178755,"job_number":"JOB_178755","tr_customer_id":178773,"tr_customer_product_id":178763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:00:14.000Z","modified_at":"2026-02-06T05:00:14.000Z","name":"Fred Williamson","mobile_number":"250-291-2966","email_id":"Micheal3@yahoo.com","dop":"2025-12-14","serial_number":"105406047416620","imei1":"105406047416620","imei2":"105406047416620","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178756,"job_number":"JOB_178756","tr_customer_id":178774,"tr_customer_product_id":178764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:00:50.000Z","modified_at":"2026-02-06T05:00:50.000Z","name":"Simone Schmidt","mobile_number":"442-448-0446","email_id":"Annabel.Hauck73@yahoo.com","dop":"2025-12-14","serial_number":"166842876416848","imei1":"166842876416848","imei2":"166842876416848","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178757,"job_number":"JOB_178757","tr_customer_id":178775,"tr_customer_product_id":178765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:02:45.000Z","modified_at":"2026-02-06T05:02:45.000Z","name":"Lavinia Berge","mobile_number":"243-759-9064","email_id":"Otha.Fahey@hotmail.com","dop":"2025-12-14","serial_number":"188721239273191","imei1":"188721239273191","imei2":"188721239273191","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:02:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178759,"job_number":"JOB_178759","tr_customer_id":178777,"tr_customer_product_id":178767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:10:50.000Z","modified_at":"2026-02-06T05:10:50.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15883147821539","imei1":"15883147821539","imei2":"15883147821539","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:10:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178760,"job_number":"JOB_178760","tr_customer_id":178778,"tr_customer_product_id":178768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:11:04.000Z","modified_at":"2026-02-06T05:11:04.000Z","name":"Sheila Rodriguez","mobile_number":"548-208-4521","email_id":"Jayda_Balistreri@hotmail.com","dop":"2025-12-14","serial_number":"194213600439643","imei1":"194213600439643","imei2":"194213600439643","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:11:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178761,"job_number":"JOB_178761","tr_customer_id":178779,"tr_customer_product_id":178769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:29.000Z","modified_at":"2026-02-06T05:13:29.000Z","name":"Walter Zulauf","mobile_number":"750-320-1433","email_id":"Kaylee.Satterfield56@hotmail.com","dop":"2025-12-14","serial_number":"136779732025097","imei1":"136779732025097","imei2":"136779732025097","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178764,"job_number":"JOB_178764","tr_customer_id":178782,"tr_customer_product_id":178772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:48.000Z","modified_at":"2026-02-06T05:13:48.000Z","name":"August McCullough","mobile_number":"754-244-3044","email_id":"Ova.Ziemann96@yahoo.com","dop":"2025-12-14","serial_number":"163713486557286","imei1":"163713486557286","imei2":"163713486557286","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178769,"job_number":"JOB_178769","tr_customer_id":178787,"tr_customer_product_id":178777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:26.000Z","modified_at":"2026-02-06T05:18:26.000Z","name":"Karolann Graham","mobile_number":"224-852-7201","email_id":"Armani.OReilly35@hotmail.com","dop":"2025-12-14","serial_number":"180517299207067","imei1":"180517299207067","imei2":"180517299207067","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178770,"job_number":"JOB_178770","tr_customer_id":178788,"tr_customer_product_id":178778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:38.000Z","modified_at":"2026-02-06T05:18:38.000Z","name":"Buster Walker","mobile_number":"423-233-3499","email_id":"Kaylie46@yahoo.com","dop":"2025-12-14","serial_number":"101950838940352","imei1":"101950838940352","imei2":"101950838940352","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178771,"job_number":"JOB_178771","tr_customer_id":178789,"tr_customer_product_id":178779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:29:22.000Z","modified_at":"2026-02-06T05:29:22.000Z","name":"Hilton Dietrich","mobile_number":"889-971-7203","email_id":"Jaren73@hotmail.com","dop":"2025-12-14","serial_number":"161988092607777","imei1":"161988092607777","imei2":"161988092607777","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:29:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178772,"job_number":"JOB_178772","tr_customer_id":178790,"tr_customer_product_id":178780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:30:11.000Z","modified_at":"2026-02-06T05:30:11.000Z","name":"Deon Braun","mobile_number":"573-732-4408","email_id":"Vella14@yahoo.com","dop":"2025-12-14","serial_number":"171727690727191","imei1":"171727690727191","imei2":"171727690727191","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178777,"job_number":"JOB_178777","tr_customer_id":178795,"tr_customer_product_id":178785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:03:17.000Z","modified_at":"2026-02-06T06:03:17.000Z","name":"Samanta Lehner","mobile_number":"671-793-6172","email_id":"Lester_Cole61@gmail.com","dop":"2025-12-14","serial_number":"179435281281086","imei1":"179435281281086","imei2":"179435281281086","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178778,"job_number":"JOB_178778","tr_customer_id":178796,"tr_customer_product_id":178786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:21:32.000Z","modified_at":"2026-02-06T06:21:32.000Z","name":"Tillman Block","mobile_number":"630-448-5007","email_id":"Dax_Wuckert@yahoo.com","dop":"2025-12-14","serial_number":"101831986109296","imei1":"101831986109296","imei2":"101831986109296","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178779,"job_number":"JOB_178779","tr_customer_id":178797,"tr_customer_product_id":178787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:24:42.000Z","modified_at":"2026-02-06T06:24:42.000Z","name":"Leopold Mitchell","mobile_number":"211-847-7767","email_id":"Daryl71@hotmail.com","dop":"2025-12-14","serial_number":"600677702400388","imei1":"600677702400388","imei2":"600677702400388","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178780,"job_number":"JOB_178780","tr_customer_id":178798,"tr_customer_product_id":178788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:26:46.000Z","modified_at":"2026-02-06T06:26:46.000Z","name":"Willis Muller","mobile_number":"431-897-7861","email_id":"Mariela.Dicki18@gmail.com","dop":"2025-12-14","serial_number":"105878818951360","imei1":"105878818951360","imei2":"105878818951360","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178781,"job_number":"JOB_178781","tr_customer_id":178799,"tr_customer_product_id":178789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:29:15.000Z","modified_at":"2026-02-06T06:29:15.000Z","name":"Cade Zboncak","mobile_number":"818-323-6019","email_id":"Antoinette81@gmail.com","dop":"2025-12-14","serial_number":"102880754374249","imei1":"102880754374249","imei2":"102880754374249","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178785,"job_number":"JOB_178785","tr_customer_id":178803,"tr_customer_product_id":178793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:43.000Z","modified_at":"2026-02-06T06:37:43.000Z","name":"Mercedes Weissnat","mobile_number":"428-327-7455","email_id":"Aida.Swaniawski@hotmail.com","dop":"2025-12-14","serial_number":"153449244120925","imei1":"153449244120925","imei2":"153449244120925","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178788,"job_number":"JOB_178788","tr_customer_id":178806,"tr_customer_product_id":178796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:26.000Z","modified_at":"2026-02-06T06:39:26.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108556022189392","imei1":"108556022189392","imei2":"108556022189392","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178790,"job_number":"JOB_178790","tr_customer_id":178808,"tr_customer_product_id":178798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:27.000Z","modified_at":"2026-02-06T06:39:27.000Z","name":"Keely Kilback","mobile_number":"696-528-7600","email_id":"Rosetta_Senger6@hotmail.com","dop":"2025-06-09","serial_number":"106517763984059","imei1":"106517763984059","imei2":"106517763984059","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178791,"job_number":"JOB_178791","tr_customer_id":178809,"tr_customer_product_id":178799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:42.000Z","modified_at":"2026-02-06T06:39:42.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100472593790307","imei1":"100472593790307","imei2":"100472593790307","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178793,"job_number":"JOB_178793","tr_customer_id":178811,"tr_customer_product_id":178801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:43.000Z","modified_at":"2026-02-06T06:39:43.000Z","name":"Camren Harris","mobile_number":"469-399-2518","email_id":"Casey45@yahoo.com","dop":"2025-06-09","serial_number":"100283362635400","imei1":"100283362635400","imei2":"100283362635400","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178794,"job_number":"JOB_178794","tr_customer_id":178812,"tr_customer_product_id":178802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:39:58.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101771991003600","imei1":"101771991003600","imei2":"101771991003600","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178796,"job_number":"JOB_178796","tr_customer_id":178814,"tr_customer_product_id":178804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:39:58.000Z","name":"Audrey Smitham","mobile_number":"787-320-9682","email_id":"Brice_Cole@gmail.com","dop":"2025-06-09","serial_number":"101637620043776","imei1":"101637620043776","imei2":"101637620043776","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178801,"job_number":"JOB_178801","tr_customer_id":178819,"tr_customer_product_id":178809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:46.000Z","modified_at":"2026-02-06T06:40:46.000Z","name":"Caleb Senger","mobile_number":"920-666-1510","email_id":"Trevion.Kerluke15@yahoo.com","dop":"2025-12-14","serial_number":"109124031217858","imei1":"109124031217858","imei2":"109124031217858","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178849,"job_number":"JOB_178849","tr_customer_id":178867,"tr_customer_product_id":178857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:37.000Z","modified_at":"2026-02-06T06:48:37.000Z","name":"Aurelie Nitzsche","mobile_number":"316-828-6290","email_id":"Jude_Grimes36@gmail.com","dop":"2025-12-14","serial_number":"196281297429908","imei1":"196281297429908","imei2":"196281297429908","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178855,"job_number":"JOB_178855","tr_customer_id":178873,"tr_customer_product_id":178863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:21.000Z","modified_at":"2026-02-06T06:49:21.000Z","name":"Sydni Schulist","mobile_number":"620-493-7065","email_id":"Kenton20@yahoo.com","dop":"2025-12-14","serial_number":"138250144343264","imei1":"138250144343264","imei2":"138250144343264","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178856,"job_number":"JOB_178856","tr_customer_id":178874,"tr_customer_product_id":178864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:24.000Z","modified_at":"2026-02-06T06:49:24.000Z","name":"Clay Schumm","mobile_number":"873-392-3412","email_id":"Sibyl.Grant@gmail.com","dop":"2025-12-14","serial_number":"166351643720815","imei1":"166351643720815","imei2":"166351643720815","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178993,"job_number":"JOB_178993","tr_customer_id":179011,"tr_customer_product_id":179001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:50:38.000Z","modified_at":"2026-02-06T07:50:38.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Cooper42@hotmail.com","dop":"2025-07-02","serial_number":"13507259441029","imei1":"13507259441029","imei2":"13507259441029","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:50:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178994,"job_number":"JOB_178994","tr_customer_id":179012,"tr_customer_product_id":179002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:50:56.000Z","modified_at":"2026-02-06T07:50:56.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Erik70@yahoo.com","dop":"2025-07-02","serial_number":"18622580252897","imei1":"18622580252897","imei2":"18622580252897","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:50:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178995,"job_number":"JOB_178995","tr_customer_id":179013,"tr_customer_product_id":179003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:51:13.000Z","modified_at":"2026-02-06T07:51:13.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Guido15@yahoo.com","dop":"2025-07-02","serial_number":"10638541719694","imei1":"10638541719694","imei2":"10638541719694","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:51:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"username":"iameng","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f8730e8c-e8cb-463a-a0aa-f715ac7a24c4 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 59 |
{
"username": "iameng",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 694 |
| ETag | W/"2b6-BmkG15T+UiHAwykz7PyqQXGFIPA" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:26 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxODZ9.sssf-ktfwX9a3JDbV8o9_aFErivqSfli4BGDVwExQKU"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxODZ9.sssf-ktfwX9a3JDbV8o9_aFErivqSfli4BGDVwExQKU |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 857d8802-a4b7-4bcd-a3a4-8db654cbfaa9 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 441 |
| ETag | W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:26 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"fb-m6wKgSujXMLY5jylVD0Jt47gTak"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxODZ9.sssf-ktfwX9a3JDbV8o9_aFErivqSfli4BGDVwExQKU |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 00d521d7-a7ed-45aa-9a6f-3b5ddb0ea281 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 165 |
| ETag | W/"a5-MJMuVccZBWVCO/tAWRji6JlJUDI" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:26 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":21},{"label":"Repair completed","key":"repair_completed","count":194}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_repair"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxODZ9.sssf-ktfwX9a3JDbV8o9_aFErivqSfli4BGDVwExQKU |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a93d6a96-3528-4e19-8577-72abdf3d5b3b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 45 |
{
"details_key": "pending_for_repair"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"50b8-CHRREYfVdrfuqeoyyTQJ2C9v670" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 13:56:26 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178961,"job_number":"JOB_178961","tr_customer_id":178979,"tr_customer_product_id":178969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:09:27.000Z","modified_at":"2026-02-06T07:09:37.000Z","name":"Lyda Schaden","mobile_number":"215-812-7977","email_id":"Wilbert.Kutch44@hotmail.com","dop":"2026-01-23","serial_number":"11158577678952","imei1":"11158577678952","imei2":"11158577678952","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T07:09:37.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179027,"job_number":"JOB_179027","tr_customer_id":179045,"tr_customer_product_id":179035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:09:01.000Z","modified_at":"2026-02-06T09:09:30.000Z","name":"Neal Homenick","mobile_number":"978-527-1325","email_id":"Mustafa39@yahoo.com","dop":"2026-01-23","serial_number":"10173870103971","imei1":"10173870103971","imei2":"10173870103971","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:09:30.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179030,"job_number":"JOB_179030","tr_customer_id":179048,"tr_customer_product_id":179038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:10:00.000Z","modified_at":"2026-02-06T09:10:27.000Z","name":"Jack Beahan","mobile_number":"396-511-5098","email_id":"Sylvester77@hotmail.com","dop":"2026-01-23","serial_number":"11563237428903","imei1":"11563237428903","imei2":"11563237428903","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:10:27.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179033,"job_number":"JOB_179033","tr_customer_id":179051,"tr_customer_product_id":179041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:10:57.000Z","modified_at":"2026-02-06T09:11:34.000Z","name":"Ned Kihn","mobile_number":"210-213-1045","email_id":"Oda96@gmail.com","dop":"2026-01-23","serial_number":"15249695974375","imei1":"15249695974375","imei2":"15249695974375","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:11:34.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179036,"job_number":"JOB_179036","tr_customer_id":179054,"tr_customer_product_id":179044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:28:48.000Z","modified_at":"2026-02-06T09:29:18.000Z","name":"Concepcion Okuneva","mobile_number":"763-935-7291","email_id":"Elza_Corkery41@gmail.com","dop":"2026-01-23","serial_number":"15274644857760","imei1":"15274644857760","imei2":"15274644857760","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:29:18.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179039,"job_number":"JOB_179039","tr_customer_id":179057,"tr_customer_product_id":179047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:29:49.000Z","modified_at":"2026-02-06T09:30:17.000Z","name":"Tevin Schiller","mobile_number":"704-255-8311","email_id":"Sydni6@yahoo.com","dop":"2026-01-23","serial_number":"13772787103423","imei1":"13772787103423","imei2":"13772787103423","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:30:17.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179042,"job_number":"JOB_179042","tr_customer_id":179060,"tr_customer_product_id":179050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:30:47.000Z","modified_at":"2026-02-06T09:31:16.000Z","name":"Ricardo Hansen","mobile_number":"655-568-7284","email_id":"Javier_Cartwright44@yahoo.com","dop":"2026-01-23","serial_number":"16099623842860","imei1":"16099623842860","imei2":"16099623842860","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:31:16.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179054,"job_number":"JOB_179054","tr_customer_id":179072,"tr_customer_product_id":179062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:38:48.000Z","modified_at":"2026-02-06T09:39:17.000Z","name":"Arnoldo Klein","mobile_number":"307-218-3477","email_id":"Aurelie.Grant49@yahoo.com","dop":"2026-01-23","serial_number":"13767960906568","imei1":"13767960906568","imei2":"13767960906568","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:39:17.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179057,"job_number":"JOB_179057","tr_customer_id":179075,"tr_customer_product_id":179065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:39:46.000Z","modified_at":"2026-02-06T09:40:15.000Z","name":"Vicky Auer","mobile_number":"350-545-5364","email_id":"Margret74@hotmail.com","dop":"2026-01-23","serial_number":"19560404362549","imei1":"19560404362549","imei2":"19560404362549","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:40:15.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179060,"job_number":"JOB_179060","tr_customer_id":179078,"tr_customer_product_id":179068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:40:44.000Z","modified_at":"2026-02-06T09:41:12.000Z","name":"Francis Gibson","mobile_number":"530-658-2842","email_id":"Daisy10@yahoo.com","dop":"2026-01-23","serial_number":"13692752107303","imei1":"13692752107303","imei2":"13692752107303","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:41:12.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179072,"job_number":"JOB_179072","tr_customer_id":179090,"tr_customer_product_id":179080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:28:39.000Z","modified_at":"2026-02-06T11:29:03.000Z","name":"Garret Gibson","mobile_number":"239-935-6615","email_id":"Zelma63@hotmail.com","dop":"2026-01-23","serial_number":"12048412830163","imei1":"12048412830163","imei2":"12048412830163","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T11:29:03.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179075,"job_number":"JOB_179075","tr_customer_id":179093,"tr_customer_product_id":179083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:29:30.000Z","modified_at":"2026-02-06T11:29:54.000Z","name":"Juliet Wisoky","mobile_number":"294-793-5183","email_id":"Heaven.Ritchie@yahoo.com","dop":"2026-01-23","serial_number":"19413597212120","imei1":"19413597212120","imei2":"19413597212120","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T11:29:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179078,"job_number":"JOB_179078","tr_customer_id":179096,"tr_customer_product_id":179086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:30:22.000Z","modified_at":"2026-02-06T11:30:46.000Z","name":"Linnie Beer","mobile_number":"202-466-1984","email_id":"Roosevelt.Medhurst@hotmail.com","dop":"2026-01-23","serial_number":"11089589154148","imei1":"11089589154148","imei2":"11089589154148","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T11:30:46.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179082,"job_number":"JOB_179082","tr_customer_id":179100,"tr_customer_product_id":179090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T12:57:46.000Z","modified_at":"2026-02-06T12:58:15.000Z","name":"Kameron Hansen","mobile_number":"415-699-6002","email_id":"Olen.Kilback@gmail.com","dop":"2026-01-23","serial_number":"18418866819798","imei1":"18418866819798","imei2":"18418866819798","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T12:58:15.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179085,"job_number":"JOB_179085","tr_customer_id":179103,"tr_customer_product_id":179093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T12:59:41.000Z","modified_at":"2026-02-06T13:00:05.000Z","name":"Izabella Lindgren","mobile_number":"475-882-1894","email_id":"Adriana_Reichel@hotmail.com","dop":"2026-01-23","serial_number":"15108278166291","imei1":"15108278166291","imei2":"15108278166291","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T13:00:05.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179088,"job_number":"JOB_179088","tr_customer_id":179106,"tr_customer_product_id":179096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:00:34.000Z","modified_at":"2026-02-06T13:00:58.000Z","name":"Terrance Veum","mobile_number":"408-923-0832","email_id":"Stanton.Rempel1@gmail.com","dop":"2026-01-23","serial_number":"17882104733237","imei1":"17882104733237","imei2":"17882104733237","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T13:00:58.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179091,"job_number":"JOB_179091","tr_customer_id":179109,"tr_customer_product_id":179099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:01:25.000Z","modified_at":"2026-02-06T13:01:49.000Z","name":"Leslie Steuber","mobile_number":"516-887-7057","email_id":"Leora86@yahoo.com","dop":"2026-01-23","serial_number":"16752070047734","imei1":"16752070047734","imei2":"16752070047734","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T13:01:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179094,"job_number":"JOB_179094","tr_customer_id":179112,"tr_customer_product_id":179102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:19:24.000Z","modified_at":"2026-02-06T13:20:05.000Z","name":"Payton Will","mobile_number":"386-459-8729","email_id":"Emmett83@hotmail.com","dop":"2026-01-23","serial_number":"18047206044578","imei1":"18047206044578","imei2":"18047206044578","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T13:20:05.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179097,"job_number":"JOB_179097","tr_customer_id":179115,"tr_customer_product_id":179105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:20:34.000Z","modified_at":"2026-02-06T13:20:58.000Z","name":"Bobby Bernhard","mobile_number":"582-472-6710","email_id":"Leola.DuBuque81@hotmail.com","dop":"2026-01-23","serial_number":"16542838421294","imei1":"16542838421294","imei2":"16542838421294","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T13:20:58.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179100,"job_number":"JOB_179100","tr_customer_id":179118,"tr_customer_product_id":179108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:21:31.000Z","modified_at":"2026-02-06T13:22:12.000Z","name":"Jaquan Mitchell","mobile_number":"224-319-5342","email_id":"Karl.Lang@hotmail.com","dop":"2026-01-23","serial_number":"16002027260214","imei1":"16002027260214","imei2":"16002027260214","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T13:22:12.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":179105,"job_number":"JOB_179105","tr_customer_id":179123,"tr_customer_product_id":179113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:56:13.000Z","modified_at":"2026-02-06T13:56:25.000Z","name":"Roger O'Conner","mobile_number":"289-915-0980","email_id":"Tierra.Lueilwitz@hotmail.com","dop":"2025-05-30","serial_number":"12711395177165","imei1":"12711395177165","imei2":"12711395177165","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-06T13:56:25.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"repair_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxODZ9.sssf-ktfwX9a3JDbV8o9_aFErivqSfli4BGDVwExQKU |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 1d15d35e-2d6b-46e0-b56e-e9a0f5783af8 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"details_key": "repair_completed"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:27 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxODZ9.sssf-ktfwX9a3JDbV8o9_aFErivqSfli4BGDVwExQKU |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 9fd4ee98-c400-4eb4-bf5e-2bb586ce4da2 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"619b-/kaL4hrij80916BcOtnu3hlMNv0" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 13:56:27 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":179105,"job_number":"JOB_179105","tr_customer_id":179123,"tr_customer_product_id":179113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:56:13.000Z","modified_at":"2026-02-06T13:56:25.000Z","name":"Roger O'Conner","mobile_number":"289-915-0980","email_id":"Tierra.Lueilwitz@hotmail.com","dop":"2025-05-30","serial_number":"12711395177165","imei1":"12711395177165","imei2":"12711395177165","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-06T13:56:25.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":4,"name":"Sync issue","tr_job_head_id":179105,"remark":"Aplications are outof sync","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-06T13:56:13.000Z"}],"quatations":[]},{"id":179100,"job_number":"JOB_179100","tr_customer_id":179118,"tr_customer_product_id":179108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:21:31.000Z","modified_at":"2026-02-06T13:22:12.000Z","name":"Jaquan Mitchell","mobile_number":"224-319-5342","email_id":"Karl.Lang@hotmail.com","dop":"2026-01-23","serial_number":"16002027260214","imei1":"16002027260214","imei2":"16002027260214","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T13:22:12.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":179100,"remark":"Battery issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-06T13:21:31.000Z"}],"quatations":[]},{"id":179097,"job_number":"JOB_179097","tr_customer_id":179115,"tr_customer_product_id":179105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:20:34.000Z","modified_at":"2026-02-06T13:20:58.000Z","name":"Bobby Bernhard","mobile_number":"582-472-6710","email_id":"Leola.DuBuque81@hotmail.com","dop":"2026-01-23","serial_number":"16542838421294","imei1":"16542838421294","imei2":"16542838421294","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T13:20:58.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":179097,"remark":"Battery issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-06T13:20:34.000Z"}],"quatations":[]},{"id":179094,"job_number":"JOB_179094","tr_customer_id":179112,"tr_customer_product_id":179102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:19:24.000Z","modified_at":"2026-02-06T13:20:05.000Z","name":"Payton Will","mobile_number":"386-459-8729","email_id":"Emmett83@hotmail.com","dop":"2026-01-23","serial_number":"18047206044578","imei1":"18047206044578","imei2":"18047206044578","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T13:20:05.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":179094,"remark":"Battery issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-06T13:19:24.000Z"}],"quatations":[]},{"id":179091,"job_number":"JOB_179091","tr_customer_id":179109,"tr_customer_product_id":179099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:01:25.000Z","modified_at":"2026-02-06T13:01:49.000Z","name":"Leslie Steuber","mobile_number":"516-887-7057","email_id":"Leora86@yahoo.com","dop":"2026-01-23","serial_number":"16752070047734","imei1":"16752070047734","imei2":"16752070047734","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T13:01:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":179091,"remark":"Battery issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-06T13:01:25.000Z"}],"quatations":[]},{"id":179088,"job_number":"JOB_179088","tr_customer_id":179106,"tr_customer_product_id":179096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:00:34.000Z","modified_at":"2026-02-06T13:00:58.000Z","name":"Terrance Veum","mobile_number":"408-923-0832","email_id":"Stanton.Rempel1@gmail.com","dop":"2026-01-23","serial_number":"17882104733237","imei1":"17882104733237","imei2":"17882104733237","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T13:00:58.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":179088,"remark":"Battery issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-06T13:00:34.000Z"}],"quatations":[]},{"id":179085,"job_number":"JOB_179085","tr_customer_id":179103,"tr_customer_product_id":179093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T12:59:41.000Z","modified_at":"2026-02-06T13:00:05.000Z","name":"Izabella Lindgren","mobile_number":"475-882-1894","email_id":"Adriana_Reichel@hotmail.com","dop":"2026-01-23","serial_number":"15108278166291","imei1":"15108278166291","imei2":"15108278166291","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T13:00:05.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":179085,"remark":"Battery issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-06T12:59:41.000Z"}],"quatations":[]},{"id":179082,"job_number":"JOB_179082","tr_customer_id":179100,"tr_customer_product_id":179090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T12:57:46.000Z","modified_at":"2026-02-06T12:58:15.000Z","name":"Kameron Hansen","mobile_number":"415-699-6002","email_id":"Olen.Kilback@gmail.com","dop":"2026-01-23","serial_number":"18418866819798","imei1":"18418866819798","imei2":"18418866819798","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T12:58:15.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":179082,"remark":"Battery issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-06T12:57:46.000Z"}],"quatations":[]},{"id":179078,"job_number":"JOB_179078","tr_customer_id":179096,"tr_customer_product_id":179086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:30:22.000Z","modified_at":"2026-02-06T11:30:46.000Z","name":"Linnie Beer","mobile_number":"202-466-1984","email_id":"Roosevelt.Medhurst@hotmail.com","dop":"2026-01-23","serial_number":"11089589154148","imei1":"11089589154148","imei2":"11089589154148","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T11:30:46.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":179078,"remark":"Battery issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-06T11:30:22.000Z"}],"quatations":[]},{"id":179075,"job_number":"JOB_179075","tr_customer_id":179093,"tr_customer_product_id":179083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:29:30.000Z","modified_at":"2026-02-06T11:29:54.000Z","name":"Juliet Wisoky","mobile_number":"294-793-5183","email_id":"Heaven.Ritchie@yahoo.com","dop":"2026-01-23","serial_number":"19413597212120","imei1":"19413597212120","imei2":"19413597212120","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T11:29:54.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":179075,"remark":"Battery issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-06T11:29:30.000Z"}],"quatations":[]},{"id":179072,"job_number":"JOB_179072","tr_customer_id":179090,"tr_customer_product_id":179080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:28:39.000Z","modified_at":"2026-02-06T11:29:03.000Z","name":"Garret Gibson","mobile_number":"239-935-6615","email_id":"Zelma63@hotmail.com","dop":"2026-01-23","serial_number":"12048412830163","imei1":"12048412830163","imei2":"12048412830163","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T11:29:03.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":179072,"remark":"Battery issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-06T11:28:39.000Z"}],"quatations":[]},{"id":179060,"job_number":"JOB_179060","tr_customer_id":179078,"tr_customer_product_id":179068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:40:44.000Z","modified_at":"2026-02-06T09:41:12.000Z","name":"Francis Gibson","mobile_number":"530-658-2842","email_id":"Daisy10@yahoo.com","dop":"2026-01-23","serial_number":"13692752107303","imei1":"13692752107303","imei2":"13692752107303","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:41:12.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":179060,"remark":"Battery issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-06T09:40:44.000Z"}],"quatations":[]},{"id":179057,"job_number":"JOB_179057","tr_customer_id":179075,"tr_customer_product_id":179065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:39:46.000Z","modified_at":"2026-02-06T09:40:15.000Z","name":"Vicky Auer","mobile_number":"350-545-5364","email_id":"Margret74@hotmail.com","dop":"2026-01-23","serial_number":"19560404362549","imei1":"19560404362549","imei2":"19560404362549","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:40:15.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":179057,"remark":"Battery issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-06T09:39:46.000Z"}],"quatations":[]},{"id":179054,"job_number":"JOB_179054","tr_customer_id":179072,"tr_customer_product_id":179062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:38:48.000Z","modified_at":"2026-02-06T09:39:17.000Z","name":"Arnoldo Klein","mobile_number":"307-218-3477","email_id":"Aurelie.Grant49@yahoo.com","dop":"2026-01-23","serial_number":"13767960906568","imei1":"13767960906568","imei2":"13767960906568","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:39:17.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":179054,"remark":"Battery issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-06T09:38:48.000Z"}],"quatations":[]},{"id":179042,"job_number":"JOB_179042","tr_customer_id":179060,"tr_customer_product_id":179050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:30:47.000Z","modified_at":"2026-02-06T09:31:16.000Z","name":"Ricardo Hansen","mobile_number":"655-568-7284","email_id":"Javier_Cartwright44@yahoo.com","dop":"2026-01-23","serial_number":"16099623842860","imei1":"16099623842860","imei2":"16099623842860","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:31:16.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":179042,"remark":"Battery issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-06T09:30:47.000Z"}],"quatations":[]},{"id":179039,"job_number":"JOB_179039","tr_customer_id":179057,"tr_customer_product_id":179047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:29:49.000Z","modified_at":"2026-02-06T09:30:17.000Z","name":"Tevin Schiller","mobile_number":"704-255-8311","email_id":"Sydni6@yahoo.com","dop":"2026-01-23","serial_number":"13772787103423","imei1":"13772787103423","imei2":"13772787103423","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:30:17.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":179039,"remark":"Battery issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-06T09:29:49.000Z"}],"quatations":[]},{"id":179036,"job_number":"JOB_179036","tr_customer_id":179054,"tr_customer_product_id":179044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:28:48.000Z","modified_at":"2026-02-06T09:29:18.000Z","name":"Concepcion Okuneva","mobile_number":"763-935-7291","email_id":"Elza_Corkery41@gmail.com","dop":"2026-01-23","serial_number":"15274644857760","imei1":"15274644857760","imei2":"15274644857760","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:29:18.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":179036,"remark":"Battery issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-06T09:28:48.000Z"}],"quatations":[]},{"id":179033,"job_number":"JOB_179033","tr_customer_id":179051,"tr_customer_product_id":179041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:10:57.000Z","modified_at":"2026-02-06T09:11:34.000Z","name":"Ned Kihn","mobile_number":"210-213-1045","email_id":"Oda96@gmail.com","dop":"2026-01-23","serial_number":"15249695974375","imei1":"15249695974375","imei2":"15249695974375","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:11:34.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":179033,"remark":"Battery issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-06T09:10:57.000Z"}],"quatations":[]},{"id":179030,"job_number":"JOB_179030","tr_customer_id":179048,"tr_customer_product_id":179038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:10:00.000Z","modified_at":"2026-02-06T09:10:27.000Z","name":"Jack Beahan","mobile_number":"396-511-5098","email_id":"Sylvester77@hotmail.com","dop":"2026-01-23","serial_number":"11563237428903","imei1":"11563237428903","imei2":"11563237428903","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:10:27.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":179030,"remark":"Battery issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-06T09:10:00.000Z"}],"quatations":[]},{"id":179027,"job_number":"JOB_179027","tr_customer_id":179045,"tr_customer_product_id":179035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:09:01.000Z","modified_at":"2026-02-06T09:09:30.000Z","name":"Neal Homenick","mobile_number":"978-527-1325","email_id":"Mustafa39@yahoo.com","dop":"2026-01-23","serial_number":"10173870103971","imei1":"10173870103971","imei2":"10173870103971","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T09:09:30.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":179027,"remark":"Battery issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-06T09:09:01.000Z"}],"quatations":[]},{"id":178961,"job_number":"JOB_178961","tr_customer_id":178979,"tr_customer_product_id":178969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:09:27.000Z","modified_at":"2026-02-06T07:09:37.000Z","name":"Lyda Schaden","mobile_number":"215-812-7977","email_id":"Wilbert.Kutch44@hotmail.com","dop":"2026-01-23","serial_number":"11158577678952","imei1":"11158577678952","imei2":"11158577678952","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T07:09:37.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":178961,"remark":"Battery issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-06T07:09:27.000Z"}],"quatations":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxODZ9.sssf-ktfwX9a3JDbV8o9_aFErivqSfli4BGDVwExQKU |
| Content-Type | text/plain |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 93edb725-25de-4327-9c06-a43a2960b69a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 13:56:27 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"job_id":68957,"problems":[{"id":4,"remark":"updated OS."}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxODZ9.sssf-ktfwX9a3JDbV8o9_aFErivqSfli4BGDVwExQKU |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ff37a502-74e9-47b7-941c-542ac854466d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 143 |
{
"job_id": 179105,
"problems": [
{
"id": 2,
"remark": "Replaced the battery"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 42 |
| ETag | W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:28 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Repair successful.","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamqc","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ac1fcc9e-e425-451e-8353-dfe633243249 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 58 |
{
"username": "iamqc",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 681 |
| ETag | W/"2a9-QqW3P4tJZVuNxEgENX9VIHlwP2k" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:28 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM4NjE4OH0.e9zarYHB6D7vb4qB1a8MbY4Z4vrQ3U3Dn9ny59B-yCw"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM4NjE4OH0.e9zarYHB6D7vb4qB1a8MbY4Z4vrQ3U3Dn9ny59B-yCw |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 90b68915-b651-4154-a1db-81790dad40c7 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 431 |
| ETag | W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:28 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"cb-tPGHeYpNX6zRGujRS7nG3BGU5uY"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM4NjE4OH0.e9zarYHB6D7vb4qB1a8MbY4Z4vrQ3U3Dn9ny59B-yCw |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ba75fa30-ff6f-4f07-a383-097cbcbc12be |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 202 |
| ETag | W/"ca-fJJTX1XAG4Pa/brs2ypzZiUSO9s" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:29 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":6},{"label":"QC Completed","key":"qc_completed","count":189},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_qc"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM4NjE4OH0.e9zarYHB6D7vb4qB1a8MbY4Z4vrQ3U3Dn9ny59B-yCw |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | cfc110e3-516d-41d6-8051-256faa5573b5 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 32 |
{"details_key":"pending_for_qc"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:29 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"qc_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM4NjE4OH0.e9zarYHB6D7vb4qB1a8MbY4Z4vrQ3U3Dn9ny59B-yCw |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 5d242e83-9a16-4c5f-80a1-dbb5700bd49f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 30 |
{"details_key":"qc_completed"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2dab3-6pKrhGHRQNFMpxfkrKza065wItY" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 13:56:29 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178486,"job_number":"JOB_178486","tr_customer_id":178504,"tr_customer_product_id":178494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T02:02:28.000Z","modified_at":"2026-02-06T02:38:00.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1176@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"13222222222222522","imei2":"13222222222222522","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T02:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178488,"job_number":"JOB_178488","tr_customer_id":178506,"tr_customer_product_id":178496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:51.000Z","modified_at":"2026-02-06T03:14:05.000Z","name":"Vidal Batz","mobile_number":"385-522-5561","email_id":"Allene91@hotmail.com","dop":"2025-05-30","serial_number":"12787455503848","imei1":"12787455503848","imei2":"12787455503848","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:14:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178493,"job_number":"JOB_178493","tr_customer_id":178511,"tr_customer_product_id":178501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:13.000Z","modified_at":"2026-02-06T03:29:49.000Z","name":"Lauren Larkin","mobile_number":"634-984-8853","email_id":"Shirley.Koepp39@gmail.com","dop":"2025-04-06","serial_number":"15478912898604","imei1":"15478912898604","imei2":"15478912898604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:29:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178496,"job_number":"JOB_178496","tr_customer_id":178514,"tr_customer_product_id":178504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:57.000Z","modified_at":"2026-02-06T03:30:33.000Z","name":"Kendall VonRueden","mobile_number":"248-332-8478","email_id":"Wallace.Legros90@hotmail.com","dop":"2025-04-06","serial_number":"17430450630790","imei1":"17430450630790","imei2":"17430450630790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:30:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178499,"job_number":"JOB_178499","tr_customer_id":178517,"tr_customer_product_id":178507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:40.000Z","modified_at":"2026-02-06T03:31:16.000Z","name":"Roman Gleason","mobile_number":"310-565-8476","email_id":"Russell_Hickle36@yahoo.com","dop":"2025-04-06","serial_number":"10362757210628","imei1":"10362757210628","imei2":"10362757210628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178502,"job_number":"JOB_178502","tr_customer_id":178520,"tr_customer_product_id":178510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:07.000Z","modified_at":"2026-02-06T04:25:45.000Z","name":"Anabelle Ryan","mobile_number":"393-725-1259","email_id":"Merl63@gmail.com","dop":"2025-04-06","serial_number":"16787049887426","imei1":"16787049887426","imei2":"16787049887426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178504,"job_number":"JOB_178504","tr_customer_id":178522,"tr_customer_product_id":178512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:09.000Z","modified_at":"2026-02-06T04:25:18.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"33484144702818","imei1":"33484144702818","imei2":"33484144702818","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178506,"job_number":"JOB_178506","tr_customer_id":178524,"tr_customer_product_id":178514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:18.000Z","modified_at":"2026-02-06T04:25:54.000Z","name":"Xavier Skiles","mobile_number":"547-956-6111","email_id":"Efrain63@gmail.com","dop":"2025-04-06","serial_number":"14571766081231","imei1":"14571766081231","imei2":"14571766081231","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178508,"job_number":"JOB_178508","tr_customer_id":178526,"tr_customer_product_id":178516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:21.000Z","modified_at":"2026-02-06T04:25:30.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"15683702389288","imei1":"15683702389288","imei2":"15683702389288","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178510,"job_number":"JOB_178510","tr_customer_id":178528,"tr_customer_product_id":178518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:26.000Z","modified_at":"2026-02-06T04:26:04.000Z","name":"Krystal Windler","mobile_number":"427-755-4958","email_id":"Amara.Schiller@gmail.com","dop":"2025-06-18","serial_number":"10153206001131","imei1":"10153206001131","imei2":"10153206001131","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178512,"job_number":"JOB_178512","tr_customer_id":178530,"tr_customer_product_id":178520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:29.000Z","modified_at":"2026-02-06T04:26:09.000Z","name":"Arthur Gutmann","mobile_number":"589-532-5361","email_id":"Alanna5@gmail.com","dop":"2025-04-06","serial_number":"12086113039218","imei1":"12086113039218","imei2":"12086113039218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178513,"job_number":"JOB_178513","tr_customer_id":178531,"tr_customer_product_id":178521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:30.000Z","modified_at":"2026-02-06T04:26:10.000Z","name":"Fermin Auer","mobile_number":"350-638-3033","email_id":"Krista.Carter@yahoo.com","dop":"2025-04-06","serial_number":"16484614711967","imei1":"16484614711967","imei2":"16484614711967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178515,"job_number":"JOB_178515","tr_customer_id":178533,"tr_customer_product_id":178523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:31.000Z","modified_at":"2026-02-06T04:26:09.000Z","name":"Raegan Jacobi","mobile_number":"558-925-7766","email_id":"Nathan.Mills62@yahoo.com","dop":"2025-04-06","serial_number":"11107863188309","imei1":"11107863188309","imei2":"11107863188309","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178520,"job_number":"JOB_178520","tr_customer_id":178538,"tr_customer_product_id":178528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:26:09.000Z","name":"Delia Feil","mobile_number":"785-325-7318","email_id":"Eduardo.Becker@gmail.com","dop":"2025-04-06","serial_number":"19006918878110","imei1":"19006918878110","imei2":"19006918878110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178521,"job_number":"JOB_178521","tr_customer_id":178539,"tr_customer_product_id":178529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:26:14.000Z","name":"Afton Miller","mobile_number":"762-457-0486","email_id":"Delilah_Stokes@yahoo.com","dop":"2025-04-06","serial_number":"18825405697430","imei1":"18825405697430","imei2":"18825405697430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178525,"job_number":"JOB_178525","tr_customer_id":178543,"tr_customer_product_id":178533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:26:11.000Z","name":"Berenice Bruen","mobile_number":"645-244-2843","email_id":"Lauren_Vandervort@hotmail.com","dop":"2025-04-06","serial_number":"15140962106221","imei1":"15140962106221","imei2":"15140962106221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178526,"job_number":"JOB_178526","tr_customer_id":178544,"tr_customer_product_id":178534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:26:15.000Z","name":"Edison Turner","mobile_number":"218-615-3976","email_id":"Isai_Cruickshank59@yahoo.com","dop":"2025-04-06","serial_number":"18811666812699","imei1":"18811666812699","imei2":"18811666812699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178532,"job_number":"JOB_178532","tr_customer_id":178550,"tr_customer_product_id":178540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:41.000Z","modified_at":"2026-02-06T04:26:14.000Z","name":"Joshua Littel","mobile_number":"212-746-6555","email_id":"Ernestina.King@yahoo.com","dop":"2025-02-01","serial_number":"100055387193124","imei1":"100055387193124","imei2":"100055387193124","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178535,"job_number":"JOB_178535","tr_customer_id":178553,"tr_customer_product_id":178543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:45.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Vincenzo Treutel","mobile_number":"742-468-5876","email_id":"Horace_MacGyver@gmail.com","dop":"2025-04-06","serial_number":"15545971640302","imei1":"15545971640302","imei2":"15545971640302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178537,"job_number":"JOB_178537","tr_customer_id":178555,"tr_customer_product_id":178545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:48.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Katlynn Thiel","mobile_number":"382-580-4960","email_id":"Doris_Abernathy12@yahoo.com","dop":"2025-04-06","serial_number":"18576571489808","imei1":"18576571489808","imei2":"18576571489808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178540,"job_number":"JOB_178540","tr_customer_id":178558,"tr_customer_product_id":178548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:49.000Z","modified_at":"2026-02-06T04:26:25.000Z","name":"Caterina Franecki","mobile_number":"540-533-9288","email_id":"Ceasar90@hotmail.com","dop":"2025-04-06","serial_number":"15977146962876","imei1":"15977146962876","imei2":"15977146962876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178544,"job_number":"JOB_178544","tr_customer_id":178562,"tr_customer_product_id":178552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:39.000Z","name":"Savanah Strosin","mobile_number":"703-687-6034","email_id":"Desmond67@gmail.com","dop":"2025-04-06","serial_number":"14758493968804","imei1":"14758493968804","imei2":"14758493968804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178546,"job_number":"JOB_178546","tr_customer_id":178564,"tr_customer_product_id":178554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:02.000Z","modified_at":"2026-02-06T04:26:38.000Z","name":"Aileen Upton","mobile_number":"779-578-5744","email_id":"Emmy_Runolfsson14@hotmail.com","dop":"2025-04-06","serial_number":"18029634617150","imei1":"18029634617150","imei2":"18029634617150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178551,"job_number":"JOB_178551","tr_customer_id":178569,"tr_customer_product_id":178559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:12.000Z","modified_at":"2026-02-06T04:26:49.000Z","name":"Amber Bogisich","mobile_number":"606-491-8618","email_id":"Clotilde.Stiedemann@gmail.com","dop":"2025-06-18","serial_number":"10462473623970","imei1":"10462473623970","imei2":"10462473623970","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178554,"job_number":"JOB_178554","tr_customer_id":178572,"tr_customer_product_id":178562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:16.000Z","modified_at":"2026-02-06T04:26:50.000Z","name":"Roxane Hammes","mobile_number":"952-210-3341","email_id":"Elise_Gottlieb@yahoo.com","dop":"2025-04-06","serial_number":"16797096439815","imei1":"16797096439815","imei2":"16797096439815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178559,"job_number":"JOB_178559","tr_customer_id":178577,"tr_customer_product_id":178567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:53.000Z","name":"Nick Stamm","mobile_number":"409-643-8573","email_id":"Marge.Runte@gmail.com","dop":"2025-04-06","serial_number":"12716105463132","imei1":"12716105463132","imei2":"12716105463132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178560,"job_number":"JOB_178560","tr_customer_id":178578,"tr_customer_product_id":178568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:56.000Z","name":"Marcelina Bartell","mobile_number":"315-320-6622","email_id":"Freda.Breitenberg45@gmail.com","dop":"2025-12-31","serial_number":"106620151657023","imei1":"106620151657023","imei2":"106620151657023","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178564,"job_number":"JOB_178564","tr_customer_id":178582,"tr_customer_product_id":178572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:27:00.000Z","name":"Brennan Koss","mobile_number":"428-851-6727","email_id":"Bernita.Bosco43@yahoo.com","dop":"2025-04-06","serial_number":"13367376549729","imei1":"13367376549729","imei2":"13367376549729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178568,"job_number":"JOB_178568","tr_customer_id":178586,"tr_customer_product_id":178576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:27:00.000Z","name":"Kamron Hermann","mobile_number":"509-972-5087","email_id":"Kiley_Brakus@gmail.com","dop":"2025-04-06","serial_number":"17964208006221","imei1":"17964208006221","imei2":"17964208006221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178570,"job_number":"JOB_178570","tr_customer_id":178588,"tr_customer_product_id":178578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:23.000Z","modified_at":"2026-02-06T04:26:56.000Z","name":"Marques Morar","mobile_number":"796-330-8013","email_id":"Justyn12@gmail.com","dop":"2025-02-01","serial_number":"69078778173650","imei1":"69078778173650","imei2":"69078778173650","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178573,"job_number":"JOB_178573","tr_customer_id":178591,"tr_customer_product_id":178581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Wilfrid Schroeder","mobile_number":"618-823-2757","email_id":"Ettie27@yahoo.com","dop":"2000-01-31","serial_number":"10229252408351","imei1":"10229252408351","imei2":"10229252408351","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178577,"job_number":"JOB_178577","tr_customer_id":178595,"tr_customer_product_id":178585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:27:10.000Z","name":"Vicenta Anderson","mobile_number":"610-831-3320","email_id":"Hardy_VonRueden32@gmail.com","dop":"2025-04-06","serial_number":"14109955341882","imei1":"14109955341882","imei2":"14109955341882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178578,"job_number":"JOB_178578","tr_customer_id":178596,"tr_customer_product_id":178586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:32.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Lisandro Carroll","mobile_number":"831-585-7349","email_id":"Angelica82@hotmail.com","dop":"2025-04-06","serial_number":"10836781585411","imei1":"10836781585411","imei2":"10836781585411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178581,"job_number":"JOB_178581","tr_customer_id":178599,"tr_customer_product_id":178589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:37.000Z","modified_at":"2026-02-06T04:26:53.000Z","name":"Edna Kihn","mobile_number":"939-308-7307","email_id":"Jaron_Hagenes@hotmail.com","dop":"2025-05-30","serial_number":"16863904961207","imei1":"16863904961207","imei2":"16863904961207","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178585,"job_number":"JOB_178585","tr_customer_id":178603,"tr_customer_product_id":178593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:45.000Z","modified_at":"2026-02-06T04:27:21.000Z","name":"Curtis Upton","mobile_number":"644-522-3356","email_id":"June_Connelly7@gmail.com","dop":"2025-04-06","serial_number":"12706929412673","imei1":"12706929412673","imei2":"12706929412673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178587,"job_number":"JOB_178587","tr_customer_id":178605,"tr_customer_product_id":178595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:45.000Z","modified_at":"2026-02-06T04:27:21.000Z","name":"Yasmeen Daugherty","mobile_number":"203-969-4264","email_id":"Lucienne80@gmail.com","dop":"2025-04-06","serial_number":"17237931341171","imei1":"17237931341171","imei2":"17237931341171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178590,"job_number":"JOB_178590","tr_customer_id":178608,"tr_customer_product_id":178598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:47.000Z","modified_at":"2026-02-06T04:27:24.000Z","name":"Ariel Kihn","mobile_number":"432-401-4353","email_id":"Genoveva.Sanford49@gmail.com","dop":"2025-04-06","serial_number":"19420803495708","imei1":"19420803495708","imei2":"19420803495708","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178598,"job_number":"JOB_178598","tr_customer_id":178616,"tr_customer_product_id":178606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:54.000Z","modified_at":"2026-02-06T04:27:28.000Z","name":"Viviane Koepp","mobile_number":"549-462-8932","email_id":"Lolita_Nitzsche@hotmail.com","dop":"2025-04-06","serial_number":"18932558993790","imei1":"18932558993790","imei2":"18932558993790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178600,"job_number":"JOB_178600","tr_customer_id":178618,"tr_customer_product_id":178608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:27:31.000Z","name":"Millie Lind","mobile_number":"314-330-3210","email_id":"Jermey62@yahoo.com","dop":"2025-04-06","serial_number":"14164431709131","imei1":"14164431709131","imei2":"14164431709131","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178604,"job_number":"JOB_178604","tr_customer_id":178622,"tr_customer_product_id":178612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:57.000Z","modified_at":"2026-02-06T04:27:31.000Z","name":"Drew Jerde","mobile_number":"332-781-7032","email_id":"Kendra53@gmail.com","dop":"2025-04-06","serial_number":"17554488222040","imei1":"17554488222040","imei2":"17554488222040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178608,"job_number":"JOB_178608","tr_customer_id":178626,"tr_customer_product_id":178616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:27:36.000Z","name":"Jakayla Bartoletti","mobile_number":"224-356-1603","email_id":"Erik42@yahoo.com","dop":"2025-04-06","serial_number":"15003328861625","imei1":"15003328861625","imei2":"15003328861625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178610,"job_number":"JOB_178610","tr_customer_id":178628,"tr_customer_product_id":178618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:00.000Z","modified_at":"2026-02-06T04:27:34.000Z","name":"Burley Williamson","mobile_number":"250-880-9721","email_id":"Caesar67@hotmail.com","dop":"2025-04-06","serial_number":"17529031183200","imei1":"17529031183200","imei2":"17529031183200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178623,"job_number":"JOB_178623","tr_customer_id":178641,"tr_customer_product_id":178631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:37.000Z","name":"Rogers Rice","mobile_number":"772-817-7211","email_id":"Tobin_Waters89@yahoo.com","dop":"2025-02-01","serial_number":"33443402369957","imei1":"33443402369957","imei2":"33443402369957","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178625,"job_number":"JOB_178625","tr_customer_id":178643,"tr_customer_product_id":178633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:41.000Z","name":"Telly McDermott","mobile_number":"219-368-2377","email_id":"Mike_Herman@hotmail.com","dop":"2025-04-06","serial_number":"18876844508531","imei1":"18876844508531","imei2":"18876844508531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178626,"job_number":"JOB_178626","tr_customer_id":178644,"tr_customer_product_id":178634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:05.000Z","modified_at":"2026-02-06T04:27:43.000Z","name":"Makenna Ankunding","mobile_number":"709-529-2913","email_id":"Sean_Christiansen@yahoo.com","dop":"2025-12-31","serial_number":"109509671213446","imei1":"109509671213446","imei2":"109509671213446","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178628,"job_number":"JOB_178628","tr_customer_id":178646,"tr_customer_product_id":178636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:06.000Z","modified_at":"2026-02-06T04:27:44.000Z","name":"Adela Pfannerstill","mobile_number":"473-945-7697","email_id":"Eliza67@yahoo.com","dop":"2025-04-06","serial_number":"11498194238917","imei1":"11498194238917","imei2":"11498194238917","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178634,"job_number":"JOB_178634","tr_customer_id":178652,"tr_customer_product_id":178642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Vesta Bahringer","mobile_number":"226-909-1412","email_id":"Percy53@yahoo.com","dop":"2025-04-06","serial_number":"18403166730716","imei1":"18403166730716","imei2":"18403166730716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178638,"job_number":"JOB_178638","tr_customer_id":178656,"tr_customer_product_id":178646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Jeromy Johnston","mobile_number":"337-685-9668","email_id":"Catherine32@hotmail.com","dop":"2025-04-06","serial_number":"12652252393533","imei1":"12652252393533","imei2":"12652252393533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178639,"job_number":"JOB_178639","tr_customer_id":178657,"tr_customer_product_id":178647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:44.000Z","name":"Lela Yundt","mobile_number":"336-450-8633","email_id":"Estevan98@gmail.com","dop":"2025-04-06","serial_number":"15099421880320","imei1":"15099421880320","imei2":"15099421880320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178640,"job_number":"JOB_178640","tr_customer_id":178658,"tr_customer_product_id":178648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:44.000Z","name":"Zella Bernhard","mobile_number":"607-390-0543","email_id":"Savanah_Dietrich87@gmail.com","dop":"2000-01-31","serial_number":"10234848155468","imei1":"10234848155468","imei2":"10234848155468","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178646,"job_number":"JOB_178646","tr_customer_id":178664,"tr_customer_product_id":178654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:11.000Z","modified_at":"2026-02-06T04:27:48.000Z","name":"Dina Kiehn","mobile_number":"628-763-2434","email_id":"Osvaldo_Kautzer61@hotmail.com","dop":"2025-04-06","serial_number":"10559079971260","imei1":"10559079971260","imei2":"10559079971260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178649,"job_number":"JOB_178649","tr_customer_id":178667,"tr_customer_product_id":178657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:16.000Z","modified_at":"2026-02-06T04:27:52.000Z","name":"Laury Beahan","mobile_number":"716-880-7193","email_id":"Randal57@hotmail.com","dop":"2025-04-06","serial_number":"19695939116675","imei1":"19695939116675","imei2":"19695939116675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178652,"job_number":"JOB_178652","tr_customer_id":178670,"tr_customer_product_id":178660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:18.000Z","modified_at":"2026-02-06T04:27:55.000Z","name":"Marquis Hauck","mobile_number":"220-986-1040","email_id":"Elmer.Rosenbaum66@gmail.com","dop":"2025-04-06","serial_number":"16593935796615","imei1":"16593935796615","imei2":"16593935796615","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178659,"job_number":"JOB_178659","tr_customer_id":178677,"tr_customer_product_id":178667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:29.000Z","modified_at":"2026-02-06T04:28:05.000Z","name":"Robin Prosacco","mobile_number":"827-541-6151","email_id":"Estell67@yahoo.com","dop":"2025-04-06","serial_number":"15516348005797","imei1":"15516348005797","imei2":"15516348005797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178662,"job_number":"JOB_178662","tr_customer_id":178680,"tr_customer_product_id":178670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:32.000Z","modified_at":"2026-02-06T04:28:09.000Z","name":"Eleonore Hudson","mobile_number":"629-573-2485","email_id":"Guiseppe.Mohr@gmail.com","dop":"2025-04-06","serial_number":"15135459529555","imei1":"15135459529555","imei2":"15135459529555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178669,"job_number":"JOB_178669","tr_customer_id":178687,"tr_customer_product_id":178677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:28:09.000Z","name":"Timmothy Keebler","mobile_number":"469-695-0909","email_id":"Edison.Tremblay7@hotmail.com","dop":"2025-04-06","serial_number":"17692950289282","imei1":"17692950289282","imei2":"17692950289282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178672,"job_number":"JOB_178672","tr_customer_id":178690,"tr_customer_product_id":178680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:39.000Z","modified_at":"2026-02-06T04:28:15.000Z","name":"Jake Cartwright","mobile_number":"595-379-8018","email_id":"Florian.Harvey1@yahoo.com","dop":"2025-04-06","serial_number":"19761081809020","imei1":"19761081809020","imei2":"19761081809020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178675,"job_number":"JOB_178675","tr_customer_id":178693,"tr_customer_product_id":178683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:43.000Z","modified_at":"2026-02-06T04:28:20.000Z","name":"Constantin Klein","mobile_number":"822-651-4809","email_id":"Raven10@hotmail.com","dop":"2025-04-06","serial_number":"10863191902383","imei1":"10863191902383","imei2":"10863191902383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178679,"job_number":"JOB_178679","tr_customer_id":178697,"tr_customer_product_id":178687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:49.000Z","modified_at":"2026-02-06T04:28:25.000Z","name":"Creola Predovic","mobile_number":"790-502-8773","email_id":"Naomi69@gmail.com","dop":"2025-04-06","serial_number":"10184041834810","imei1":"10184041834810","imei2":"10184041834810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178682,"job_number":"JOB_178682","tr_customer_id":178700,"tr_customer_product_id":178690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Ayana Bauch","mobile_number":"409-921-4519","email_id":"Isom.Gleason55@yahoo.com","dop":"2025-12-31","serial_number":"104725068256431","imei1":"104725068256431","imei2":"104725068256431","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178684,"job_number":"JOB_178684","tr_customer_id":178702,"tr_customer_product_id":178692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Rylee Yost","mobile_number":"780-218-3616","email_id":"Travon.Kris@gmail.com","dop":"2025-04-06","serial_number":"10220774443136","imei1":"10220774443136","imei2":"10220774443136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178687,"job_number":"JOB_178687","tr_customer_id":178705,"tr_customer_product_id":178695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:52.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Lyla Schimmel","mobile_number":"677-675-6914","email_id":"Jeramy44@hotmail.com","dop":"2025-04-06","serial_number":"14851145681070","imei1":"14851145681070","imei2":"14851145681070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178688,"job_number":"JOB_178688","tr_customer_id":178706,"tr_customer_product_id":178696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:52.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Peyton Cruickshank","mobile_number":"414-872-6943","email_id":"Emilie_Kris51@yahoo.com","dop":"2000-01-31","serial_number":"10521552457442","imei1":"10521552457442","imei2":"10521552457442","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178693,"job_number":"JOB_178693","tr_customer_id":178711,"tr_customer_product_id":178701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:56.000Z","modified_at":"2026-02-06T04:28:34.000Z","name":"Orin Maggio","mobile_number":"260-509-0892","email_id":"Juliet40@hotmail.com","dop":"2025-04-06","serial_number":"13734047410072","imei1":"13734047410072","imei2":"13734047410072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178696,"job_number":"JOB_178696","tr_customer_id":178714,"tr_customer_product_id":178704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:00.000Z","modified_at":"2026-02-06T04:28:36.000Z","name":"Tanya Wehner","mobile_number":"891-507-9866","email_id":"Tabitha27@gmail.com","dop":"2025-04-06","serial_number":"16477708348616","imei1":"16477708348616","imei2":"16477708348616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178699,"job_number":"JOB_178699","tr_customer_id":178717,"tr_customer_product_id":178707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:13.000Z","modified_at":"2026-02-06T04:28:49.000Z","name":"Mitchel Zieme","mobile_number":"367-774-3951","email_id":"Shayne_Beahan@gmail.com","dop":"2025-04-06","serial_number":"19812224274750","imei1":"19812224274750","imei2":"19812224274750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178702,"job_number":"JOB_178702","tr_customer_id":178720,"tr_customer_product_id":178710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:16.000Z","modified_at":"2026-02-06T04:28:50.000Z","name":"Sophie Stoltenberg","mobile_number":"974-631-1442","email_id":"Otis_Waters89@gmail.com","dop":"2025-04-06","serial_number":"13504453212054","imei1":"13504453212054","imei2":"13504453212054","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178706,"job_number":"JOB_178706","tr_customer_id":178724,"tr_customer_product_id":178714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:22.000Z","modified_at":"2026-02-06T04:28:58.000Z","name":"Itzel Barton","mobile_number":"527-785-8575","email_id":"Mandy_Mills@hotmail.com","dop":"2025-04-06","serial_number":"17217770174162","imei1":"17217770174162","imei2":"17217770174162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178707,"job_number":"JOB_178707","tr_customer_id":178725,"tr_customer_product_id":178715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:22.000Z","modified_at":"2026-02-06T04:28:58.000Z","name":"Oliver Smith","mobile_number":"631-285-6630","email_id":"Gustave_Kub@gmail.com","dop":"2025-04-06","serial_number":"11928992021557","imei1":"11928992021557","imei2":"11928992021557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178711,"job_number":"JOB_178711","tr_customer_id":178729,"tr_customer_product_id":178719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:27.000Z","modified_at":"2026-02-06T04:29:04.000Z","name":"Jarrell Lind","mobile_number":"383-487-2026","email_id":"Milan_Rippin42@gmail.com","dop":"2025-04-06","serial_number":"16118576633902","imei1":"16118576633902","imei2":"16118576633902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178714,"job_number":"JOB_178714","tr_customer_id":178732,"tr_customer_product_id":178722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:32.000Z","modified_at":"2026-02-06T04:29:08.000Z","name":"Olaf Gottlieb","mobile_number":"448-561-0906","email_id":"Walton10@yahoo.com","dop":"2025-04-06","serial_number":"15985614146917","imei1":"15985614146917","imei2":"15985614146917","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178717,"job_number":"JOB_178717","tr_customer_id":178735,"tr_customer_product_id":178725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:29:11.000Z","name":"Maci Koss","mobile_number":"217-730-1682","email_id":"Oran8@gmail.com","dop":"2000-01-31","serial_number":"10138181427873","imei1":"10138181427873","imei2":"10138181427873","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178719,"job_number":"JOB_178719","tr_customer_id":178737,"tr_customer_product_id":178727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:36.000Z","modified_at":"2026-02-06T04:29:13.000Z","name":"Alfredo McLaughlin","mobile_number":"520-397-7496","email_id":"Baylee49@hotmail.com","dop":"2025-04-06","serial_number":"10945519913994","imei1":"10945519913994","imei2":"10945519913994","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178723,"job_number":"JOB_178723","tr_customer_id":178741,"tr_customer_product_id":178731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:41.000Z","modified_at":"2026-02-06T04:29:19.000Z","name":"Julie Rutherford","mobile_number":"288-419-6922","email_id":"Rubye.Gusikowski4@yahoo.com","dop":"2025-04-06","serial_number":"17019309498582","imei1":"17019309498582","imei2":"17019309498582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178726,"job_number":"JOB_178726","tr_customer_id":178744,"tr_customer_product_id":178734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:05.000Z","modified_at":"2026-02-06T04:29:43.000Z","name":"Saige Krajcik","mobile_number":"846-967-7466","email_id":"Cary_Stiedemann@yahoo.com","dop":"2025-04-06","serial_number":"19559461699582","imei1":"19559461699582","imei2":"19559461699582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178729,"job_number":"JOB_178729","tr_customer_id":178747,"tr_customer_product_id":178737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:50.000Z","modified_at":"2026-02-06T04:30:27.000Z","name":"Kip McGlynn","mobile_number":"294-445-0402","email_id":"Ashly89@hotmail.com","dop":"2025-04-06","serial_number":"18636274434907","imei1":"18636274434907","imei2":"18636274434907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:30:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178737,"job_number":"JOB_178737","tr_customer_id":178755,"tr_customer_product_id":178745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:51.000Z","modified_at":"2026-02-06T04:43:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99934342920533","imei1":"99934342920533","imei2":"99934342920533","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:43:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178744,"job_number":"JOB_178744","tr_customer_id":178762,"tr_customer_product_id":178752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:23.000Z","modified_at":"2026-02-06T04:43:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34694062887707","imei1":"34694062887707","imei2":"34694062887707","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:43:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178751,"job_number":"JOB_178751","tr_customer_id":178769,"tr_customer_product_id":178759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:44:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32342800923924","imei1":"32342800923924","imei2":"32342800923924","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:44:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178766,"job_number":"JOB_178766","tr_customer_id":178784,"tr_customer_product_id":178774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:17:53.000Z","modified_at":"2026-02-06T05:18:04.000Z","name":"Joel Crona","mobile_number":"333-505-5846","email_id":"Emmy_Walter87@gmail.com","dop":"2025-07-01","serial_number":"100161934775892","imei1":"100161934775892","imei2":"100161934775892","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:18:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178768,"job_number":"JOB_178768","tr_customer_id":178786,"tr_customer_product_id":178776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:06.000Z","modified_at":"2026-02-06T05:18:17.000Z","name":"Misael Johnston","mobile_number":"561-806-1557","email_id":"Clementina87@hotmail.com","dop":"2025-07-01","serial_number":"107277439846750","imei1":"107277439846750","imei2":"107277439846750","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178773,"job_number":"JOB_178773","tr_customer_id":178791,"tr_customer_product_id":178781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:21.000Z","modified_at":"2026-02-06T05:34:59.000Z","name":"Johathan Ondricka","mobile_number":"654-472-0205","email_id":"Oscar1@gmail.com","dop":"2025-04-06","serial_number":"17937135235498","imei1":"17937135235498","imei2":"17937135235498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178775,"job_number":"JOB_178775","tr_customer_id":178793,"tr_customer_product_id":178783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:35.000Z","modified_at":"2026-02-06T05:35:12.000Z","name":"Jesus Kovacek","mobile_number":"764-792-1171","email_id":"Rylee21@gmail.com","dop":"2025-04-06","serial_number":"19022494699673","imei1":"19022494699673","imei2":"19022494699673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:35:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178798,"job_number":"JOB_178798","tr_customer_id":178816,"tr_customer_product_id":178806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:00.000Z","modified_at":"2026-02-06T06:40:44.000Z","name":"Wiley Williamson","mobile_number":"593-489-1827","email_id":"Lura29@hotmail.com","dop":"2025-12-31","serial_number":"108982756442978","imei1":"108982756442978","imei2":"108982756442978","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:40:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178799,"job_number":"JOB_178799","tr_customer_id":178817,"tr_customer_product_id":178807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:03.000Z","modified_at":"2026-02-06T06:40:31.000Z","name":"Victor Tremblay","mobile_number":"294-278-4879","email_id":"Carroll_Terry@hotmail.com","dop":"2026-01-23","serial_number":"16654201607089","imei1":"16654201607089","imei2":"16654201607089","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:40:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178803,"job_number":"JOB_178803","tr_customer_id":178821,"tr_customer_product_id":178811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:53.000Z","modified_at":"2026-02-06T06:41:39.000Z","name":"Clemens Murazik","mobile_number":"941-473-2688","email_id":"Daphnee.Cormier@yahoo.com","dop":"2025-12-31","serial_number":"109938690985845","imei1":"109938690985845","imei2":"109938690985845","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:41:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178807,"job_number":"JOB_178807","tr_customer_id":178825,"tr_customer_product_id":178815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:48.000Z","modified_at":"2026-02-06T06:42:34.000Z","name":"Clay Kulas","mobile_number":"909-715-2214","email_id":"Paul21@yahoo.com","dop":"2025-12-31","serial_number":"105129681338163","imei1":"105129681338163","imei2":"105129681338163","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178808,"job_number":"JOB_178808","tr_customer_id":178826,"tr_customer_product_id":178816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:58.000Z","modified_at":"2026-02-06T06:42:39.000Z","name":"Laisha Nitzsche","mobile_number":"901-385-6961","email_id":"Shakira1@yahoo.com","dop":"2025-04-06","serial_number":"15704871045999","imei1":"15704871045999","imei2":"15704871045999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178811,"job_number":"JOB_178811","tr_customer_id":178829,"tr_customer_product_id":178819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:09.000Z","modified_at":"2026-02-06T06:42:51.000Z","name":"Brandon Schulist","mobile_number":"534-650-5204","email_id":"Raegan.OConnell53@gmail.com","dop":"2025-06-18","serial_number":"10491221519194","imei1":"10491221519194","imei2":"10491221519194","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178814,"job_number":"JOB_178814","tr_customer_id":178832,"tr_customer_product_id":178822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:32.000Z","modified_at":"2026-02-06T06:43:09.000Z","name":"Brianne Crooks","mobile_number":"471-682-2142","email_id":"Freddy.Cole27@hotmail.com","dop":"2025-04-06","serial_number":"10670916656051","imei1":"10670916656051","imei2":"10670916656051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178817,"job_number":"JOB_178817","tr_customer_id":178835,"tr_customer_product_id":178825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:59.000Z","modified_at":"2026-02-06T06:43:40.000Z","name":"Mazie Ondricka","mobile_number":"865-553-8265","email_id":"Heber86@yahoo.com","dop":"2025-06-18","serial_number":"10310160157020","imei1":"10310160157020","imei2":"10310160157020","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178820,"job_number":"JOB_178820","tr_customer_id":178838,"tr_customer_product_id":178828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:10.000Z","modified_at":"2026-02-06T06:43:50.000Z","name":"Ford Hane","mobile_number":"678-357-7312","email_id":"Brendan.Green@yahoo.com","dop":"2025-04-06","serial_number":"11332365617009","imei1":"11332365617009","imei2":"11332365617009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178823,"job_number":"JOB_178823","tr_customer_id":178841,"tr_customer_product_id":178831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:16.000Z","modified_at":"2026-02-06T06:43:52.000Z","name":"Ona Denesik","mobile_number":"905-860-1743","email_id":"Madeline10@hotmail.com","dop":"2025-04-06","serial_number":"14353831483994","imei1":"14353831483994","imei2":"14353831483994","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178826,"job_number":"JOB_178826","tr_customer_id":178844,"tr_customer_product_id":178834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:58.000Z","modified_at":"2026-02-06T06:44:36.000Z","name":"Elton Kessler","mobile_number":"806-637-9557","email_id":"Cornelius23@yahoo.com","dop":"2025-04-06","serial_number":"18089490916318","imei1":"18089490916318","imei2":"18089490916318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:44:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178829,"job_number":"JOB_178829","tr_customer_id":178847,"tr_customer_product_id":178837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:44:35.000Z","name":"Stephan Kuhlman","mobile_number":"734-626-6722","email_id":"Cecilia_Rau@hotmail.com","dop":"2025-04-06","serial_number":"11175108868221","imei1":"11175108868221","imei2":"11175108868221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178833,"job_number":"JOB_178833","tr_customer_id":178851,"tr_customer_product_id":178841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:44.000Z","modified_at":"2026-02-06T06:45:23.000Z","name":"Johnny Quigley","mobile_number":"684-285-0739","email_id":"Liam88@yahoo.com","dop":"2025-04-06","serial_number":"12550690244730","imei1":"12550690244730","imei2":"12550690244730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:45:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178835,"job_number":"JOB_178835","tr_customer_id":178853,"tr_customer_product_id":178843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:45:55.000Z","modified_at":"2026-02-06T06:46:20.000Z","name":"Nadia Ernser","mobile_number":"837-592-4853","email_id":"Wilfred13@gmail.com","dop":"2026-01-23","serial_number":"17705677962055","imei1":"17705677962055","imei2":"17705677962055","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178838,"job_number":"JOB_178838","tr_customer_id":178856,"tr_customer_product_id":178846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:03.000Z","modified_at":"2026-02-06T06:46:46.000Z","name":"Dan Zieme","mobile_number":"461-771-9429","email_id":"Felicity_Schulist@gmail.com","dop":"2025-04-06","serial_number":"12553996678296","imei1":"12553996678296","imei2":"12553996678296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178841,"job_number":"JOB_178841","tr_customer_id":178859,"tr_customer_product_id":178849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:54.000Z","modified_at":"2026-02-06T06:47:37.000Z","name":"Jasen Orn","mobile_number":"663-259-4758","email_id":"Tyrese_Jast@yahoo.com","dop":"2025-04-06","serial_number":"10237531981034","imei1":"10237531981034","imei2":"10237531981034","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178843,"job_number":"JOB_178843","tr_customer_id":178861,"tr_customer_product_id":178851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:16.000Z","modified_at":"2026-02-06T06:47:42.000Z","name":"Ottilie Grady","mobile_number":"844-406-8470","email_id":"Candida.Kiehn56@yahoo.com","dop":"2026-01-23","serial_number":"17548295826563","imei1":"17548295826563","imei2":"17548295826563","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:47:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178846,"job_number":"JOB_178846","tr_customer_id":178864,"tr_customer_product_id":178854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:45.000Z","modified_at":"2026-02-06T06:48:27.000Z","name":"Declan Emard","mobile_number":"677-287-9168","email_id":"Mack_Reinger@hotmail.com","dop":"2025-04-06","serial_number":"14046039843685","imei1":"14046039843685","imei2":"14046039843685","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178851,"job_number":"JOB_178851","tr_customer_id":178869,"tr_customer_product_id":178859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:40.000Z","modified_at":"2026-02-06T06:49:06.000Z","name":"Marcelina Reinger","mobile_number":"879-448-3750","email_id":"Maude4@hotmail.com","dop":"2026-01-23","serial_number":"18835160636483","imei1":"18835160636483","imei2":"18835160636483","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:49:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178860,"job_number":"JOB_178860","tr_customer_id":178878,"tr_customer_product_id":178868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:00.000Z","modified_at":"2026-02-06T06:50:40.000Z","name":"Hertha Welch","mobile_number":"610-927-9522","email_id":"Mikel.Watsica36@hotmail.com","dop":"2025-04-06","serial_number":"16097580495526","imei1":"16097580495526","imei2":"16097580495526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178863,"job_number":"JOB_178863","tr_customer_id":178881,"tr_customer_product_id":178871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:47.000Z","modified_at":"2026-02-06T06:51:26.000Z","name":"Liliana Rice","mobile_number":"830-678-5977","email_id":"Bartholome_Smith@yahoo.com","dop":"2025-04-06","serial_number":"13567815461229","imei1":"13567815461229","imei2":"13567815461229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178866,"job_number":"JOB_178866","tr_customer_id":178884,"tr_customer_product_id":178874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:34.000Z","modified_at":"2026-02-06T06:52:12.000Z","name":"Abdul Heller","mobile_number":"623-409-8684","email_id":"Jany.Rowe@hotmail.com","dop":"2025-04-06","serial_number":"19587232857239","imei1":"19587232857239","imei2":"19587232857239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178869,"job_number":"JOB_178869","tr_customer_id":178887,"tr_customer_product_id":178877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:10.000Z","modified_at":"2026-02-06T06:53:49.000Z","name":"Ava Schuppe","mobile_number":"809-591-4986","email_id":"Lance_Bernhard@hotmail.com","dop":"2025-04-06","serial_number":"16410380761710","imei1":"16410380761710","imei2":"16410380761710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178872,"job_number":"JOB_178872","tr_customer_id":178890,"tr_customer_product_id":178880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:56.000Z","modified_at":"2026-02-06T06:54:34.000Z","name":"Brielle Hills","mobile_number":"269-962-4388","email_id":"Jonas_Howell@gmail.com","dop":"2025-04-06","serial_number":"12171108028677","imei1":"12171108028677","imei2":"12171108028677","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:54:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178874,"job_number":"JOB_178874","tr_customer_id":178892,"tr_customer_product_id":178882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:01.000Z","modified_at":"2026-02-06T06:54:43.000Z","name":"Kristian Macejkovic","mobile_number":"885-783-2513","email_id":"Javonte65@gmail.com","dop":"2025-04-06","serial_number":"17071538377092","imei1":"17071538377092","imei2":"17071538377092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178877,"job_number":"JOB_178877","tr_customer_id":178895,"tr_customer_product_id":178885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:42.000Z","modified_at":"2026-02-06T06:55:20.000Z","name":"Clement Koepp","mobile_number":"693-537-7749","email_id":"Kian_Blick@gmail.com","dop":"2025-04-06","serial_number":"14643628354244","imei1":"14643628354244","imei2":"14643628354244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178880,"job_number":"JOB_178880","tr_customer_id":178898,"tr_customer_product_id":178888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:44.000Z","modified_at":"2026-02-06T06:55:23.000Z","name":"Blaze DuBuque","mobile_number":"287-760-1551","email_id":"Ricky64@yahoo.com","dop":"2025-04-06","serial_number":"13113032506573","imei1":"13113032506573","imei2":"13113032506573","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178883,"job_number":"JOB_178883","tr_customer_id":178901,"tr_customer_product_id":178891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:52.000Z","modified_at":"2026-02-06T06:55:32.000Z","name":"Celia Schumm","mobile_number":"801-390-6504","email_id":"Cade.Schmidt@gmail.com","dop":"2025-04-06","serial_number":"19096615411646","imei1":"19096615411646","imei2":"19096615411646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178886,"job_number":"JOB_178886","tr_customer_id":178904,"tr_customer_product_id":178894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:02.000Z","modified_at":"2026-02-06T06:55:49.000Z","name":"Keyshawn Abbott","mobile_number":"201-642-9945","email_id":"Andreanne.Hoppe@hotmail.com","dop":"2000-01-31","serial_number":"10718753085919","imei1":"10718753085919","imei2":"10718753085919","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178889,"job_number":"JOB_178889","tr_customer_id":178907,"tr_customer_product_id":178897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:31.000Z","modified_at":"2026-02-06T06:56:08.000Z","name":"Adolphus Schultz","mobile_number":"838-927-6948","email_id":"Irwin.Johnson70@hotmail.com","dop":"2025-04-06","serial_number":"11609559637212","imei1":"11609559637212","imei2":"11609559637212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178892,"job_number":"JOB_178892","tr_customer_id":178910,"tr_customer_product_id":178900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:40.000Z","modified_at":"2026-02-06T06:56:20.000Z","name":"Cathy Friesen","mobile_number":"215-876-6459","email_id":"Casey.Gerlach@yahoo.com","dop":"2025-04-06","serial_number":"11205568642410","imei1":"11205568642410","imei2":"11205568642410","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178895,"job_number":"JOB_178895","tr_customer_id":178913,"tr_customer_product_id":178903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:58.000Z","modified_at":"2026-02-06T06:56:43.000Z","name":"Marcellus Hagenes","mobile_number":"399-979-4235","email_id":"Greg.Runolfsson2@hotmail.com","dop":"2000-01-31","serial_number":"10150949641707","imei1":"10150949641707","imei2":"10150949641707","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178898,"job_number":"JOB_178898","tr_customer_id":178916,"tr_customer_product_id":178906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:13.000Z","modified_at":"2026-02-06T06:56:56.000Z","name":"Maryse Greenfelder","mobile_number":"400-441-9465","email_id":"Arjun.Ullrich@hotmail.com","dop":"2025-04-06","serial_number":"10587341366595","imei1":"10587341366595","imei2":"10587341366595","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178901,"job_number":"JOB_178901","tr_customer_id":178919,"tr_customer_product_id":178909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:16.000Z","modified_at":"2026-02-06T06:56:53.000Z","name":"Jaycee Jaskolski","mobile_number":"821-982-2035","email_id":"Tia_Lind@gmail.com","dop":"2025-04-06","serial_number":"13021561998850","imei1":"13021561998850","imei2":"13021561998850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178904,"job_number":"JOB_178904","tr_customer_id":178922,"tr_customer_product_id":178912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:28.000Z","modified_at":"2026-02-06T06:57:07.000Z","name":"Ricardo Hackett","mobile_number":"213-796-9315","email_id":"Herman_Gutmann@gmail.com","dop":"2025-04-06","serial_number":"13926045357322","imei1":"13926045357322","imei2":"13926045357322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178907,"job_number":"JOB_178907","tr_customer_id":178925,"tr_customer_product_id":178915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:52.000Z","modified_at":"2026-02-06T06:57:37.000Z","name":"Devyn Erdman","mobile_number":"260-988-7276","email_id":"Francisca_Cummings60@gmail.com","dop":"2000-01-31","serial_number":"10324413965385","imei1":"10324413965385","imei2":"10324413965385","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178910,"job_number":"JOB_178910","tr_customer_id":178928,"tr_customer_product_id":178918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:05.000Z","modified_at":"2026-02-06T06:57:47.000Z","name":"Kayley Kuhic","mobile_number":"724-436-1972","email_id":"Jarvis.Crooks33@gmail.com","dop":"2025-04-06","serial_number":"17044087782448","imei1":"17044087782448","imei2":"17044087782448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178913,"job_number":"JOB_178913","tr_customer_id":178931,"tr_customer_product_id":178921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:46.000Z","modified_at":"2026-02-06T06:58:31.000Z","name":"Jailyn Stracke","mobile_number":"284-282-0967","email_id":"Katelyn0@gmail.com","dop":"2000-01-31","serial_number":"10171339315367","imei1":"10171339315367","imei2":"10171339315367","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178916,"job_number":"JOB_178916","tr_customer_id":178934,"tr_customer_product_id":178924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:56.000Z","modified_at":"2026-02-06T06:58:38.000Z","name":"Diana Smith","mobile_number":"593-396-5129","email_id":"Jordy.Harvey@hotmail.com","dop":"2025-04-06","serial_number":"10201013514815","imei1":"10201013514815","imei2":"10201013514815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178919,"job_number":"JOB_178919","tr_customer_id":178937,"tr_customer_product_id":178927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:57.000Z","modified_at":"2026-02-06T07:01:41.000Z","name":"Lavada Homenick","mobile_number":"366-302-8431","email_id":"Don.Lindgren@gmail.com","dop":"2025-04-06","serial_number":"12079846250507","imei1":"12079846250507","imei2":"12079846250507","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178922,"job_number":"JOB_178922","tr_customer_id":178940,"tr_customer_product_id":178930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:03.000Z","modified_at":"2026-02-06T07:01:49.000Z","name":"Chanelle Zieme","mobile_number":"759-915-8121","email_id":"Elna56@yahoo.com","dop":"2025-04-06","serial_number":"18718698274857","imei1":"18718698274857","imei2":"18718698274857","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:01:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178925,"job_number":"JOB_178925","tr_customer_id":178943,"tr_customer_product_id":178933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:41.000Z","modified_at":"2026-02-06T07:02:27.000Z","name":"Norval Volkman","mobile_number":"508-391-5596","email_id":"Jaden_Feeney29@yahoo.com","dop":"2025-04-06","serial_number":"18652990407408","imei1":"18652990407408","imei2":"18652990407408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178928,"job_number":"JOB_178928","tr_customer_id":178946,"tr_customer_product_id":178936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:50.000Z","modified_at":"2026-02-06T07:02:34.000Z","name":"Jarod VonRueden","mobile_number":"797-915-2095","email_id":"Willow7@yahoo.com","dop":"2025-04-06","serial_number":"12989549641980","imei1":"12989549641980","imei2":"12989549641980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178930,"job_number":"JOB_178930","tr_customer_id":178948,"tr_customer_product_id":178938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:57.000Z","modified_at":"2026-02-06T07:02:43.000Z","name":"Casey Bradtke","mobile_number":"898-541-2937","email_id":"Tyrel.Hilll@gmail.com","dop":"2025-04-06","serial_number":"19555008397539","imei1":"19555008397539","imei2":"19555008397539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178931,"job_number":"JOB_178931","tr_customer_id":178949,"tr_customer_product_id":178939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:58.000Z","modified_at":"2026-02-06T07:02:36.000Z","name":"Loren Stark","mobile_number":"312-776-6780","email_id":"Ada.Labadie10@yahoo.com","dop":"2025-04-06","serial_number":"14339628547425","imei1":"14339628547425","imei2":"14339628547425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178933,"job_number":"JOB_178933","tr_customer_id":178951,"tr_customer_product_id":178941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:58.000Z","modified_at":"2026-02-06T07:02:44.000Z","name":"Eric Fahey","mobile_number":"680-869-0582","email_id":"Justice63@hotmail.com","dop":"2025-04-06","serial_number":"14737159141466","imei1":"14737159141466","imei2":"14737159141466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178938,"job_number":"JOB_178938","tr_customer_id":178956,"tr_customer_product_id":178946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:36.000Z","modified_at":"2026-02-06T07:03:21.000Z","name":"Avery Champlin","mobile_number":"791-637-1032","email_id":"Rosanna.Kilback1@hotmail.com","dop":"2025-04-06","serial_number":"11185466058604","imei1":"11185466058604","imei2":"11185466058604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178941,"job_number":"JOB_178941","tr_customer_id":178959,"tr_customer_product_id":178949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:42.000Z","modified_at":"2026-02-06T07:03:25.000Z","name":"Bart Wunsch","mobile_number":"286-888-0892","email_id":"Juana93@yahoo.com","dop":"2025-04-06","serial_number":"10101928501336","imei1":"10101928501336","imei2":"10101928501336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178944,"job_number":"JOB_178944","tr_customer_id":178962,"tr_customer_product_id":178952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:53.000Z","modified_at":"2026-02-06T07:03:39.000Z","name":"Branson Pfeffer","mobile_number":"460-855-4218","email_id":"Brett_Paucek71@hotmail.com","dop":"2025-04-06","serial_number":"15397367147044","imei1":"15397367147044","imei2":"15397367147044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:03:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178947,"job_number":"JOB_178947","tr_customer_id":178965,"tr_customer_product_id":178955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:30.000Z","modified_at":"2026-02-06T07:04:15.000Z","name":"Daphne Wiegand","mobile_number":"833-821-3711","email_id":"Ludie_Gusikowski76@yahoo.com","dop":"2025-04-06","serial_number":"19456772657849","imei1":"19456772657849","imei2":"19456772657849","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:04:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178950,"job_number":"JOB_178950","tr_customer_id":178968,"tr_customer_product_id":178958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:01.000Z","modified_at":"2026-02-06T07:05:42.000Z","name":"Burley Kunze","mobile_number":"979-872-4954","email_id":"Ova_Kemmer36@hotmail.com","dop":"2025-04-06","serial_number":"14719862789615","imei1":"14719862789615","imei2":"14719862789615","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178952,"job_number":"JOB_178952","tr_customer_id":178970,"tr_customer_product_id":178960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:07.000Z","modified_at":"2026-02-06T07:05:48.000Z","name":"Earl Torphy","mobile_number":"338-771-5120","email_id":"Eldora67@yahoo.com","dop":"2025-04-06","serial_number":"14762144343307","imei1":"14762144343307","imei2":"14762144343307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:05:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178955,"job_number":"JOB_178955","tr_customer_id":178973,"tr_customer_product_id":178963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:51.000Z","modified_at":"2026-02-06T07:06:31.000Z","name":"Alex Crooks","mobile_number":"667-252-6211","email_id":"Regan62@hotmail.com","dop":"2025-04-06","serial_number":"14121813432625","imei1":"14121813432625","imei2":"14121813432625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:06:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178958,"job_number":"JOB_178958","tr_customer_id":178976,"tr_customer_product_id":178966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:40.000Z","modified_at":"2026-02-06T07:07:20.000Z","name":"Malcolm Reichel","mobile_number":"620-653-0750","email_id":"Viola.Jacobs@gmail.com","dop":"2025-04-06","serial_number":"18209231807978","imei1":"18209231807978","imei2":"18209231807978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:07:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178976,"job_number":"JOB_178976","tr_customer_id":178994,"tr_customer_product_id":178984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:25:55.000Z","modified_at":"2026-02-06T07:26:21.000Z","name":"Laurel Greenholt","mobile_number":"568-717-9339","email_id":"Lenora_King@hotmail.com","dop":"2026-01-23","serial_number":"14020455946738","imei1":"14020455946738","imei2":"14020455946738","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178978,"job_number":"JOB_178978","tr_customer_id":178996,"tr_customer_product_id":178986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:27:40.000Z","modified_at":"2026-02-06T07:28:07.000Z","name":"Jonathan Fisher","mobile_number":"540-734-6376","email_id":"Hans20@hotmail.com","dop":"2026-01-23","serial_number":"11599697670299","imei1":"11599697670299","imei2":"11599697670299","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:28:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178981,"job_number":"JOB_178981","tr_customer_id":178999,"tr_customer_product_id":178989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:00.000Z","modified_at":"2026-02-06T07:36:12.000Z","name":"Wiley Ritchie","mobile_number":"803-200-2191","email_id":"Caitlyn15@hotmail.com","dop":"2025-12-01","serial_number":"15887129985371","imei1":"15887129985371","imei2":"15887129985371","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178983,"job_number":"JOB_178983","tr_customer_id":179001,"tr_customer_product_id":178991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:16.000Z","modified_at":"2026-02-06T07:36:28.000Z","name":"Maryse Mayer","mobile_number":"238-600-0532","email_id":"Joanie.Hamill@yahoo.com","dop":"2025-12-01","serial_number":"12328725064385","imei1":"12328725064385","imei2":"12328725064385","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:36:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178985,"job_number":"JOB_178985","tr_customer_id":179003,"tr_customer_product_id":178993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:32.000Z","modified_at":"2026-02-06T07:36:44.000Z","name":"Griffin Lehner","mobile_number":"770-301-3399","email_id":"Lea_Kshlerin83@gmail.com","dop":"2025-12-01","serial_number":"15855541223266","imei1":"15855541223266","imei2":"15855541223266","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:36:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178986,"job_number":"JOB_178986","tr_customer_id":179004,"tr_customer_product_id":178994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:38:49.000Z","modified_at":"2026-02-06T07:39:14.000Z","name":"Garrett Spinka","mobile_number":"579-847-4451","email_id":"Graciela.Schowalter1@yahoo.com","dop":"2026-01-23","serial_number":"11532165808132","imei1":"11532165808132","imei2":"11532165808132","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:39:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178988,"job_number":"JOB_178988","tr_customer_id":179006,"tr_customer_product_id":178996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:42:29.000Z","modified_at":"2026-02-06T07:42:56.000Z","name":"Donnie Gislason","mobile_number":"872-292-3227","email_id":"Demarco84@yahoo.com","dop":"2026-01-23","serial_number":"15847394972552","imei1":"15847394972552","imei2":"15847394972552","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178996,"job_number":"JOB_178996","tr_customer_id":179014,"tr_customer_product_id":179004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:00:24.000Z","modified_at":"2026-02-06T08:01:07.000Z","name":"Roderick Hilll","mobile_number":"210-244-5997","email_id":"Koby.Wilkinson@hotmail.com","dop":"2025-04-06","serial_number":"18442387392369","imei1":"18442387392369","imei2":"18442387392369","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178999,"job_number":"JOB_178999","tr_customer_id":179017,"tr_customer_product_id":179007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:00:59.000Z","modified_at":"2026-02-06T08:01:38.000Z","name":"Reggie McCullough","mobile_number":"281-323-3218","email_id":"Oswald_Beier90@gmail.com","dop":"2025-04-06","serial_number":"13559897458189","imei1":"13559897458189","imei2":"13559897458189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:01:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179002,"job_number":"JOB_179002","tr_customer_id":179020,"tr_customer_product_id":179010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:17:37.000Z","modified_at":"2026-02-06T08:18:06.000Z","name":"Rhett Toy","mobile_number":"948-786-3491","email_id":"Alene.Frami27@yahoo.com","dop":"2026-01-23","serial_number":"17266962085901","imei1":"17266962085901","imei2":"17266962085901","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179004,"job_number":"JOB_179004","tr_customer_id":179022,"tr_customer_product_id":179012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:27:32.000Z","modified_at":"2026-02-06T08:28:20.000Z","name":"May Hermiston","mobile_number":"846-287-0938","email_id":"Denis_Pollich@hotmail.com","dop":"2026-01-23","serial_number":"16980876343217","imei1":"16980876343217","imei2":"16980876343217","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179006,"job_number":"JOB_179006","tr_customer_id":179024,"tr_customer_product_id":179014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:29:26.000Z","modified_at":"2026-02-06T08:30:07.000Z","name":"Tillman Prohaska","mobile_number":"575-569-9246","email_id":"Araceli67@gmail.com","dop":"2026-01-23","serial_number":"10901567029658","imei1":"10901567029658","imei2":"10901567029658","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:30:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179008,"job_number":"JOB_179008","tr_customer_id":179026,"tr_customer_product_id":179016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:38:49.000Z","modified_at":"2026-02-06T08:39:24.000Z","name":"Morgan Auer","mobile_number":"583-899-3418","email_id":"Niko_Harris22@yahoo.com","dop":"2026-01-23","serial_number":"13904086335500","imei1":"13904086335500","imei2":"13904086335500","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:39:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179010,"job_number":"JOB_179010","tr_customer_id":179028,"tr_customer_product_id":179018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:42:45.000Z","modified_at":"2026-02-06T08:43:25.000Z","name":"Emory Nader","mobile_number":"962-557-4200","email_id":"Kolby83@gmail.com","dop":"2026-01-23","serial_number":"14839232639477","imei1":"14839232639477","imei2":"14839232639477","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:43:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179012,"job_number":"JOB_179012","tr_customer_id":179030,"tr_customer_product_id":179020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:48:27.000Z","modified_at":"2026-02-06T08:49:21.000Z","name":"Rick Koelpin","mobile_number":"200-509-2148","email_id":"Kaylee_Mayert@gmail.com","dop":"2026-01-23","serial_number":"10009496223958","imei1":"10009496223958","imei2":"10009496223958","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179015,"job_number":"JOB_179015","tr_customer_id":179033,"tr_customer_product_id":179023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:56:43.000Z","modified_at":"2026-02-06T08:57:08.000Z","name":"Kane Vandervort","mobile_number":"882-719-1534","email_id":"Tristin68@gmail.com","dop":"2026-01-23","serial_number":"12893118407769","imei1":"12893118407769","imei2":"12893118407769","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179018,"job_number":"JOB_179018","tr_customer_id":179036,"tr_customer_product_id":179026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:57:13.000Z","modified_at":"2026-02-06T08:57:38.000Z","name":"Christopher Pfannerstill","mobile_number":"902-726-7305","email_id":"April13@hotmail.com","dop":"2026-01-23","serial_number":"17225434454415","imei1":"17225434454415","imei2":"17225434454415","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179021,"job_number":"JOB_179021","tr_customer_id":179039,"tr_customer_product_id":179029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:57:43.000Z","modified_at":"2026-02-06T08:58:09.000Z","name":"Iva Satterfield","mobile_number":"948-406-7385","email_id":"Maye39@gmail.com","dop":"2026-01-23","serial_number":"19065055622168","imei1":"19065055622168","imei2":"19065055622168","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:58:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179045,"job_number":"JOB_179045","tr_customer_id":179063,"tr_customer_product_id":179053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:31:51.000Z","modified_at":"2026-02-06T09:32:28.000Z","name":"Joseph Rice","mobile_number":"602-247-7876","email_id":"Verdie93@gmail.com","dop":"2025-04-06","serial_number":"17124264197982","imei1":"17124264197982","imei2":"17124264197982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T09:32:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179048,"job_number":"JOB_179048","tr_customer_id":179066,"tr_customer_product_id":179056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:32:35.000Z","modified_at":"2026-02-06T09:33:13.000Z","name":"Pablo O'Hara","mobile_number":"583-650-5763","email_id":"Nikolas1@gmail.com","dop":"2025-04-06","serial_number":"17458328708904","imei1":"17458328708904","imei2":"17458328708904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T09:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179051,"job_number":"JOB_179051","tr_customer_id":179069,"tr_customer_product_id":179059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T09:33:20.000Z","modified_at":"2026-02-06T09:33:57.000Z","name":"Rory Franecki","mobile_number":"307-827-3048","email_id":"Jaylen71@hotmail.com","dop":"2025-04-06","serial_number":"11716304623446","imei1":"11716304623446","imei2":"11716304623446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T09:33:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179062,"job_number":"JOB_179062","tr_customer_id":179080,"tr_customer_product_id":179070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T10:29:11.000Z","modified_at":"2026-02-06T10:29:38.000Z","name":"Esther Corwin","mobile_number":"839-575-4130","email_id":"Lysanne_OKon55@hotmail.com","dop":"2017-01-31","serial_number":"15414879523231","imei1":"15414879523231","imei2":"15414879523231","popurl":"2017-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T10:29:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179068,"job_number":"JOB_179068","tr_customer_id":179086,"tr_customer_product_id":179076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:06:43.000Z","modified_at":"2026-02-06T11:06:55.000Z","name":"Hollis Hamill","mobile_number":"272-821-1220","email_id":"Clement_Ondricka@yahoo.com","dop":"2025-09-30","serial_number":"13642991769574","imei1":"13642991769574","imei2":"13642991769574","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T11:06:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179070,"job_number":"JOB_179070","tr_customer_id":179088,"tr_customer_product_id":179078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T11:07:00.000Z","modified_at":"2026-02-06T11:07:12.000Z","name":"Neal Zieme","mobile_number":"365-428-5934","email_id":"Darrin39@hotmail.com","dop":"2025-09-30","serial_number":"18122914854385","imei1":"18122914854385","imei2":"18122914854385","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T11:07:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178533,"job_number":"JOB_178533","tr_customer_id":178551,"tr_customer_product_id":178541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:44.000Z","modified_at":"2026-02-06T04:25:53.000Z","name":"tanjiro kamado","mobile_number":"943-881-3299","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"328388142858642","imei1":"328388142858642","imei2":"328388142858642","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178542,"job_number":"JOB_178542","tr_customer_id":178560,"tr_customer_product_id":178550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:55.000Z","modified_at":"2026-02-06T04:26:05.000Z","name":"giyu tomiaka","mobile_number":"940-807-9270","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"809793346492813","imei1":"809793346492813","imei2":"809793346492813","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178605,"job_number":"JOB_178605","tr_customer_id":178623,"tr_customer_product_id":178613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:57.000Z","modified_at":"2026-02-06T04:27:20.000Z","name":"Emory Kuvalis","mobile_number":"731-394-6076","email_id":"Abel.Boyer91@yahoo.com","dop":"2025-10-01","serial_number":"16159687240792","imei1":"16159687240792","imei2":"16159687240792","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178614,"job_number":"JOB_178614","tr_customer_id":178632,"tr_customer_product_id":178622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:14.000Z","name":"Omari Lindgren","mobile_number":"945-707-7395","email_id":"Loma15@gmail.com","dop":"2025-06-09","serial_number":"109981249556518","imei1":"109981249556518","imei2":"109981249556518","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178630,"job_number":"JOB_178630","tr_customer_id":178648,"tr_customer_product_id":178638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:06.000Z","modified_at":"2026-02-06T04:27:16.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16543836757730","imei1":"16543836757730","imei2":"16543836757730","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178654,"job_number":"JOB_178654","tr_customer_id":178672,"tr_customer_product_id":178662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:30.000Z","name":"Yadira Botsford","mobile_number":"418-785-7616","email_id":"Jordan.Olson4@yahoo.com","dop":"2025-06-09","serial_number":"103083955708215","imei1":"103083955708215","imei2":"103083955708215","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178657,"job_number":"JOB_178657","tr_customer_id":178675,"tr_customer_product_id":178665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:20.000Z","modified_at":"2026-02-06T04:27:29.000Z","name":"Christina DuBuque","mobile_number":"444-639-0881","email_id":"Melisa85@gmail.com","dop":"2025-12-31","serial_number":"10670005866137","imei1":"10670005866137","imei2":"10670005866137","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178663,"job_number":"JOB_178663","tr_customer_id":178681,"tr_customer_product_id":178671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:33.000Z","modified_at":"2026-02-06T04:27:42.000Z","name":"Tiana Nitzsche","mobile_number":"820-269-7822","email_id":"Jaylen.Howe20@gmail.com","dop":"2025-12-31","serial_number":"10058762208530","imei1":"10058762208530","imei2":"10058762208530","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178666,"job_number":"JOB_178666","tr_customer_id":178684,"tr_customer_product_id":178674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:34.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Clinton Emard","mobile_number":"352-305-8377","email_id":"Titus30@hotmail.com","dop":"2025-06-09","serial_number":"103515650134919","imei1":"103515650134919","imei2":"103515650134919","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178677,"job_number":"JOB_178677","tr_customer_id":178695,"tr_customer_product_id":178685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:45.000Z","modified_at":"2026-02-06T04:27:54.000Z","name":"Gabriel Cruickshank","mobile_number":"910-588-0990","email_id":"Fredy.Mann77@yahoo.com","dop":"2025-12-31","serial_number":"10539992516211","imei1":"10539992516211","imei2":"10539992516211","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178758,"job_number":"JOB_178758","tr_customer_id":178776,"tr_customer_product_id":178766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:10:50.000Z","modified_at":"2026-02-06T05:11:00.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16365194181806","imei1":"16365194181806","imei2":"16365194181806","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:11:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178782,"job_number":"JOB_178782","tr_customer_id":178800,"tr_customer_product_id":178790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:36:54.000Z","modified_at":"2026-02-06T06:37:05.000Z","name":"Javier Hoeger","mobile_number":"406-625-2600","email_id":"Estell44@yahoo.com","dop":"2025-11-04","serial_number":"92501352173513","imei1":"92501352173513","imei2":"92501352173513","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:37:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178783,"job_number":"JOB_178783","tr_customer_id":178801,"tr_customer_product_id":178791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:10.000Z","modified_at":"2026-02-06T06:37:21.000Z","name":"Glenna Sawayn","mobile_number":"814-284-6586","email_id":"Allie_Schultz@yahoo.com","dop":"2025-11-04","serial_number":"52148337948783","imei1":"52148337948783","imei2":"52148337948783","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178784,"job_number":"JOB_178784","tr_customer_id":178802,"tr_customer_product_id":178792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:25.000Z","modified_at":"2026-02-06T06:37:36.000Z","name":"Keara Wunsch","mobile_number":"659-381-6378","email_id":"Hailie_Gorczany@yahoo.com","dop":"2025-11-04","serial_number":"50344514038511","imei1":"50344514038511","imei2":"50344514038511","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:37:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178786,"job_number":"JOB_178786","tr_customer_id":178804,"tr_customer_product_id":178794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:45.000Z","modified_at":"2026-02-06T06:38:09.000Z","name":"Letitia Hermann","mobile_number":"730-939-1195","email_id":"Easton.Kovacek96@gmail.com","dop":"2025-10-01","serial_number":"11401739279151","imei1":"11401739279151","imei2":"11401739279151","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178789,"job_number":"JOB_178789","tr_customer_id":178807,"tr_customer_product_id":178797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:27.000Z","modified_at":"2026-02-06T06:39:38.000Z","name":"Quinten Runte","mobile_number":"289-692-2261","email_id":"Douglas35@hotmail.com","dop":"2025-06-09","serial_number":"103409113686397","imei1":"103409113686397","imei2":"103409113686397","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:39:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178792,"job_number":"JOB_178792","tr_customer_id":178810,"tr_customer_product_id":178800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:43.000Z","modified_at":"2026-02-06T06:39:54.000Z","name":"Caleigh Kautzer","mobile_number":"847-315-0855","email_id":"Mittie.McLaughlin30@hotmail.com","dop":"2025-06-09","serial_number":"105846200455308","imei1":"105846200455308","imei2":"105846200455308","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:39:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178795,"job_number":"JOB_178795","tr_customer_id":178813,"tr_customer_product_id":178803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:40:09.000Z","name":"Mallie Mertz","mobile_number":"928-794-0209","email_id":"Mitchel_Herzog91@gmail.com","dop":"2025-06-09","serial_number":"100205938634094","imei1":"100205938634094","imei2":"100205938634094","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:40:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178804,"job_number":"JOB_178804","tr_customer_id":178822,"tr_customer_product_id":178812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:14.000Z","modified_at":"2026-02-06T06:41:24.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"53120930975158","imei1":"53120930975158","imei2":"53120930975158","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178805,"job_number":"JOB_178805","tr_customer_id":178823,"tr_customer_product_id":178813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:31.000Z","modified_at":"2026-02-06T06:41:57.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"18378251709405","imei1":"18378251709405","imei2":"18378251709405","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178850,"job_number":"JOB_178850","tr_customer_id":178868,"tr_customer_product_id":178858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:40.000Z","modified_at":"2026-02-06T06:48:52.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"23566786629105","imei1":"23566786629105","imei2":"23566786629105","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178853,"job_number":"JOB_178853","tr_customer_id":178871,"tr_customer_product_id":178861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:57.000Z","modified_at":"2026-02-06T06:49:09.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"56237502113076","imei1":"56237502113076","imei2":"56237502113076","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178854,"job_number":"JOB_178854","tr_customer_id":178872,"tr_customer_product_id":178862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:13.000Z","modified_at":"2026-02-06T06:49:25.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"23227800082185","imei1":"23227800082185","imei2":"23227800082185","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178990,"job_number":"JOB_178990","tr_customer_id":179008,"tr_customer_product_id":178998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:46:37.000Z","modified_at":"2026-02-06T07:46:49.000Z","name":"Dominique Larson","mobile_number":"224-855-6196","email_id":"Candida52@gmail.com","dop":"2025-11-04","serial_number":"26779274391965","imei1":"26779274391965","imei2":"26779274391965","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178991,"job_number":"JOB_178991","tr_customer_id":179009,"tr_customer_product_id":178999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:46:53.000Z","modified_at":"2026-02-06T07:47:05.000Z","name":"Clinton Bechtelar","mobile_number":"437-934-0072","email_id":"Madonna.Nikolaus93@hotmail.com","dop":"2025-11-04","serial_number":"43668592380047","imei1":"43668592380047","imei2":"43668592380047","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:47:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178992,"job_number":"JOB_178992","tr_customer_id":179010,"tr_customer_product_id":179000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:47:10.000Z","modified_at":"2026-02-06T07:47:21.000Z","name":"Jaycee Nader","mobile_number":"696-713-0231","email_id":"Henderson.Dickens82@yahoo.com","dop":"2025-11-04","serial_number":"60338784339911","imei1":"60338784339911","imei2":"60338784339911","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:47:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178998,"job_number":"JOB_178998","tr_customer_id":179016,"tr_customer_product_id":179006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:00:44.000Z","modified_at":"2026-02-06T08:01:15.000Z","name":"Vinnie Klocko","mobile_number":"822-270-9339","email_id":"Loma.Turcotte@hotmail.com","dop":"2025-11-04","serial_number":"67476002834504","imei1":"67476002834504","imei2":"67476002834504","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:01:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":179001,"job_number":"JOB_179001","tr_customer_id":179019,"tr_customer_product_id":179009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T08:01:19.000Z","modified_at":"2026-02-06T08:01:32.000Z","name":"Carolyn Rutherford","mobile_number":"425-706-5437","email_id":"Jovanny.Waters@hotmail.com","dop":"2025-11-04","serial_number":"36398638229612","imei1":"36398638229612","imei2":"36398638229612","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T08:01:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM4NjE4OH0.e9zarYHB6D7vb4qB1a8MbY4Z4vrQ3U3Dn9ny59B-yCw |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | fb0766f9-1587-4202-a488-80823fd2c7c1 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"178e-BTmTmEQmWUBt53GIO6FhUjPcq1A" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 13:56:30 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178964,"job_number":"JOB_178964","tr_customer_id":178982,"tr_customer_product_id":178972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:11:53.000Z","modified_at":"2026-02-06T07:15:44.000Z","name":"Tate Tremblay","mobile_number":"306-871-5537","email_id":"Madonna.Gutkowski@yahoo.com","dop":"2026-01-23","serial_number":"16655689590060","imei1":"16655689590060","imei2":"16655689590060","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:15:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178968,"job_number":"JOB_178968","tr_customer_id":178986,"tr_customer_product_id":178976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:16:43.000Z","modified_at":"2026-02-06T07:16:57.000Z","name":"Dayton Wilderman","mobile_number":"603-318-2434","email_id":"Pablo_Harris@hotmail.com","dop":"2026-01-23","serial_number":"16526147669144","imei1":"16526147669144","imei2":"16526147669144","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:16:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178970,"job_number":"JOB_178970","tr_customer_id":178988,"tr_customer_product_id":178978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:18:42.000Z","modified_at":"2026-02-06T07:18:56.000Z","name":"Macey Dooley","mobile_number":"266-633-5133","email_id":"Samson_Hackett@hotmail.com","dop":"2026-01-23","serial_number":"12660611998120","imei1":"12660611998120","imei2":"12660611998120","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178972,"job_number":"JOB_178972","tr_customer_id":178990,"tr_customer_product_id":178980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:21:19.000Z","modified_at":"2026-02-06T07:21:33.000Z","name":"Jermaine West","mobile_number":"607-660-7805","email_id":"Heather_Steuber54@yahoo.com","dop":"2026-01-23","serial_number":"10168854722427","imei1":"10168854722427","imei2":"10168854722427","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178974,"job_number":"JOB_178974","tr_customer_id":178992,"tr_customer_product_id":178982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:23:07.000Z","modified_at":"2026-02-06T07:23:22.000Z","name":"Sarah Hilpert","mobile_number":"420-685-4399","email_id":"Morton.Smith72@hotmail.com","dop":"2026-01-23","serial_number":"12010965351277","imei1":"12010965351277","imei2":"12010965351277","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:23:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":179105,"job_number":"JOB_179105","tr_customer_id":179123,"tr_customer_product_id":179113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:56:13.000Z","modified_at":"2026-02-06T13:56:28.000Z","name":"Roger O'Conner","mobile_number":"289-915-0980","email_id":"Tierra.Lueilwitz@hotmail.com","dop":"2025-05-30","serial_number":"12711395177165","imei1":"12711395177165","imei2":"12711395177165","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T13:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"job_id":65000}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM4NjE4OH0.e9zarYHB6D7vb4qB1a8MbY4Z4vrQ3U3Dn9ny59B-yCw |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 5df05ed4-3c4e-4a56-8e90-3083a9090788 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 17 |
{"job_id":179105}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 49 |
| ETag | W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:30 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"QC completed successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM4NjE4OH0.e9zarYHB6D7vb4qB1a8MbY4Z4vrQ3U3Dn9ny59B-yCw |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 405fc479-ae21-44fd-87db-467a81e4d6da |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"13a8-HEaOgmHmXxk0Vj+g2uNroNa4caQ" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 13:56:30 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178964,"job_number":"JOB_178964","tr_customer_id":178982,"tr_customer_product_id":178972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:11:53.000Z","modified_at":"2026-02-06T07:15:44.000Z","name":"Tate Tremblay","mobile_number":"306-871-5537","email_id":"Madonna.Gutkowski@yahoo.com","dop":"2026-01-23","serial_number":"16655689590060","imei1":"16655689590060","imei2":"16655689590060","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:15:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178968,"job_number":"JOB_178968","tr_customer_id":178986,"tr_customer_product_id":178976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:16:43.000Z","modified_at":"2026-02-06T07:16:57.000Z","name":"Dayton Wilderman","mobile_number":"603-318-2434","email_id":"Pablo_Harris@hotmail.com","dop":"2026-01-23","serial_number":"16526147669144","imei1":"16526147669144","imei2":"16526147669144","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:16:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178970,"job_number":"JOB_178970","tr_customer_id":178988,"tr_customer_product_id":178978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:18:42.000Z","modified_at":"2026-02-06T07:18:56.000Z","name":"Macey Dooley","mobile_number":"266-633-5133","email_id":"Samson_Hackett@hotmail.com","dop":"2026-01-23","serial_number":"12660611998120","imei1":"12660611998120","imei2":"12660611998120","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178972,"job_number":"JOB_178972","tr_customer_id":178990,"tr_customer_product_id":178980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:21:19.000Z","modified_at":"2026-02-06T07:21:33.000Z","name":"Jermaine West","mobile_number":"607-660-7805","email_id":"Heather_Steuber54@yahoo.com","dop":"2026-01-23","serial_number":"10168854722427","imei1":"10168854722427","imei2":"10168854722427","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178974,"job_number":"JOB_178974","tr_customer_id":178992,"tr_customer_product_id":178982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:23:07.000Z","modified_at":"2026-02-06T07:23:22.000Z","name":"Sarah Hilpert","mobile_number":"420-685-4399","email_id":"Morton.Smith72@hotmail.com","dop":"2026-01-23","serial_number":"12010965351277","imei1":"12010965351277","imei2":"12010965351277","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:23:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamfd","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 42a8b3b3-6862-4565-b4f9-3a64a2a050e4 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 58 |
{
"username": "iamfd",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-pKWSB63abggN7Tvo2KkrUW69S5E" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:30 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxOTB9.occa2XLigiNNUbC7xppfG1gYuperiP4pTY9B5Q05b6A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxOTB9.occa2XLigiNNUbC7xppfG1gYuperiP4pTY9B5Q05b6A |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 016e6088-8911-4776-ba5e-ccb5df163d6e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:31 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"cb-tPGHeYpNX6zRGujRS7nG3BGU5uY"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxOTB9.occa2XLigiNNUbC7xppfG1gYuperiP4pTY9B5Q05b6A |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 0d1bbe22-b9c7-4d44-88d7-9a528cb73627 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-pnwqIXsccFMMGTiz52L5wHLByu0" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:31 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":624},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_delivery"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxOTB9.occa2XLigiNNUbC7xppfG1gYuperiP4pTY9B5Q05b6A |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 8019c8c1-6b26-4a37-aecd-073828c614ac |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 38 |
{"details_key":"pending_for_delivery"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1019 |
| ETag | W/"3fb-nn8WsJATCAePom3Zdi/BZhh0Imk" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:31 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":179105,"job_number":"JOB_179105","tr_customer_id":179123,"tr_customer_product_id":179113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:56:13.000Z","modified_at":"2026-02-06T13:56:30.000Z","name":"Roger O'Conner","mobile_number":"289-915-0980","email_id":"Tierra.Lueilwitz@hotmail.com","dop":"2025-05-30","serial_number":"12711395177165","imei1":"12711395177165","imei2":"12711395177165","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-06T13:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxOTB9.occa2XLigiNNUbC7xppfG1gYuperiP4pTY9B5Q05b6A |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c554f148-a2a6-422c-ba22-b05cb4d4b720 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1019 |
| ETag | W/"3fb-nn8WsJATCAePom3Zdi/BZhh0Imk" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:32 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":179105,"job_number":"JOB_179105","tr_customer_id":179123,"tr_customer_product_id":179113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:56:13.000Z","modified_at":"2026-02-06T13:56:30.000Z","name":"Roger O'Conner","mobile_number":"289-915-0980","email_id":"Tierra.Lueilwitz@hotmail.com","dop":"2025-05-30","serial_number":"12711395177165","imei1":"12711395177165","imei2":"12711395177165","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-06T13:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"job_id":65260}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxOTB9.occa2XLigiNNUbC7xppfG1gYuperiP4pTY9B5Q05b6A |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | e5cf74ff-9aef-4e69-a12e-08ed7c477f1d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 17 |
{"job_id":179105}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 58 |
| ETag | W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:32 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Delivered to customer successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_69251"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxOTB9.occa2XLigiNNUbC7xppfG1gYuperiP4pTY9B5Q05b6A |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 436a5bc4-db55-409d-9444-a62b54611b32 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 27 |
{"searchText":"JOB_179105"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1022 |
| ETag | W/"3fe-SqSWO6x/cfXWQDgtVhkDr0QhiMQ" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 13:56:32 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":179105,"job_number":"JOB_179105","tr_customer_id":179123,"tr_customer_product_id":179113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:56:13.000Z","modified_at":"2026-02-06T13:56:32.000Z","name":"Roger O'Conner","mobile_number":"289-915-0980","email_id":"Tierra.Lueilwitz@hotmail.com","dop":"2025-05-30","serial_number":"12711395177165","imei1":"12711395177165","imei2":"12711395177165","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T13:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_65040' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzODYxOTB9.occa2XLigiNNUbC7xppfG1gYuperiP4pTY9B5Q05b6A |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 716eb02e-ff87-4966-9283-fd96fca815d5 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"a4a-3faZf+vJyuyTVYXK/EeOVBm3HoA" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 13:56:32 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"id":179105,"job_number":"JOB_179105","tr_customer_id":179123,"tr_customer_product_id":179113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T13:56:13.000Z","modified_at":"2026-02-06T13:56:32.000Z","name":"Roger O'Conner","mobile_number":"289-915-0980","email_id":"Tierra.Lueilwitz@hotmail.com","dop":"2025-05-30","serial_number":"12711395177165","imei1":"12711395177165","imei2":"12711395177165","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T13:56:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":683256,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-06T13:56:13.000Z","created_at":"2026-02-06T13:56:13.000Z"},{"id":683257,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-06T13:56:13.000Z","created_at":"2026-02-06T13:56:13.000Z"},{"id":683264,"mst_action_status":"Pending For Repair","assigned_by":"John Cena","assigned_to":"Mark zuk","assigned_on":"2026-02-06T13:56:25.000Z","created_at":"2026-02-06T13:56:25.000Z"},{"id":683265,"mst_action_status":"Pending For QC","assigned_by":"Mark zuk","assigned_to":null,"assigned_on":"2026-02-06T13:56:28.000Z","created_at":"2026-02-06T13:56:28.000Z"},{"id":683266,"mst_action_status":"Pending for Delivery","assigned_by":"qc qc","assigned_to":null,"assigned_on":"2026-02-06T13:56:30.000Z","created_at":"2026-02-06T13:56:30.000Z"},{"id":683267,"mst_action_status":"Delivered to customer","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-02-06T13:56:32.000Z","created_at":"2026-02-06T13:56:32.000Z"},{"id":683268,"mst_action_status":"Job Closed Successfully","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-02-06T13:56:32.000Z","created_at":"2026-02-06T13:56:32.000Z"}],"problems":[{"id":164724,"problem":"Sync issue","remark":"Aplications are outof sync","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-06T13:56:13.000Z"},{"id":164728,"problem":"Poor battery life","remark":"Replaced the battery","added_by":"Mark zuk","role_name":"Engineer","created_at":"2026-02-06T13:56:28.000Z"}],"quatations":[]}}